summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2000-03-06Various mdoc fixups.Aaron Campbell
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-03-01$OpenBSD$Todd T. Fries
2000-03-01typo fix; halogen@nol.netTheo de Raadt
2000-02-29fix alignment constraint in IPv6 routing header manipulation (ancillary data).Jun-ichiro itojun Hagino
2000-02-29Use Dq/Sq and friends.Aaron Campbell
2000-02-25repair prototypes; cky@pobox.comTheo de Raadt
2000-02-25make it very safe against LP64 alignment issues, by using getifaddrs().Jun-ichiro itojun Hagino
2000-02-25make getaddrinfo obey search order declared in resolv.conf.Jun-ichiro itojun Hagino
2000-02-25always pass salen as separate argument, so that it can be friendly withJun-ichiro itojun Hagino
2000-02-23Small bits of clean-up.Aaron Campbell
2000-02-23- Put structure field descriptions in a tagged list.Aaron Campbell
2000-02-23add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).Jun-ichiro itojun Hagino
2000-02-23add getifaddrs(3), from bsdi4.Jun-ichiro itojun Hagino
2000-02-21Increment the minor number for fseeko()/ftello() addition.Todd C. Miller
2000-02-21Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.Todd C. Miller
2000-02-21remove extra #ifdef (USE_GETIPNODEBY)Jun-ichiro itojun Hagino
2000-02-19fix example. ok aaron@Eric Jackson
2000-02-18do not perform sleep() every time we get ECONNREFUSED.Jun-ichiro itojun Hagino
2000-02-17to synchronize with progress of discussion for postJun-ichiro itojun Hagino
2000-02-16add more comments from recent kame.Jun-ichiro itojun Hagino
2000-02-15make it possible to compile without -DINET6Jun-ichiro itojun Hagino
2000-02-14add BUGS section about getaddrinfo(3) search order.Jun-ichiro itojun Hagino
2000-02-09revise extended scoped address format support. delimiter and the orderJun-ichiro itojun Hagino
2000-02-07add man-page to fhopen et al. From NetBSDassar
2000-02-07bump minor (fhopen, fhstat, fhstatfs added)assar
2000-02-07add fhopen, fhstat, fhstatfs system calls. largely from NetBSDassar
2000-01-30visit next addrinfo structure when rresvport_af() fails.Jun-ichiro itojun Hagino
2000-01-29use alloca() instead of malloc, for vfork safetyTheo de Raadt
2000-01-28don't permit freeaddrinfo(NULL). now the behavior is consistentJun-ichiro itojun Hagino
2000-01-27avoid memory leakage on freeaddrinfo().Jun-ichiro itojun Hagino
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-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-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