Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove uneeded route.h includes | 2014-09-08 | 1 | -2/+2 | |
| | | | | ok miod@ mpi@ | ||||
* | Fewer <netinet/in_systm.h> ! | 2014-07-22 | 1 | -2/+1 | |
| | |||||
* | ansify | 2011-07-05 | 1 | -5/+2 | |
| | | | | ok claudio@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI C | 2002-07-29 | 1 | -9/+11 | |
| | | | | pointer aliasing rule (gcc optimization/7427). from tsubai@netbsd, sync w/kame | ||||
* | kill register decls. sync better with kame. | 2001-12-06 | 1 | -8/+8 | |
| | |||||
* | More descriptive panic messages, sync with NetBSD | 2001-06-24 | 1 | -2/+4 | |
| | |||||
* | Sync in4_cksum() with NetBSD, and change its use in in_delayed_cksum. | 2001-06-24 | 1 | -13/+15 | |
| | |||||
* | sync whitespace/comment with kame. to help merge tasks | 2001-02-16 | 1 | -3/+3 | |
| | |||||
* | bring in KAME IPv6 code, dated 19991208. | 1999-12-08 | 1 | -0/+217 | |
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). |