summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2002-08-04If fork() fails, log/report the error *before* we close our fd's justTodd C. Miller
2002-07-30malloc paranoia; it is unlikely that any filesystem will supportTodd C. Miller
2002-07-30be even more careful with strlcpy()Theo de Raadt
2002-07-18typoTodd C. Miller
2002-07-14indent, and double free fix; millert okTheo de Raadt
2002-07-12Add a missing check for fts_alloc() returning NULL; Chad LoderTodd C. Miller
2002-07-08Use qsort() instead of mergesort() since the latter can fail dueTodd C. Miller
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-07-06KNFTheo de Raadt
2002-07-06KNFTheo de Raadt
2002-07-06cope better if realloc fails; better fix than cloder@acm.orgTheo de Raadt
2002-07-05more refinementTheo de Raadt
2002-07-02missing priority argument in example; ok millert@Kevin Steves
2002-07-01need string.hTheo de Raadt
2002-07-01Disc -> Disk for EDQUOT; now the error and log messages that appear whenPaul Janzen
2002-07-01Fix strnvis(): don't truncate unnecessarily, set the return value correctlyPaul Janzen
2002-07-01indentTheo de Raadt
2002-06-28Add RPP_STDIN flag which acts as the converse of RPP_REQUIRE_TTY.Todd C. Miller
2002-06-28Lies, damn lies and getcap(3). The description for cgetclose() wasTodd C. Miller
2002-06-27%uTheo de Raadt
2002-06-27KNFTheo de Raadt
2002-06-27%u and uid/gidTheo de Raadt
2002-06-23uid_t is unsignedTheo de Raadt
2002-06-22use strtok_r() instead of strtok(); millert okTheo de Raadt
2002-06-20Close log file when leaving syslog_r(). deraadt@ okJean-Jacques Bernard-Gundol
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-12__indr_reference() and the definition in the same compilation unit areFederico G. Schwindt
2002-06-11Document kern.userasymcryptoAngelos D. Keromytis
2002-06-11random cleanup that's cheaper to commit than to remove from my tree.Artur Grabowski
2002-06-10put back in the assert changes for ISO C 99 (put __func__ in it)Marc Espie
2002-06-09spelling; moritz@jodeit.orgTheo de Raadt
2002-06-09Document KERN_MBSTATAngelos D. Keromytis
2002-06-08Document proc arg sysctls.Artur Grabowski
2002-06-08Document NFILES, TTYCOUNT (to come) and NUMVNODES (to come).Angelos D. Keromytis
2002-06-08use weak aliases whenever is possible; millert@ ok.Federico G. Schwindt
2002-06-07document net.inet6.ip6.v6onlyJun-ichiro itojun Hagino
2002-06-05If send() returns ENOBUFS, sleep for one microsecond and retry.Todd C. Miller
2002-06-03Make nice(3) standards compliant; adapted from patch by Matthias DrochnerTodd C. Miller
2002-05-28document net.inet6.ip6.maxfragsJun-ichiro itojun Hagino
2002-05-26pid_t cleanupTheo de Raadt
2002-05-24add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.netTheo de Raadt
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2002-05-22 put a real struct definition instead of the weird "typedef structVincent Labrecque
2002-05-09now catches SIGALRM and SIGPIPE tooTodd C. Miller
2002-05-09Add SIGALRM and SIGPIPE to the list of signals we catch, turn echo back on,Todd C. Miller
2002-05-08Fix typo; Peter WernerTodd C. Miller
2002-05-01Sync EA with FreeBSD, mostly addition of new ENOATTR errno.Dale Rahn
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-04-30Some errno entries were not documented or added to _sys_errlist[] whenDale Rahn
2002-04-30Initial cleanup:Mike Pechkin