Age | Commit message (Expand) | Author |
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 |
2012-04-11 | Provide __tfork_thread() for hppa64. This makes libc compile again. | Joel Sing |
2012-04-11 | fuss with details | Marc Espie |
2012-04-11 | new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit. | Marc Espie |
2012-04-10 | Do not pick the network number as alias on entries with no alias | Eric Faurot |
2012-04-10 | Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls | Philip Guenthe |
2012-04-06 | range check st_size before calling calloc() | Theo de Raadt |
2012-04-03 | Document that openat(), etc are safe to call from a signal handler. | Matthew Dempsky |
2012-04-03 | tweak previous; | Jason McIntyre |
2012-04-02 | simplify the strlcpy/strlcat manual page substantially. do less | Theo de Raadt |
2012-04-01 | fix previous; | Jason McIntyre |
2012-04-01 | remind people to think of the poor file descriptors | Theo de Raadt |
2012-03-26 | Bump standards years, as we conform to the new versions too | Philip Guenthe |
2012-03-26 | strsignal() was standardized in POSIX-2008 | Philip Guenthe |
2012-03-24 | The arguments scandir() and alphasort() have changed; show that and | Philip Guenthe |
2012-03-23 | we don't mention LIBRARY: c | Marc Espie |
2012-03-22 | clean the sigact in a portable way; ok matthew | Theo de Raadt |
2012-03-22 | bump majors on libc and rthreads for the additions to libc and transfer | Philip Guenthe |
2012-03-22 | Make DIR a private type within libc, give it the same underlying | Matthew Dempsky |
2012-03-22 | Update alphasort() and scandir()'s argument types to match POSIX: | Philip Guenthe |
2012-03-22 | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro | Matthew Dempsky |
2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that | Philip Guenthe |
2012-03-21 | Implement getdelim(3) and getline(3). | Federico G. Schwindt |
2012-03-21 | Implement execvpe(3) and posix_spawn(3) and family. Based on | Matthew Dempsky |
2012-03-21 | Fix a bug where random() always returns 0 when srandom() is seeded | Todd C. Miller |
2012-03-20 | the disease is spreading | David Gwynne |
2012-03-13 | Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. Various | Philip Guenthe |
2012-03-10 | - fix a mistake in the list header | Jason McIntyre |
2012-03-10 | Try to document the new settings of net.inet.tcp.rfc3390. | Claudio Jeker |
2012-03-06 | tweak previous; | Jason McIntyre |
2012-03-06 | Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3) | Antoine Jacoutot |
2012-03-04 | New threads now inherit their TCB address from their parent thread | Philip Guenthe |
2012-03-04 | Drop the rpcauth(3) MLINK, there is no function of that name. | Ingo Schwarze |
2012-03-01 | Update to tzcode2012a from munnari.oz.au | Todd C. Miller |
2012-02-29 | - Test for the retrieved page address not being NULL. This turns free((void*)1) | Otto Moerbeek |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert |
2012-02-18 | Extend after recent msdos support. | Antoine Jacoutot |
2012-02-06 | Revert previous diff as it resulted in the wrong return code when | Philip Guenthe |
2012-02-04 | If the internal consistency check fails, set errno so that it doesn't | Philip Guenthe |
2012-01-22 | Credit Keith Sklower and 2BSD for the first implementation of read-write | Ingo Schwarze |
2012-01-20 | the glob stat limit is way too low. bump to 2048. | Ted Unangst |
2012-01-19 | symetry | Marc Espie |
2012-01-18 | Add missing header needed by iswspace() | Charles Longeau |
2012-01-18 | Add support for C99 %ls, %lc, and %l[ format directives to scanf(3). | Stefan Sperling |
2012-01-17 | Remove assembly version of strlen from i386 and amd64, where it's | Mike Belopuhov |
2012-01-17 | fix SEE ALSO; | Jason McIntyre |
2012-01-17 | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. | Philip Guenthe |
2012-01-17 | Reimplement mutexes, condvars, and rwlocks to eliminate bugs, | Philip Guenthe |