summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-05-18cleanup ifdefs and remove static for ray_update_siglev()Michael Shalayeff
2000-05-18work in progress: driver for BlueSteel (Broadcom) 5[56]01 crypto acceleratorJason Wright
2000-05-17new wscons definesMichael Shalayeff
2000-05-17disable sti for nowMichael Shalayeff
2000-05-17remove unnecessary wscons-related definitions; thx mickey@Brandon Creighton
2000-05-17crank rt_refcnt to 32 bits, no userland effectsTheo de Raadt
2000-05-16import newer wscons source from netbsd.Michael Shalayeff
2000-05-16supply entropy from mouse; provos@ okMichael Shalayeff
2000-05-15syncTheo de Raadt
2000-05-15cleanTheo de Raadt
2000-05-15now we are at 2.7-currentTheo de Raadt
2000-05-15Check to make sure vlan tag is valid (12bit) in SIOCSETVLANChris Cappuccio
2000-05-15fdcache/pdcache/ficache as out of line functions from litesMichael Shalayeff
2000-05-15diagnostic register 0 definitionsMichael Shalayeff
2000-05-15PDC_CACHE_GETSPIDB's return structMichael Shalayeff
2000-05-15extend page zero layout according to 2.x specificationMichael Shalayeff
2000-05-15perform NUD on p2p link, only if the destination/gateway is real neighbor.Jun-ichiro itojun Hagino
2000-05-15remove whitespace at EOLJun-ichiro itojun Hagino
2000-05-15use IFAFREE, not ifa_refcnt--.Jun-ichiro itojun Hagino
2000-05-15parse IPv4 options more carefully. make boundary checks against everyJun-ichiro itojun Hagino
2000-05-15Cardbus serial infrastructureNiklas Hallqvist
2000-05-15regenNiklas Hallqvist
2000-05-15oops typoNiklas Hallqvist
2000-05-15We are OpenBSDNiklas Hallqvist
2000-05-15Cardbus com driver, from NetBSD, but adapted for our style conventionsNiklas Hallqvist
2000-05-15comment typoNiklas Hallqvist
2000-05-15Less verbose, detach logicNiklas Hallqvist
2000-05-15driver for the databook isa/pcmcia bridge (commented out in GENERIC for now);Jason Wright
2000-05-15Add comment on input MSS calculation based on previous PMTUD results,Angelos D. Keromytis
2000-05-15Fix sanity check that caused really short packets (ICMPs with lessAngelos D. Keromytis
2000-05-13plug an mbuf leakTheo de Raadt
2000-05-10ipf 3.3.14, fixes an ipnat problem and ip option mishandling, which the bridg...Theo de Raadt
2000-05-10make sure ip_timestamp is aligned correctlyJason Wright
2000-05-08crank MAX_SCATTER to handle large chain lengths; deraadt ok'd.Jason Wright
2000-05-08from art@:Michael Shalayeff
2000-05-06avoid underflow on unsigned value arithmetic (when optlen < 4).Jun-ichiro itojun Hagino
2000-05-06work around filleproc() vs exit1() race of p_rlimitTheo de Raadt
2000-05-06avoid unaligned access in timestamp; http://www.newhackcity.net/advisories/20...Theo de Raadt
2000-05-05Don't set filesize limit to infinity on exit.Artur Grabowski
2000-05-05Add limfree prototype to sys/recosurcevar.h.Artur Grabowski
2000-05-05cope with interface detach (like pcmcia card removal). remove anyJun-ichiro itojun Hagino
2000-05-05451NX machines now probe all pci busses; M.Drochner@fz-juelich.deTheo de Raadt
2000-05-04Bypass routes only worked for one packet, then they effectively became aNiklas Hallqvist
2000-05-04Don't attach a PCTECH RZ1000 on the PCI bus--it has severe problems.Todd C. Miller
2000-05-04revision 1.31 patch was incorrectTheo de Raadt
2000-05-04syncTheo de Raadt
2000-05-04heck, pick names for some more RCC devices, since the guy who knows what they...Theo de Raadt
2000-05-04assume all pchb made by ServerWorks act the sameTheo de Raadt
2000-05-04no more beta, well, mostly notTheo de Raadt
2000-05-04DMA works so use it. Tested on G4 and iMac.Dale S. Rahn