Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure we do not overwrite checksum field on shared mbuf. | 2004-08-23 | 1 | -6/+13 | |
| | | | | markus, henning, deraadt, mcbride ok | ||||
* | support IPV6_USE_MIN_MTU, to make BIND9 better. | 2004-06-12 | 1 | -3/+1 | |
| | | | | (sorry about the mess yesterday) | ||||
* | back out tree breakage. Like, come on | 2004-06-11 | 1 | -1/+3 | |
| | |||||
* | support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame | 2004-06-11 | 1 | -3/+1 | |
| | | | | markus ok | ||||
* | correct arg to in6_cksum. keiichi@kame | 2004-04-22 | 1 | -2/+2 | |
| | |||||
* | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | 2004-01-03 | 1 | -2/+2 | |
| | | | | | | | to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@. | ||||
* | use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar | 2003-12-21 | 1 | -5/+2 | |
| | |||||
* | use random number generator to generate IPv6 fragment ID/flowlabel. | 2003-10-01 | 1 | -4/+1 | |
| | | | | cleanup IPv6 flowlabel handling. deraadt ok | ||||
* | m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. | 2003-08-14 | 1 | -3/+3 | |
| | |||||
* | 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. | ||||
* | don't use M_WAIT here. we could be in splnet, and caller may not be | 2003-05-27 | 1 | -2/+6 | |
| | | | | xx_usrreq. henning ok | ||||
* | fix pointer signedness mixup. sync w/kame | 2002-09-11 | 1 | -3/+3 | |
| | |||||
* | KNF - return is not a function. sync w/kame | 2002-09-11 | 1 | -4/+4 | |
| | |||||
* | remove unused extern decl (commented out). sync w/kame | 2002-07-20 | 1 | -2/+1 | |
| | |||||
* | whitespace cleanup | 2002-06-09 | 1 | -3/+3 | |
| | |||||
* | splnet -> splsoftnet where appropriate | 2002-06-08 | 1 | -2/+2 | |
| | |||||
* | style | 2002-06-07 | 1 | -4/+3 | |
| | |||||
* | move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs. | 2002-06-07 | 1 | -45/+54 | |
| | | | | rip6 stats. sync w/kame | ||||
* | check sa_len/family strictly | 2002-03-19 | 1 | -1/+11 | |
| | |||||
* | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | 2002-03-15 | 1 | -7/+1 | |
| | | | | the ANSI way. | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -2/+2 | |
| | |||||
* | whitespace/comment sync with kame | 2001-12-07 | 1 | -7/+7 | |
| | |||||
* | remove kame IPSEC code within #ifdef. | 2001-12-06 | 1 | -23/+1 | |
| | |||||
* | Move offsetof define into sys/param.h | 2001-04-06 | 1 | -3/+1 | |
| | |||||
* | avoid possible align issue. sync with kame | 2001-03-04 | 1 | -14/+7 | |
| | |||||
* | oops, remove #ifdef __fooBSD__. | 2001-02-16 | 1 | -21/+1 | |
| | |||||
* | pull in new pcb notification code from kame. better handling of scope address. | 2001-02-16 | 1 | -20/+82 | |
| | |||||
* | witch raw ip6 socket code from NRL to kame. | 2001-02-08 | 1 | -0/+813 | |
makes upgrades/code sharing much easier. |