summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2000-01-27add IPv6-ready rcmd() friends.Jun-ichiro itojun Hagino
2000-01-27repair nroff botchTheo de Raadt
2000-01-26document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.frTheo de Raadt
2000-01-26typo (no verb)Jun-ichiro itojun Hagino
2000-01-26fix .Os KAMEJun-ichiro itojun Hagino
2000-01-26fix RFC2553 conformance. AI_CANONNAME does not mean reverse query.Jun-ichiro itojun Hagino
2000-01-26man page updates from itojunTheo de Raadt
2000-01-26new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on...Theo de Raadt
2000-01-25repairTheo de Raadt
2000-01-25Sync with current version (just the file renamed).Angelos D. Keromytis
2000-01-25simplify, maaan!Michael Shalayeff
2000-01-24return values are in ret* regsMichael Shalayeff
2000-01-24in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual...Theo de Raadt
2000-01-23Update to ncurses-5.0-20000122Todd C. Miller
2000-01-22canceled -> cancelledAaron Campbell
2000-01-22Use .Er macro when referring to errno error names.Aaron Campbell
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
2000-01-22Use .Va.Aaron Campbell
2000-01-22ie. -> i.e.,Aaron Campbell
2000-01-21Rename ip4.allow to ipip.allowAngelos D. Keromytis
2000-01-19more warning about net.inet6.ip6.forwardingJun-ichiro itojun Hagino
2000-01-19Clarify and mention that errno is set to ENOMEM on failure of malloc(),Paul Janzen
2000-01-19Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.Paul Janzen
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
2000-01-18sync comment with code. remove #if 0'ed portion (AF filtering on nameJun-ichiro itojun Hagino
2000-01-17do not filter address families that are not supported by kernel.Jun-ichiro itojun Hagino
2000-01-17indentTheo de Raadt
2000-01-17sync with latest KAME version. now includes description on scoped addrJun-ichiro itojun Hagino
2000-01-17remove #if 0'ed part.Jun-ichiro itojun Hagino
2000-01-16Update to ncurses-5.0-20000115:Todd C. Miller
2000-01-14malloc lock helpersDavid Leonard
2000-01-13include string.h to get strlen() prototypeTodd C. Miller
2000-01-13Add AF_IPX.Federico G. Schwindt
2000-01-12indent the source rightTheo de Raadt
2000-01-12ugly workaround for an .align parse bug in current binutilsMichael Shalayeff
2000-01-11Document the new ipsec sysctl variables.Angelos D. Keromytis
2000-01-10the theTheo de Raadt
2000-01-10Document net.inet.ip.ipsec-invalid-lifeAngelos D. Keromytis
2000-01-09Add ipsec-acl description, and remove bogus PF_ENCAP entry (encdebugAngelos D. Keromytis
2000-01-09fix tmpnam() argument; kris@freebsdTheo de Raadt
2000-01-09Update to ncurses-5.0-20000108:Todd C. Miller
2000-01-08better test codeDavid Leonard
2000-01-08fix sizeof's when aliasing reentrant structures.David Leonard
2000-01-08test getgrent stuffDavid Leonard
2000-01-08Enable extended cap names. Previously, the only allowed cap names wereTodd C. Miller
2000-01-07Document gre.allow and mobileip.allowAngelos D. Keromytis
2000-01-06build libpthread AND libc_r for i386David Leonard
2000-01-06fix includes; bdeTheo de Raadt
2000-01-06use everything in libc_r (sorry, todd)David Leonard
2000-01-06for now, use -lpthread on i386. one day every arch will do this...David Leonard