summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
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
ipv6 address.
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
(success) on invalid sockaddr. sync with rfc2553bis regarding to getnameinfo error code. (sync with kame)
2000-06-01State explicitly that strlc{py,at} only work on real C strings.Todd C. Miller
Clarify point about always NUL-terminating.
2000-05-25synchronize net.inet{,6} as much as possible with reality.Jun-ichiro itojun Hagino
there stil are missing items, or items without description.
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
problem due to type promotion). PR 1228.
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
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage.
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
2000-04-27remove unused struct def. more sanity check for NULL.Jun-ichiro itojun Hagino
2000-04-27Remove redundant HISTORY section.Aaron Campbell
2000-04-26const poisoningJun-ichiro itojun Hagino
2000-04-26add $KAME$ for future version trackingJun-ichiro itojun Hagino
2000-04-26bring in latest KAME implementation.Jun-ichiro itojun Hagino
conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt. behavior change: returns numeric scopeid if we can't convert to string removed #if 0'ed portion which we will never revisit.
2000-04-26remove #if 0'ed portion which we will never revisit (no behavior change).Jun-ichiro itojun Hagino
2000-04-26sync with latest kame.Jun-ichiro itojun Hagino
- completely disable AI_ADDRCONFIG support (post RFC2553) since it does not work for PF_UNSPEC. - remove unused variables, some delint.
2000-04-25well if you cannot do a libc commit properly a week before 2.7 tree lock, ↵Theo de Raadt
surely it can wait till after 2.7
2000-04-25TypoMarc Espie
2000-04-25Mention that ktrace(2) doesn't follow linksTodd C. Miller
2000-04-25C deals with complex functions, but not imaginary ones yet.Marc Espie
2000-04-25correct boundary check. XXX should avoid code duplicate here...Jun-ichiro itojun Hagino
2000-04-25getpw*_r()David Leonard
2000-04-24correct exampleTheo de Raadt
2000-04-24proper include files; ath@algonet.seTheo de Raadt
2000-04-21Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;Todd C. Miller
adapated from FreeBSD. Also change O_FSYNC to the more standard O_SYNC and document it. open(2) needs some real examples for proper usage, to come later.
2000-04-21Don't hyphenate the words {left|right}most.Aaron Campbell
2000-04-21Add ERRORS section (the strdup(3) function may fail and set errno to any of theAaron Campbell
errors specified by the library routine malloc(3)).
2000-04-21Check return value of strdup(3) for NULL in example code (duh).Aaron Campbell
2000-04-21Flesh out libc string function man pages.Aaron Campbell
2000-04-20Flesh out stdlib function man pages.Aaron Campbell
2000-04-20bump because of p{read,write}{,v}Theo de Raadt
2000-04-20p{read,write}{,v} man pagesTheo de Raadt