Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-20 | sync with reality. ifconfig(8) now behaves as before. | Jun-ichiro itojun Hagino | |
1999-12-20 | sync with reality (tcp/udp wildcard bind special behavior). | Jun-ichiro itojun Hagino | |
1999-12-20 | add missing IPV6_PORTRANGE case. | Jun-ichiro itojun Hagino | |
1999-12-19 | disallow AF mismatch on inbound. | Jun-ichiro itojun Hagino | |
1999-12-15 | do not overwrite traffic class portion when filling in IPv6 version field. | Jun-ichiro itojun Hagino | |
1999-12-14 | Change cast (and argument declaration) from int to u_long so it | Angelos D. Keromytis | |
compiles on alpha (janjaap@stack.nl) | |||
1999-12-10 | a critical fix from kame: add missing splx(). | Jun-ichiro itojun Hagino | |
1999-12-10 | use proper type for in6_first_ifid (char -> u_int8_t) | Jun-ichiro itojun Hagino | |
suggested by: deraadt | |||
1999-12-10 | Remove remaining unnecessary ifdefs (itojun will hate me for this :-) | Angelos D. Keromytis | |
1999-12-10 | sorry angelos, they are not used any more :-P | Jun-ichiro itojun Hagino | |
1999-12-10 | Add RCS tags, remove unused header files and code, remove a few | Angelos D. Keromytis | |
unnecessary ifdefs... | |||
1999-12-09 | do not perform IPv6 initialization for loopback interface. | Jun-ichiro itojun Hagino | |
MUST make lo0 up before any IPv6 operations. it will be considered a pilot error if you don't. (I prefer to have lo0 initialized automatically) | |||
1999-12-09 | Bogus include file crept in. | Angelos D. Keromytis | |
1999-12-09 | Shrink... | Angelos D. Keromytis | |
1999-12-08 | silence more DAD debugging information | Theo de Raadt | |
1999-12-08 | silence non-duplicate DAD completion messages | Theo de Raadt | |
1999-12-08 | ifdef cleanup... | Angelos D. Keromytis | |
1999-12-08 | Removed about 24KB of ifdef'ed code. It's nice to be able to see what | Angelos D. Keromytis | |
other OSes do, but not if I can't read our code. | |||
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino | |
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). | |||
1999-12-08 | KAME IPv6 merger TODOs. you may want to see them earlier... | Jun-ichiro itojun Hagino | |
1999-09-07 | silence -Wall | Brad Smith | |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski | |
Add an extra flag to hashinit telling if it should wait in malloc. update all calls to hashinit. | |||
1999-03-24 | One missed in6a_words -> s6_addr32 conversion. | cmetz | |
1999-03-24 | Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al. | cmetz | |
convention that is more common and more specific as to the access size) | |||
1999-03-09 | Demangled the INET6 stuff so as not to require any extra options and not to | cmetz | |
be mutually exclusive with the IPSEC option. | |||
1999-02-24 | Added support files needed by the NRL code. | cmetz | |
1999-02-24 | Added extra files | cmetz | |
1999-02-24 | Synchronized changes needed to integrate into OpenBSD with the NRL source | cmetz | |
tree so we can have a unified netinet6 directory. | |||
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-11 | _KERNEL, and other cleanup | Theo de Raadt | |
1999-01-10 | indent | Theo de Raadt | |
1999-01-10 | merge INPROTO_* tables | Theo de Raadt | |
1999-01-08 | use _KERNEL, add ipv6intrq decl | Theo de Raadt | |
1999-01-07 | rename baddynamic() to in_baddynamic(), and export it | Theo de Raadt | |
1999-01-07 | missed file | Theo de Raadt | |
1999-01-06 | first few files of NRL ipv6. This NRL release was officially exported | Theo de Raadt | |
to me by US DOD officials, with the crypto already removed. |