Age | Commit message (Expand) | Author |
2000-03-06 | Various mdoc fixups. | Aaron Campbell |
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell |
2000-03-01 | $OpenBSD$ | Todd T. Fries |
2000-03-01 | typo fix; halogen@nol.net | Theo de Raadt |
2000-02-29 | fix alignment constraint in IPv6 routing header manipulation (ancillary data). | Jun-ichiro itojun Hagino |
2000-02-29 | Use Dq/Sq and friends. | Aaron Campbell |
2000-02-25 | repair prototypes; cky@pobox.com | Theo de Raadt |
2000-02-25 | make it very safe against LP64 alignment issues, by using getifaddrs(). | Jun-ichiro itojun Hagino |
2000-02-25 | make getaddrinfo obey search order declared in resolv.conf. | Jun-ichiro itojun Hagino |
2000-02-25 | always pass salen as separate argument, so that it can be friendly with | Jun-ichiro itojun Hagino |
2000-02-23 | Small bits of clean-up. | Aaron Campbell |
2000-02-23 | - Put structure field descriptions in a tagged list. | Aaron Campbell |
2000-02-23 | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). | Jun-ichiro itojun Hagino |
2000-02-23 | add getifaddrs(3), from bsdi4. | Jun-ichiro itojun Hagino |
2000-02-21 | Increment the minor number for fseeko()/ftello() addition. | Todd C. Miller |
2000-02-21 | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. | Todd C. Miller |
2000-02-21 | remove extra #ifdef (USE_GETIPNODEBY) | Jun-ichiro itojun Hagino |
2000-02-19 | fix example. ok aaron@ | Eric Jackson |
2000-02-18 | do not perform sleep() every time we get ECONNREFUSED. | Jun-ichiro itojun Hagino |
2000-02-17 | to synchronize with progress of discussion for post | Jun-ichiro itojun Hagino |
2000-02-16 | add more comments from recent kame. | Jun-ichiro itojun Hagino |
2000-02-15 | make it possible to compile without -DINET6 | Jun-ichiro itojun Hagino |
2000-02-14 | add BUGS section about getaddrinfo(3) search order. | Jun-ichiro itojun Hagino |
2000-02-09 | revise extended scoped address format support. delimiter and the order | Jun-ichiro itojun Hagino |
2000-02-07 | add man-page to fhopen et al. From NetBSD | assar |
2000-02-07 | bump minor (fhopen, fhstat, fhstatfs added) | assar |
2000-02-07 | add fhopen, fhstat, fhstatfs system calls. largely from NetBSD | assar |
2000-01-30 | visit next addrinfo structure when rresvport_af() fails. | Jun-ichiro itojun Hagino |
2000-01-29 | use alloca() instead of malloc, for vfork safety | Theo de Raadt |
2000-01-28 | don't permit freeaddrinfo(NULL). now the behavior is consistent | Jun-ichiro itojun Hagino |
2000-01-27 | avoid memory leakage on freeaddrinfo(). | Jun-ichiro itojun Hagino |
2000-01-27 | add IPv6-ready rcmd() friends. | Jun-ichiro itojun Hagino |
2000-01-27 | repair nroff botch | Theo de Raadt |
2000-01-26 | document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.fr | Theo de Raadt |
2000-01-26 | typo (no verb) | Jun-ichiro itojun Hagino |
2000-01-26 | fix .Os KAME | Jun-ichiro itojun Hagino |
2000-01-26 | fix RFC2553 conformance. AI_CANONNAME does not mean reverse query. | Jun-ichiro itojun Hagino |
2000-01-26 | man page updates from itojun | Theo de Raadt |
2000-01-26 | new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on... | Theo de Raadt |
2000-01-25 | repair | Theo de Raadt |
2000-01-25 | simplify, maaan! | Michael Shalayeff |
2000-01-24 | return values are in ret* regs | Michael Shalayeff |
2000-01-24 | in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual... | Theo de Raadt |
2000-01-22 | Use .Er macro when referring to errno error names. | Aaron Campbell |
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell |
2000-01-22 | Use .Va. | Aaron Campbell |
2000-01-22 | ie. -> i.e., | Aaron Campbell |
2000-01-21 | Rename ip4.allow to ipip.allow | Angelos D. Keromytis |
2000-01-19 | more warning about net.inet6.ip6.forwarding | Jun-ichiro itojun Hagino |