summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* typomillert2002-07-181-2/+2
* indent, and double free fix; millert okderaadt2002-07-141-10/+12
* Add a missing check for fts_alloc() returning NULL; Chad Lodermillert2002-07-121-3/+4
* Use qsort() instead of mergesort() since the latter can fail duemillert2002-07-081-2/+18
* Remove kernel support for NTP. ok deraadt@ and tholo@nordin2002-07-061-6/+1
* KNFderaadt2002-07-063-64/+67
* cope better if realloc fails; better fix than cloder@acm.orgderaadt2002-07-061-1/+2
* more refinementderaadt2002-07-051-9/+10
* missing priority argument in example; ok millert@stevesk2002-07-021-2/+2
* need string.hderaadt2002-07-011-1/+2
* Disc -> Disk for EDQUOT; now the error and log messages that appear whenpjanzen2002-07-011-2/+2
* Fix strnvis(): don't truncate unnecessarily, set the return value correctlypjanzen2002-07-012-17/+31
* indentderaadt2002-07-011-1/+2
* Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY.millert2002-06-282-6/+11
* Lies, damn lies and getcap(3). The description for cgetclose() wasmillert2002-06-281-4/+12
* %uderaadt2002-06-271-3/+3
* KNFderaadt2002-06-271-2/+2
* %u and uid/gidderaadt2002-06-271-4/+4
* uid_t is unsignedderaadt2002-06-232-4/+4
* use strtok_r() instead of strtok(); millert okderaadt2002-06-221-15/+16
* Close log file when leaving syslog_r(). deraadt@ okjjbg2002-06-201-1/+5
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
* __indr_reference() and the definition in the same compilation unit arefgsch2002-06-128-56/+32
* Document kern.userasymcryptoangelos2002-06-111-1/+8
* random cleanup that's cheaper to commit than to remove from my tree.art2002-06-111-2/+2
* put back in the assert changes for ISO C 99 (put __func__ in it)espie2002-06-101-1/+11
* spelling; moritz@jodeit.orgderaadt2002-06-092-5/+5
* Document KERN_MBSTATangelos2002-06-091-1/+8
* Document proc arg sysctls.art2002-06-081-1/+21
* Document NFILES, TTYCOUNT (to come) and NUMVNODES (to come).angelos2002-06-081-2/+13
* use weak aliases whenever is possible; millert@ ok.fgsch2002-06-0817-173/+66
* document net.inet6.ip6.v6onlyitojun2002-06-071-1/+10
* If send() returns ENOBUFS, sleep for one microsecond and retry.millert2002-06-051-5/+12
* Make nice(3) standards compliant; adapted from patch by Matthias Drochnermillert2002-06-032-10/+30
* document net.inet6.ip6.maxfragsitojun2002-05-281-1/+7
* pid_t cleanupderaadt2002-05-261-2/+2
* add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.netderaadt2002-05-241-1/+2
* try to use strlcpy and snprintf more; ok variousderaadt2002-05-248-33/+35
* put a real struct definition instead of the weird "typedef structvincent2002-05-221-2/+2
* now catches SIGALRM and SIGPIPE toomillert2002-05-091-2/+4
* Add SIGALRM and SIGPIPE to the list of signals we catch, turn echo back on,millert2002-05-091-10/+14
* Fix typo; Peter Wernermillert2002-05-081-2/+2
* Sync EA with FreeBSD, mostly addition of new ENOATTR errno.drahn2002-05-011-1/+2
* o) start new sentence on a new line;mpech2002-05-012-9/+14
* Some errno entries were not documented or added to _sys_errlist[] whendrahn2002-04-301-1/+4
* Initial cleanup:mpech2002-04-308-37/+38
* Stash string lengths in variables instead of computing multiple times.millert2002-04-291-42/+47
* avoid cranking libc minors for another few weeksderaadt2002-04-191-11/+1
* Use __func__ in assert.espie2002-04-171-1/+11
* WCCPv1 GRE sysctl -- ok deraadt@angelos2002-04-031-1/+6