summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2002-11-25Mention the net.inet.tcp.ecn sysctl.Wilbern Cobb
2002-11-24Fix comment: s/trailing NULL/trailing NUL/, no code changes.Chad Loder
2002-11-24Fix instance where syslog(3) after closelog(3) could access freed logChad Loder
2002-11-22Initialize status to zero before calling waitpid(). That way, ifTodd C. Miller
2002-11-22more snprintf; ok millertTheo de Raadt
2002-11-21shadow -> _shadowTodd C. Miller
2002-11-21Add a "shadow" group and make the shadow passwd db readable by thatTodd C. Miller
2002-10-30Revert this va_copy addition, it cannot work on macppc (which is theDale Rahn
2002-10-24Use va_copy() for varargs assignemnt. va_copy() is standard with C99Dale Rahn
2002-10-16Replace "if (value != NULL && value == as->FOO)" with justTodd C. Miller
2002-10-16Implement isfdtype(3) as per the POSIX.1g draft; requested by David HillTodd C. Miller
2002-10-15Fix typo introduce in last commitTodd C. Miller
2002-10-15cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64Todd C. Miller
2002-10-15Document the fact that calling auth_setitem() with a NULL valueTodd C. Miller
2002-10-15If auth_setitem() is called with the current value (ie: the pointerTodd C. Miller
2002-10-15Note that when calling auth_verify() with a style and/or username,Todd C. Miller
2002-10-15Cast NULL sentinel in auth_call() to a pointerTodd C. Miller
2002-10-13Move the clearing of as->state in auth_challenge() to after the sanityTodd C. Miller
2002-10-09Use strtoll() and strtoull() instead of strtoq() and strtouq() nowTodd C. Miller
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