summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2000-06-18note get{addr,name}info are recommended than inet_xx.Jun-ichiro itojun Hagino
2000-06-14document swap encrypt ctl levelNiels Provos
2000-06-12correct ENI_SALEN case to meet rfc2553bis.Jun-ichiro itojun Hagino
2000-06-12correct behavior against invalid sockaddr. previous code may return 0Jun-ichiro itojun Hagino
2000-06-01State explicitly that strlc{py,at} only work on real C strings.Todd C. Miller
2000-05-25synchronize net.inet{,6} as much as possible with reality.Jun-ichiro itojun Hagino
2000-05-25no more nfsiod; mickeyTheo de Raadt
2000-05-25remove net.inet6.ip6.gif_hlimJun-ichiro itojun Hagino
2000-05-24add AF_INET6.Jun-ichiro itojun Hagino
2000-05-19use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues.Jun-ichiro itojun Hagino
2000-05-17nroff fixes (correct Dt, linebreak).Jun-ichiro itojun Hagino
2000-05-15correct type of 2nd argument to meet RFC2553. (this should raise no ABIJun-ichiro itojun Hagino
2000-05-15translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229.Jun-ichiro itojun Hagino
2000-05-15Add support for building libraries with debugging information in them.Niklas Hallqvist
2000-05-01bye bye semconfig(2)Theo de Raadt
2000-04-30#ifdef vax -> #ifdef __vax__Brandon Creighton
2000-04-28fleshTheo de Raadt
2000-04-28improve the englishTheo de Raadt
2000-04-28NCARGS is bigger these days; akr@m17n.orgTheo de Raadt
2000-04-28type decl errorTheo de Raadt