summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* More sysconf(3)-y and pathconf(3)-y goodness from Brad.matthew2012-05-141-29/+231
* Since threads are becoming more common, this "work around thederaadt2012-04-121-136/+0
* more rfork mop-upderaadt2012-04-121-3/+3
* complete function name.espie2012-04-111-2/+2
* tweak previous;jmc2012-04-116-44/+36
* fuss with detailsespie2012-04-116-31/+36
* new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.espie2012-04-1111-1096/+333
* Document new KERN_NTHREADS and KERN_MAXTHREAD sysctlsguenther2012-04-101-2/+8
* range check st_size before calling calloc()deraadt2012-04-061-3/+7
* Document that openat(), etc are safe to call from a signal handler.matthew2012-04-031-20/+20
* The arguments scandir() and alphasort() have changed; show that andguenther2012-03-241-4/+26
* we don't mention LIBRARY: cespie2012-03-2310-30/+10
* clean the sigact in a portable way; ok matthewderaadt2012-03-221-2/+5
* Make DIR a private type within libc, give it the same underlyingmatthew2012-03-225-5/+23
* Update alphasort() and scandir()'s argument types to match POSIX:guenther2012-03-221-5/+5
* Add dirfd() as a function to libc per POSIX requirement; dirfd() macromatthew2012-03-222-2/+14
* Implement execvpe(3) and posix_spawn(3) and family. Based onmatthew2012-03-2114-17/+1839
* - fix a mistake in the list headerjmc2012-03-101-3/+3
* Try to document the new settings of net.inet.tcp.rfc3390.claudio2012-03-101-3/+7
* tweak previous;jmc2012-03-061-3/+3
* Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)ajacoutot2012-03-062-3/+8
* If the internal consistency check fails, set errno so that it doesn'tguenther2012-02-041-5/+8
* the glob stat limit is way too low. bump to 2048.tedu2012-01-202-7/+7
* symetryespie2012-01-191-3/+3
* Document the \-C output format generated by VIS_ALLguenther2012-01-161-2/+11
* Updates regarding fts_close(3):schwarze2012-01-011-15/+5
* Add new KERN_PROC_CWD sysctl to get the current working directory of a process.nicm2011-12-091-2/+7
* New fnmatch(3) implementation which is not recursive.stsp2011-12-061-232/+435
* Fix toprec handling in cgetnext(). OK otto@millert2011-10-141-4/+9
* KERN_BUFCACHEPERCENT defaults to 20%, not 10%; from Juha Erkkilajmc2011-09-251-3/+3
* Stop using the latin1 character set in the "C" locale. This behaviour wasstsp2011-09-221-18/+17
* fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was beingdjm2011-09-221-6/+44
* In glob(3), limit recursion during matching attempts. Similar to fnmatch fix.stsp2011-09-201-5/+17
* update vt100 example to vt200, as vt100 apparently is no longer in thejmc2011-09-141-6/+6
* Preserve errno across calls to open the password database(s), soguenther2011-09-051-2/+5
* make -column lists pretty again;jmc2011-09-032-442/+441
* in column lists, enforce the following ordering:jmc2011-08-301-3/+3
* At some point we've switched to the VFP floating-point--unlike FPAmartynas2011-07-261-3/+3
* __arm32__ -> __arm__, since our new compiler isn't defining themartynas2011-07-261-3/+3
* Add (rough draft) documentation for fdopendir(3) and the 15 newmatthew2011-07-182-4/+63
* Expose a bunch of new functionality from POSIX 2008: openat(2),matthew2011-07-181-3/+1
* Implement fdopendir(3) and refactor opendir(3) and fdopendir(3) to usematthew2011-07-181-22/+62
* __opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntderaadt2011-07-141-9/+2
* Use stdio in getent() and reuse pfp from tcgetnext when calling getent().millert2011-07-101-36/+37
* Move fabs(3) manual page from libm to libc, for consistency. Themartynas2011-07-082-4/+83
* Alias modfl to modf. This goes together with the previous bump.martynas2011-07-082-5/+25
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-085-5/+362
* tweak previous;jmc2011-07-081-3/+5
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-085-362/+5
* Include PIPEX in kernel by default. And add new sysctl variableyasuoka2011-07-081-2/+16