summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert this va_copy addition, it cannot work on macppc (which is thedrahn2002-10-301-4/+2
* Use va_copy() for varargs assignemnt. va_copy() is standard with C99drahn2002-10-241-2/+4
* Replace "if (value != NULL && value == as->FOO)" with justmillert2002-10-161-6/+6
* Implement isfdtype(3) as per the POSIX.1g draft; requested by David Hillmillert2002-10-163-11/+130
* Fix typo introduce in last commitmillert2002-10-151-2/+2
* cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64millert2002-10-151-5/+5
* Document the fact that calling auth_setitem() with a NULL valuemillert2002-10-151-4/+13
* If auth_setitem() is called with the current value (ie: the pointermillert2002-10-151-9/+11
* Note that when calling auth_verify() with a style and/or username,millert2002-10-151-1/+6
* Cast NULL sentinel in auth_call() to a pointermillert2002-10-151-2/+2
* Move the clearing of as->state in auth_challenge() to after the sanitymillert2002-10-131-7/+6
* Use strtoll() and strtoull() instead of strtoq() and strtouq() nowmillert2002-10-091-4/+4
* If fork() fails, log/report the error *before* we close our fd's justmillert2002-08-041-3/+3
* malloc paranoia; it is unlikely that any filesystem will supportmillert2002-07-302-2/+11
* be even more careful with strlcpy()deraadt2002-07-301-4/+5
* 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