Age | Commit message (Expand) | Author |
2000-06-30 | typo in RFC number. KAME PR 263 | Jun-ichiro itojun Hagino |
2000-06-29 | Fix a bad example. We don't want to suggest that people pass | Todd C. Miller |
2000-06-29 | When specifying negative values (i.e., -1), the '-' character should be | Aaron Campbell |
2000-06-29 | Repairs, some from NetBSD PR/10472. | Aaron Campbell |
2000-06-26 | talk about legacy data and swap encryption as suggested by theo | Niels Provos |
2000-06-26 | various additions and cleanups written in denver airport | Theo de Raadt |
2000-06-25 | explain about crash dumps and swap encryption | Niels Provos |
2000-06-25 | correct return values | Paul Janzen |
2000-06-22 | add paper by cmetz. correct example. (sync with kame) | Jun-ichiro itojun Hagino |
2000-06-22 | ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes | Jun-ichiro itojun Hagino |
2000-06-20 | This is OpenBSD | Eric Jackson |
2000-06-18 | note get{addr,name}info are recommended than inet_xx. | Jun-ichiro itojun Hagino |
2000-06-14 | document swap encrypt ctl level | Niels Provos |
2000-06-12 | correct ENI_SALEN case to meet rfc2553bis. | Jun-ichiro itojun Hagino |
2000-06-12 | correct behavior against invalid sockaddr. previous code may return 0 | Jun-ichiro itojun Hagino |
2000-06-01 | State explicitly that strlc{py,at} only work on real C strings. | Todd C. Miller |
2000-05-25 | synchronize net.inet{,6} as much as possible with reality. | Jun-ichiro itojun Hagino |
2000-05-25 | no more nfsiod; mickey | Theo de Raadt |
2000-05-25 | remove net.inet6.ip6.gif_hlim | Jun-ichiro itojun Hagino |
2000-05-24 | add AF_INET6. | Jun-ichiro itojun Hagino |
2000-05-19 | use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues. | Jun-ichiro itojun Hagino |
2000-05-17 | nroff fixes (correct Dt, linebreak). | Jun-ichiro itojun Hagino |
2000-05-15 | correct type of 2nd argument to meet RFC2553. (this should raise no ABI | Jun-ichiro itojun Hagino |
2000-05-15 | translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229. | Jun-ichiro itojun Hagino |
2000-05-15 | Add support for building libraries with debugging information in them. | Niklas Hallqvist |
2000-05-01 | bye bye semconfig(2) | Theo de Raadt |
2000-04-30 | #ifdef vax -> #ifdef __vax__ | Brandon Creighton |
2000-04-28 | flesh | Theo de Raadt |
2000-04-28 | improve the english | Theo de Raadt |
2000-04-28 | NCARGS is bigger these days; akr@m17n.org | Theo de Raadt |
2000-04-28 | type decl error | Theo de Raadt |
2000-04-27 | remove unused struct def. more sanity check for NULL. | Jun-ichiro itojun Hagino |
2000-04-27 | Remove redundant HISTORY section. | Aaron Campbell |
2000-04-26 | const poisoning | Jun-ichiro itojun Hagino |
2000-04-26 | add $KAME$ for future version tracking | Jun-ichiro itojun Hagino |
2000-04-26 | bring in latest KAME implementation. | Jun-ichiro itojun Hagino |
2000-04-26 | remove #if 0'ed portion which we will never revisit (no behavior change). | Jun-ichiro itojun Hagino |
2000-04-26 | sync with latest kame. | Jun-ichiro itojun Hagino |
2000-04-25 | well if you cannot do a libc commit properly a week before 2.7 tree lock, sur... | Theo de Raadt |
2000-04-25 | Typo | Marc Espie |
2000-04-25 | Mention that ktrace(2) doesn't follow links | Todd C. Miller |
2000-04-25 | C deals with complex functions, but not imaginary ones yet. | Marc Espie |
2000-04-25 | correct boundary check. XXX should avoid code duplicate here... | Jun-ichiro itojun Hagino |
2000-04-25 | getpw*_r() | David Leonard |
2000-04-24 | correct example | Theo de Raadt |
2000-04-24 | proper include files; ath@algonet.se | Theo de Raadt |
2000-04-21 | Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW; | Todd C. Miller |
2000-04-21 | Don't hyphenate the words {left|right}most. | Aaron Campbell |
2000-04-21 | Add ERRORS section (the strdup(3) function may fail and set errno to any of the | Aaron Campbell |
2000-04-21 | Check return value of strdup(3) for NULL in example code (duh). | Aaron Campbell |