summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2011-12-03document MSG_NOSIGNAL.Federico G. Schwindt
2011-11-22sigstack() is long dead, and the compat sigaltstack syscall is gone too.Philip Guenthe
2011-11-17Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.Ingo Schwarze
2011-11-17Fix HISTORY:Ingo Schwarze
2011-11-16Fix mbstowcs return value documentation. New text based on mbsrtowcs page.Stefan Sperling
2011-11-08Make __svfscanf() the unlocked, core of vfscanf() and use it inPhilip Guenthe
2011-11-07Expand HISTORY; feedback and ok jmc@ sobrado@.Ingo Schwarze
2011-11-07More .At v1 HISTORY.Ingo Schwarze
2011-11-07don't handle out-of-mem conditions using compiled out asserts (ugh). FromOtto Moerbeek
2011-11-06Commemorate research!dmr by documenting the history of allIngo Schwarze
2011-11-06.Ev -> .DvTheo de Raadt
2011-11-06repair documentation offset in the p*() versions of the calls and EINVAL;Theo de Raadt
2011-11-05Move around the error cases to make clear that some don't apply to thePhilip Guenthe
2011-11-02Sync scanf(3) to wscanf(3), and a few bits the opposite way:Ingo Schwarze
2011-10-27Allow segments to be used even after they were marked for deletion withRobert Nagy
2011-10-24Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008.Ingo Schwarze
2011-10-16Bump libc major; wscanf and wcsftime were addedStefan Sperling
2011-10-16Hook wcsftime(3) to the build; committing on behalf of espieStefan Sperling
2011-10-16Add wscanf(3) and friends. Based on our scanf(3) implementation, with wideStefan Sperling
2011-10-16Tweak wording, to clarify that setrtable affects the routing tablePhilip Guenthe
2011-10-16Note a restriction that is actually enforced in 5.0Philip Guenthe
2011-10-16Fixes and tweaks from jmc@Philip Guenthe
2011-10-16Make consistent the syscall stubs for the syscalls that got specialPhilip Guenthe
2011-10-16Add stubs and manpage for __{get,set}_tcbPhilip Guenthe
2011-10-14Fix toprec handling in cgetnext(). OK otto@Todd C. Miller
2011-10-11Change to syscall is done, so delete an XXX commentPhilip Guenthe
2011-10-10put in code for wcstfime, as discussed with millert@ and stsp@ (and testedMarc Espie
2011-10-10Stop defining XPG4_1994_04_09.Antoine Jacoutot
2011-10-09d_t_fmt: fix the format for the day of the month to use %e (singleAntoine Jacoutot
2011-10-06Make struct chunk_info a variable sized struct, wasting lessOtto Moerbeek
2011-10-02signedness fix; ok millertDarren Tucker
2011-09-25KERN_BUFCACHEPERCENT defaults to 20%, not 10%; from Juha ErkkilaJason McIntyre
2011-09-22Stop using the latin1 character set in the "C" locale. This behaviour wasStefan Sperling
2011-09-22fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was beingDamien Miller