| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix typos. |  matthew | 2012-06-15 | 1 | -2/+2 |
* | Document mbsnrtowcs() and wcsnrtombs(). |  matthew | 2012-06-07 | 3 | -117/+150 |
* | Add support for mbsnrtowcs() and wcsnrtombs() to libc. |  matthew | 2012-06-06 | 5 | -175/+204 |
* | Update STANDARDS section for a few <stdlib.h> functions |  guenther | 2012-06-02 | 4 | -14/+35 |
* | Fix document titles. |  lteo | 2012-06-01 | 2 | -6/+6 |
* | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), |  guenther | 2012-06-01 | 4 | -10/+21 |
* | Don't misleadingly suggest that fpos_t only needs to be a complex type |  matthew | 2012-05-22 | 1 | -4/+2 |
* | Document that ftell() may return EOVERFLOW. |  matthew | 2012-05-22 | 1 | -6/+31 |
* | Fix ftell() to return EOVERFLOW if the file offset is greater than |  matthew | 2012-05-21 | 2 | -23/+10 |
* | More sysconf(3)-y and pathconf(3)-y goodness from Brad. |  matthew | 2012-05-14 | 2 | -30/+232 |
* | Add strnlen() to libkern. |  matthew | 2012-04-26 | 2 | -4/+8 |
* | fix a few warnings |  eric | 2012-04-25 | 4 | -16/+22 |
* | document address truncation; from Steffen Daode Nurpmeso |  jmc | 2012-04-24 | 1 | -2/+9 |
* | Document that getpeereid() works for SOCK_SEQPACKET sockets too. |  matthew | 2012-04-22 | 1 | -3/+5 |
* | use "an addrinfo", not "a addrinfo". ok jmc |  sthen | 2012-04-20 | 1 | -3/+3 |
* | rearrange DESCRIPTION somewhat to make this page more readable; |  jmc | 2012-04-20 | 1 | -39/+40 |
* | rely on the compiler giving us a built-in alloca. any new architecture |  deraadt | 2012-04-19 | 11 | -219/+14 |
* | Create a new resolver for each thread. It will be done differently |  eric | 2012-04-15 | 1 | -14/+24 |
* | calling getnameinfo here is a bad idea. use inet_ntop. |  eric | 2012-04-15 | 1 | -6/+9 |
* | tweak previous; |  jmc | 2012-04-15 | 1 | -16/+17 |
* | only define DEBUG internally |  eric | 2012-04-14 | 3 | -9/+10 |
* | Import asr, an experimental async resolver implementation. |  eric | 2012-04-14 | 16 | -0/+7184 |
* | tweak; |  jmc | 2012-04-12 | 1 | -2/+2 |
* | tweak previous; |  jmc | 2012-04-12 | 1 | -5/+6 |
* | alloca.c cannot be used |  deraadt | 2012-04-12 | 13 | -34/+12 |
* | alloca is NOT machine dependent; it has exactly the same |  deraadt | 2012-04-12 | 1 | -7/+3 |
* | Since threads are becoming more common, this "work around the |  deraadt | 2012-04-12 | 1 | -136/+0 |
* | more rfork mop-up |  deraadt | 2012-04-12 | 4 | -30/+9 |
* | mmap(2) updated |  ariane | 2012-04-12 | 1 | -50/+72 |
* | remove rfork(); ok guenther miod |  deraadt | 2012-04-12 | 17 | -784/+40 |
* | crank major for sh gcc4 switch |  jsg | 2012-04-12 | 1 | -1/+1 |
* | kill lfs system call lines and libc stubs |  deraadt | 2012-04-12 | 1 | -2/+1 |
* | New system call: getdtablecount(2) returns the number of file |  deraadt | 2012-04-12 | 2 | -37/+73 |
* | document getdelim() and getline(), and a grammar fix whilst here; |  jmc | 2012-04-12 | 1 | -4/+6 |
* | Mark outermost frame such that backtraces in thread terminate at |  kettenis | 2012-04-11 | 1 | -2/+3 |
* | complete function name. |  espie | 2012-04-11 | 1 | -2/+2 |
* | tweak previous; |  jmc | 2012-04-11 | 6 | -44/+36 |
* | In sendmsg() permit at most 10% of maxfiles to be in-flight |  deraadt | 2012-04-11 | 1 | -2/+7 |
* | Provide __tfork_thread() for hppa64. This makes libc compile again. |  jsing | 2012-04-11 | 1 | -0/+57 |
* | fuss with details |  espie | 2012-04-11 | 6 | -31/+36 |
* | new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit. |  espie | 2012-04-11 | 11 | -1096/+333 |
* | Do not pick the network number as alias on entries with no alias |  eric | 2012-04-10 | 1 | -3/+2 |
* | Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls |  guenther | 2012-04-10 | 1 | -2/+8 |
* | range check st_size before calling calloc() |  deraadt | 2012-04-06 | 1 | -3/+7 |
* | Document that openat(), etc are safe to call from a signal handler. |  matthew | 2012-04-03 | 2 | -40/+40 |
* | tweak previous; |  jmc | 2012-04-03 | 1 | -3/+3 |
* | simplify the strlcpy/strlcat manual page substantially. do less |  deraadt | 2012-04-02 | 1 | -70/+58 |
* | fix previous; |  jmc | 2012-04-01 | 1 | -1/+2 |
* | remind people to think of the poor file descriptors |  deraadt | 2012-04-01 | 1 | -3/+14 |
* | Bump standards years, as we conform to the new versions too |  guenther | 2012-03-26 | 1 | -4/+4 |