summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2000-08-24uninit variablesTheo de Raadt
2000-08-22WallTheo de Raadt
2000-08-22unused variableTheo de Raadt
2000-08-22Add MLINKS for timelocal() and timegm(); pointed out by Theo.Todd C. Miller
2000-08-22Quickly describe timelocal() and timegm() and note that they areTodd C. Miller
2000-08-20Fix history section.Todd C. Miller
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
2000-08-18ipsec-acl default changed to 1; confirmed by jason@Federico G. Schwindt
2000-08-13strings are NUL-terminated, not NULL-terminatedTheo de Raadt
2000-08-12Mention that mknod(2) will return EINVAL when chroot(2)'d.Todd C. Miller
2000-08-09document that the current implementation is not thread-safe. sync with kame.Jun-ichiro itojun Hagino
2000-08-09More of the same.Aaron Campbell
2000-08-09For man pages that describe multiple functions, split the .Nm argumentsAaron Campbell
2000-08-09Insert missing period.Aaron Campbell
2000-08-09Remove trailing blank lines.Aaron Campbell
2000-08-05formatting, grammar, and typo correctionPaul Janzen
2000-08-05pretty; ok millertTheo de Raadt
2000-08-05talk about errno; and try to list sighandler safe functionsTheo de Raadt
2000-08-02update other obsoleted rfcsNiels Provos
2000-08-02return error if salt is too small; pr 1336Niels Provos
2000-08-01Traditional NDBM supports dbm_open(foo, O_WRONLY) but dbopen() doesTodd C. Miller
2000-07-31reinsert corrected history section, based on jdolecek@netbsdPaul Janzen
2000-07-30avoid buffer overrun on too-long reply for NIS hostname lookup.Jun-ichiro itojun Hagino
2000-07-27grp.h; peter@runestig.comTheo de Raadt
2000-07-25document pitfall cases in argument parsing. sync with kame.Jun-ichiro itojun Hagino
2000-07-21Document that truncate() can also be used to extend the size of a file.Christian Weisgerber
2000-07-19mdoc repairs; requested by mickey@.Aaron Campbell
2000-07-19from freebsd:Michael Shalayeff
2000-07-19off-by-one calculation error; getcwd() would return NULL if the buffer wasTheo de Raadt
2000-07-16Stronger caveat wrt stack smashing via % escapes. Each man pageTodd C. Miller
2000-07-09add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}Jun-ichiro itojun Hagino
2000-07-09reject empty scopeid/numeric portname. sync with kame.Jun-ichiro itojun Hagino
2000-07-07use %s with fprintfTheo de Raadt
2000-07-07Note that EPERM is returned if the named file to be unlinked has its immutableAaron Campbell
2000-07-07Add a CAVEATS section explaining that you should never pass a user-suppliedAaron Campbell
2000-07-07Insert missing semi-colon.Aaron Campbell
2000-07-05return EAI_NODATA, instead of EAI_NONAME, on name resolution errors.Jun-ichiro itojun Hagino
2000-07-02knf; ouch, that hurtsMichael Shalayeff
2000-07-02new version of ffs from drahn@Michael Shalayeff
2000-06-30typo in RFC number. KAME PR 263Jun-ichiro itojun Hagino
2000-06-29Fix a bad example. We don't want to suggest that people passTodd C. Miller
2000-06-29When specifying negative values (i.e., -1), the '-' character should beAaron Campbell
2000-06-29Repairs, some from NetBSD PR/10472.Aaron Campbell
2000-06-26talk about legacy data and swap encryption as suggested by theoNiels Provos
2000-06-26various additions and cleanups written in denver airportTheo de Raadt
2000-06-25explain about crash dumps and swap encryptionNiels Provos
2000-06-25correct return valuesPaul Janzen
2000-06-22add paper by cmetz. correct example. (sync with kame)Jun-ichiro itojun Hagino
2000-06-22ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takesJun-ichiro itojun Hagino
2000-06-20This is OpenBSDEric Jackson