Age | Commit message (Expand) | Author |
2012-06-26 | Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point in | Matthew Dempsky |
2012-06-25 | Do not use <machine/float.h>, that is an deformed BSD-ism. | Theo de Raadt |
2012-06-24 | In sysconf(), don't bother querying the kernel for userspace-only | Matthew Dempsky |
2012-06-24 | Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as | Matthew Dempsky |
2012-06-24 | - document newly imported AF_INET6 support to net_inet_{pton,ntop} | Gilles Chehade |
2012-06-22 | add support for AF_INET6 to inet_net_pton() and inet_net_ntop() | Gilles Chehade |
2012-06-22 | two changes which should improve realloc. first, fix zapcacheregion to | Ted Unangst |
2012-06-21 | For now... libpthread is just a container directory, since all the new | Theo de Raadt |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-06-20 | two small fixes to free page cache. first, we need two nibbles of random | Ted Unangst |
2012-06-19 | oops, forgot to install getdtablecount(2); noted by tedu | Theo de Raadt |
2012-06-18 | Support larger-than-page-alignment requests in posix_memalign() by | Matthew Dempsky |
2012-06-15 | Fix typos. | Matthew Dempsky |
2012-06-07 | Document mbsnrtowcs() and wcsnrtombs(). | Matthew Dempsky |
2012-06-06 | Add support for mbsnrtowcs() and wcsnrtombs() to libc. | Matthew Dempsky |
2012-06-02 | Update STANDARDS section for a few <stdlib.h> functions | Philip Guenthe |
2012-06-01 | Fix document titles. | Lawrence Teo |
2012-06-01 | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), | Philip Guenthe |
2012-05-22 | Don't misleadingly suggest that fpos_t only needs to be a complex type | Matthew Dempsky |
2012-05-22 | Document that ftell() may return EOVERFLOW. | Matthew Dempsky |
2012-05-21 | Fix ftell() to return EOVERFLOW if the file offset is greater than | Matthew Dempsky |
2012-05-14 | More sysconf(3)-y and pathconf(3)-y goodness from Brad. | Matthew Dempsky |
2012-04-26 | Add strnlen() to libkern. | Matthew Dempsky |
2012-04-25 | fix a few warnings | Eric Faurot |
2012-04-24 | document address truncation; from Steffen Daode Nurpmeso | Jason McIntyre |
2012-04-22 | Document that getpeereid() works for SOCK_SEQPACKET sockets too. | Matthew Dempsky |
2012-04-20 | use "an addrinfo", not "a addrinfo". ok jmc | Stuart Henderson |
2012-04-20 | rearrange DESCRIPTION somewhat to make this page more readable; | Jason McIntyre |
2012-04-19 | rely on the compiler giving us a built-in alloca. any new architecture | Theo de Raadt |
2012-04-15 | Create a new resolver for each thread. It will be done differently | Eric Faurot |
2012-04-15 | calling getnameinfo here is a bad idea. use inet_ntop. | Eric Faurot |
2012-04-15 | tweak previous; | Jason McIntyre |
2012-04-14 | only define DEBUG internally | Eric Faurot |
2012-04-14 | Import asr, an experimental async resolver implementation. | Eric Faurot |
2012-04-12 | tweak; | Jason McIntyre |
2012-04-12 | tweak previous; | Jason McIntyre |
2012-04-12 | alloca.c cannot be used | Theo de Raadt |
2012-04-12 | alloca is NOT machine dependent; it has exactly the same | Theo de Raadt |
2012-04-12 | Since threads are becoming more common, this "work around the | Theo de Raadt |
2012-04-12 | more rfork mop-up | Theo de Raadt |
2012-04-12 | mmap(2) updated | Ariane van der Steldt |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-12 | crank major for sh gcc4 switch | Jonathan Gray |
2012-04-12 | kill lfs system call lines and libc stubs | Theo de Raadt |
2012-04-12 | New system call: getdtablecount(2) returns the number of file | Theo de Raadt |
2012-04-12 | document getdelim() and getline(), and a grammar fix whilst here; | Jason McIntyre |
2012-04-11 | Mark outermost frame such that backtraces in thread terminate at | Mark Kettenis |
2012-04-11 | complete function name. | Marc Espie |
2012-04-11 | tweak previous; | Jason McIntyre |
2012-04-11 | In sendmsg() permit at most 10% of maxfiles to be in-flight | Theo de Raadt |