summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-06-24check if ipsec processing increases packet size above allowable mtu.Niels Provos
2001-06-24path mtu discovery for ipsec. on receiving a need fragment icmp matchNiels Provos
2001-06-24remove whitespaceNiels Provos
2001-06-24reflect reality more closely and remove more invertex stuffJason Wright
2001-06-24Remove whitespace.Angelos D. Keromytis
2001-06-24Better description for LNAU commands.Hakan Olsson
2001-06-24No need to define splvm() here anymore.Miod Vallat
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-24Header 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 fieldJason Wright
2001-06-24Avoid panics on the i386 if the bus/dev/func numbers are not validMatthieu Herrb
2001-06-24Add a sysctl for getting pool information out of the kernel.Artur Grabowski
2001-06-24Smattering of symbol type cleanup.Dale Rahn
2001-06-24Prototype functions used in macros in this header file.Dale Rahn
2001-06-24Add prototype for ofwconprobe().Dale Rahn
2001-06-24comment out unused header file, add header files for proper prototypes,Dale Rahn
2001-06-24include header files for proper defines.Dale Rahn
2001-06-24fpu function prototypes;Dale Rahn
2001-06-24register i; is not a valid variable declaration.Dale Rahn
2001-06-24include header for prototype, declare correctly, cast for local variable use.Dale Rahn
2001-06-24header file for prototypes, local variable for const input parameter.Dale Rahn
2001-06-24Add cold as extern; makes kernel compiles again. bad mickey!Federico G. Schwindt
2001-06-24prototype cleanup, use local variable for const input arg.Dale Rahn
2001-06-24include header for prototypes, prototype functions, assignment inDale Rahn
2001-06-24Add back stuff I removed in previous commit with a minor change.Federico G. Schwindt
2001-06-24Add systm.h for prototypes.Dale Rahn
2001-06-24include prototype for calc_delayconst()Dale Rahn
2001-06-24Unused variable, poof.Dale Rahn
2001-06-24properly prototype diskconf()Dale Rahn
2001-06-24damn, correctly spell ifdef.Federico G. Schwindt
2001-06-24include systm.h for proper prototypes.Dale Rahn
2001-06-24More inlined function cleanup for -W strictness.Dale Rahn
2001-06-24More inline function clean for -W flags strictness.Dale Rahn
2001-06-24More inline function cleanup for stricter -W flags.Dale Rahn
2001-06-24inlined function definition clean, in preparation of more strict -W warningDale Rahn
2001-06-24OpenBSD tag.Federico G. Schwindt
2001-06-24better.Federico G. Schwindt
2001-06-24oops. another one.Artur Grabowski
2001-06-24allow ioctl(..., PCIOCREAD, ...) if the device was opened O_READONLYMatthieu Herrb
2001-06-23use ether_input_mbufMichael Shalayeff
2001-06-23Add some dma register #definesHakan Olsson
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23do not do sync if too cold; niklas@ arrivedMichael Shalayeff
2001-06-23make use of ether_input_mbuf, easyMichael Shalayeff
2001-06-23Ok, when cards with vlan hw tagging are used in bridged configurationsJason Wright
2001-06-23copydata, not copybackAngelos D. Keromytis
2001-06-23Adjust length.Angelos D. Keromytis
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-06-23ether_input_mbuf()Jason Wright
2001-06-23Use ether_input_mbuf instead.Federico G. Schwindt