Age | Commit message (Expand) | Author |
2001-06-24 | Print TDBF_USEDTUNNEL in ipsp_kern() | Angelos D. Keromytis |
2001-06-24 | backout m_copydata portion. NAT code assumes that they can touch the mbuf | Jun-ichiro itojun Hagino |
2001-06-24 | Some cleanup. | Hakan Olsson |
2001-06-24 | remove cold. | Federico G. Schwindt |
2001-06-24 | remove cold. | Federico G. Schwindt |
2001-06-24 | cold is in systm.h now | Michael Shalayeff |
2001-06-24 | pull_hdr() now takes header offset explicitly, to help header chain parsing | Jun-ichiro itojun Hagino |
2001-06-24 | place extern cold here; per discussion w/ art@ | Michael Shalayeff |
2001-06-24 | only run timeout if stirring happened, save cycles for mass energy conservation | Michael Shalayeff |
2001-06-24 | drop if packet is too short | Jun-ichiro itojun Hagino |
2001-06-24 | check M_PKTHDR (DIAGNOSTIC) | Jun-ichiro itojun Hagino |
2001-06-24 | move cold to .h | Federico G. Schwindt |
2001-06-24 | move extern int cold to .h | Federico G. Schwindt |
2001-06-24 | ether_input_mbuf(). | Federico G. Schwindt |
2001-06-24 | more ether_input_mbuf() conversion. | Federico G. Schwindt |
2001-06-24 | Add gmac_setladrf functionality from netbsd, this was missed in a previous | Dale Rahn |
2001-06-24 | pf mods for bridge; not yet tested | Jason Wright |
2001-06-24 | Initial import of pf, an all-new ipf-compatable packet filter. | Kjell Wooding |
2001-06-24 | they are out of sync with the current status. better get rid of them. | Jun-ichiro itojun Hagino |
2001-06-24 | Remove some redundent copies of the total length/skip values and use the | Jason Wright |
2001-06-24 | Pass the device's scsi_link to siop_print_info(), instead of the | Kenneth R Westerback |
2001-06-24 | take mtu from routing table | Niels Provos |
2001-06-24 | check if ipsec processing increases packet size above allowable mtu. | Niels Provos |
2001-06-24 | path mtu discovery for ipsec. on receiving a need fragment icmp match | Niels Provos |
2001-06-24 | remove whitespace | Niels Provos |
2001-06-24 | reflect reality more closely and remove more invertex stuff | Jason Wright |
2001-06-24 | Remove whitespace. | Angelos D. Keromytis |
2001-06-24 | Better description for LNAU commands. | Hakan Olsson |
2001-06-24 | No need to define splvm() here anymore. | Miod Vallat |
2001-06-24 | Define splvm() for arches who don't already provide it, with the same | Miod Vallat |
2001-06-24 | Header file to specify to loadfile what types of exe files to support. | Dale Rahn |
2001-06-24 | - oops, masking off wrong bits in destination total length field | Jason Wright |
2001-06-24 | Avoid panics on the i386 if the bus/dev/func numbers are not valid | Matthieu Herrb |
2001-06-24 | Add a sysctl for getting pool information out of the kernel. | Artur Grabowski |
2001-06-24 | Smattering of symbol type cleanup. | Dale Rahn |
2001-06-24 | Prototype functions used in macros in this header file. | Dale Rahn |
2001-06-24 | Add prototype for ofwconprobe(). | Dale Rahn |
2001-06-24 | comment out unused header file, add header files for proper prototypes, | Dale Rahn |
2001-06-24 | include header files for proper defines. | Dale Rahn |
2001-06-24 | fpu function prototypes; | Dale Rahn |
2001-06-24 | register i; is not a valid variable declaration. | Dale Rahn |
2001-06-24 | include header for prototype, declare correctly, cast for local variable use. | Dale Rahn |
2001-06-24 | header file for prototypes, local variable for const input parameter. | Dale Rahn |
2001-06-24 | Add cold as extern; makes kernel compiles again. bad mickey! | Federico G. Schwindt |
2001-06-24 | prototype cleanup, use local variable for const input arg. | Dale Rahn |
2001-06-24 | include header for prototypes, prototype functions, assignment in | Dale Rahn |
2001-06-24 | Add back stuff I removed in previous commit with a minor change. | Federico G. Schwindt |
2001-06-24 | Add systm.h for prototypes. | Dale Rahn |
2001-06-24 | include prototype for calc_delayconst() | Dale Rahn |
2001-06-24 | Unused variable, poof. | Dale Rahn |