summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2012-08-18RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862;Jason McIntyre
2012-06-24In sysconf(), don't bother querying the kernel for userspace-onlyMatthew Dempsky
2012-05-14More sysconf(3)-y and pathconf(3)-y goodness from Brad.Matthew Dempsky
2012-04-12Since threads are becoming more common, this "work around theTheo de Raadt
2012-04-12more rfork mop-upTheo de Raadt
2012-04-11complete function name.Marc Espie
2012-04-11tweak previous;Jason McIntyre
2012-04-11fuss with detailsMarc Espie
2012-04-11new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.Marc Espie
2012-04-10Document new KERN_NTHREADS and KERN_MAXTHREAD sysctlsPhilip Guenthe
2012-04-06range check st_size before calling calloc()Theo de Raadt
2012-04-03Document that openat(), etc are safe to call from a signal handler.Matthew Dempsky
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-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-21Implement execvpe(3) and posix_spawn(3) and family. Based onMatthew Dempsky
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-02-04If the internal consistency check fails, set errno so that it doesn'tPhilip Guenthe
2012-01-20the glob stat limit is way too low. bump to 2048.Ted Unangst
2012-01-19symetryMarc Espie
2012-01-16Document the \-C output format generated by VIS_ALLPhilip Guenthe
2012-01-01Updates regarding fts_close(3):Ingo Schwarze
2011-12-09Add new KERN_PROC_CWD sysctl to get the current working directory of a process.Nicholas Marriott
2011-12-06New fnmatch(3) implementation which is not recursive.Stefan Sperling
2011-10-14Fix toprec handling in cgetnext(). OK otto@Todd C. Miller
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
2011-09-20In glob(3), limit recursion during matching attempts. Similar to fnmatch fix.Stefan Sperling
2011-09-14update vt100 example to vt200, as vt100 apparently is no longer in theJason McIntyre
2011-09-05Preserve errno across calls to open the password database(s), soPhilip Guenthe
2011-09-03make -column lists pretty again;Jason McIntyre
2011-08-30in column lists, enforce the following ordering:Jason McIntyre
2011-07-26At some point we've switched to the VFP floating-point--unlike FPAMartynas Venckus
2011-07-26__arm32__ -> __arm__, since our new compiler isn't defining theMartynas Venckus
2011-07-18Add (rough draft) documentation for fdopendir(3) and the 15 newMatthew Dempsky
2011-07-18Expose a bunch of new functionality from POSIX 2008: openat(2),Matthew Dempsky
2011-07-18Implement fdopendir(3) and refactor opendir(3) and fdopendir(3) to useMatthew Dempsky
2011-07-14__opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntTheo de Raadt
2011-07-10Use stdio in getent() and reuse pfp from tcgetnext when calling getent().Todd C. Miller
2011-07-08Move fabs(3) manual page from libm to libc, for consistency. TheMartynas Venckus
2011-07-08Alias modfl to modf. This goes together with the previous bump.Martynas Venckus
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08tweak previous;Jason McIntyre