summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2012-03-26Bump standards years, as we conform to the new versions tooPhilip Guenthe
2012-03-26strsignal() was standardized in POSIX-2008Philip Guenthe
2012-03-24The arguments scandir() and alphasort() have changed; show that andPhilip Guenthe
2012-03-23we don't mention LIBRARY: cMarc Espie
2012-03-22clean the sigact in a portable way; ok matthewTheo de Raadt
2012-03-22bump majors on libc and rthreads for the additions to libc and transferPhilip Guenthe
2012-03-22Make DIR a private type within libc, give it the same underlyingMatthew Dempsky
2012-03-22Update alphasort() and scandir()'s argument types to match POSIX:Philip Guenthe
2012-03-22Add dirfd() as a function to libc per POSIX requirement; dirfd() macroMatthew Dempsky
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatPhilip Guenthe
2012-03-21Implement getdelim(3) and getline(3).Federico G. Schwindt
2012-03-21Implement execvpe(3) and posix_spawn(3) and family. Based onMatthew Dempsky
2012-03-21Fix a bug where random() always returns 0 when srandom() is seededTodd C. Miller
2012-03-20the disease is spreadingDavid Gwynne
2012-03-13Add manpages for __thrsigdivert, __thrsleep, and __thrwakeup. VariousPhilip Guenthe
2012-03-10- fix a mistake in the list headerJason McIntyre
2012-03-10Try to document the new settings of net.inet.tcp.rfc3390.Claudio Jeker
2012-03-06tweak previous;Jason McIntyre
2012-03-06Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)Antoine Jacoutot
2012-03-04New threads now inherit their TCB address from their parent threadPhilip Guenthe
2012-03-04Drop the rpcauth(3) MLINK, there is no function of that name.Ingo Schwarze
2012-03-01Update to tzcode2012a from munnari.oz.auTodd C. Miller
2012-02-29- Test for the retrieved page address not being NULL. This turns free((void*)1)Otto Moerbeek
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
2012-02-18Extend after recent msdos support.Antoine Jacoutot
2012-02-06Revert previous diff as it resulted in the wrong return code whenPhilip Guenthe
2012-02-04If the internal consistency check fails, set errno so that it doesn'tPhilip Guenthe
2012-01-22Credit Keith Sklower and 2BSD for the first implementation of read-writeIngo Schwarze
2012-01-20the glob stat limit is way too low. bump to 2048.Ted Unangst
2012-01-19symetryMarc Espie
2012-01-18Add missing header needed by iswspace()Charles Longeau
2012-01-18Add support for C99 %ls, %lc, and %l[ format directives to scanf(3).Stefan Sperling
2012-01-17Remove assembly version of strlen from i386 and amd64, where it'sMike Belopuhov
2012-01-17fix SEE ALSO;Jason McIntyre
2012-01-17Add stpcpy() and stpncpy(), pointless crap that made it into POSIX.Philip Guenthe
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,Philip Guenthe
2012-01-17net_addrcmp() dies. found out to be a horrific function by ericTheo de Raadt
2012-01-16POSIX indicates that some fields should be computed even if notTodd C. Miller
2012-01-16Document the \-C output format generated by VIS_ALLPhilip Guenthe
2012-01-15Document early history of a few functions specifically mentioned in 2BSDIngo Schwarze
2012-01-14grammar;Jason McIntyre
2012-01-14this is sparta^WPOSIX 2008Marc Espie
2012-01-03draft-ietf-ipv6-scoping-arch-02 has become RFC 4007, as noted byJason McIntyre
2012-01-01Updates regarding fts_close(3):Ingo Schwarze
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-12-23some spelling fixes, found using freebsd's "igor" document verifier;Jason McIntyre
2011-12-09Add new KERN_PROC_CWD sysctl to get the current working directory of a process.Nicholas Marriott
2011-12-08strdup and strndup both use malloc. Make this fact explicit.lum
2011-12-06New fnmatch(3) implementation which is not recursive.Stefan Sperling
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze