summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-10-04Aasking to load an already loaded map is not a "warn and pray" kinda thing.Jason Wright
2002-10-04simplify format setupJason Wright
2002-10-043.2-currentTheo de Raadt
2002-10-04More OpenBSDism's (vs FreeBSDisms).Jason Wright
2002-10-03Fix check for I2O based AMI cards (we don't want to match them here); meJason Wright
2002-10-03syncJason Wright
2002-10-03bcm5702/bcm5703Jason Wright
2002-10-03Use our defn of pci command registers, not freebsd'sJason Wright
2002-10-03Check for negative values here too. "makes sense" mickey@, ok deraadt@Thomas Nordin
2002-10-02make it compile w/ DEBUG by syncing w/ exec.h; deraadt@ okMichael Shalayeff
2002-10-02Check for negative values. Inspiration from tedu <grendel@zeitbombe.org>.Thomas Nordin
2002-10-02which is int not u_int so check for negative values. ok deraadt@, art@Thomas Nordin
2002-10-01need fpemu for the geckoMichael Shalayeff
2002-10-01a few missing generic devicesMichael Shalayeff
2002-10-01Do not enable the code that makes use of the vertical retrace interruptMiod Vallat
2002-10-01Oppsie. Missing part from this commit:Artur Grabowski
2002-10-01Prevent two localhost crashes with proc filters.Artur Grabowski
2002-10-01both of them; gwyllion@ace.ulyssis.orgTheo de Raadt
2002-10-01-beta can go away nowTheo de Raadt
2002-10-01If the framebuffer is being run in 32bit mode, register a shutdown_hookMiod Vallat
2002-09-30syncTheo de Raadt
2002-09-30oopsTheo de Raadt
2002-09-30syncTheo de Raadt
2002-09-30pcidevs.hTheo de Raadt
2002-09-30O2 Micro not 2 Micro; noted by henningTheo de Raadt
2002-09-30Evil, evil, evil typo broke innocent ramdisks. Die!Miod Vallat
2002-09-29Plug memory leak; nyar-junk@int0rnet.netJason Wright
2002-09-28Add support for OS defined halt action on Pele and Spitfire.Hugh Graham
2002-09-28- disable if_timer handling (there's a bug which causes this not to getJason Wright
2002-09-27new Netgear adapterNathan Binkert
2002-09-27syncNathan Binkert
2002-09-27daddr was used where saddr was meant while checking incoming packets forHenning Brauer
2002-09-26time-bind the codec r/w loops, still does not solve problems on transmeta; te...Michael Shalayeff
2002-09-26renable sppp and lmc, now freeTheo de Raadt
2002-09-26BSD-style license from Serge Vakulenko <vak@cronyx.ru>Chris Cappuccio
2002-09-25better text for clause 3. pointed out by miod@.Federico G. Schwindt
2002-09-25#if NVLAN > 0 around vlan portions of codeNathan Binkert
2002-09-24sizeof(structure) not sizeof(structure *); pointed out by dvamsi@yahoo.com.Jason Wright
2002-09-24syncNathan Binkert
2002-09-24typoNathan Binkert
2002-09-24Get rid of gx(4) and use em(4) since it supports more cards and works betterNathan Binkert
2002-09-24Driver for Intel PRO/1000 gigabit ethernet adapters.Nathan Binkert
2002-09-24Don't use constants for the output parameter, use the iparam count as a point...Jason Wright
2002-09-24sync with the update in namesNathan Binkert
2002-09-24syncNathan Binkert
2002-09-24Add a few intel gigabit device models and update names so they're more correctNathan Binkert
2002-09-24Restore pentium_microtime, testing by henning@, millert@. ok deraadt@Thomas Nordin
2002-09-23better "ifconfig ipv6addr deprecated" flag handling. sync w/kameJun-ichiro itojun Hagino
2002-09-23correct length of PADN option before jumbo payload option. sync w/kameJun-ichiro itojun Hagino
2002-09-23m6stat is a static variable (ip6_mroute.c). sync w/kameJun-ichiro itojun Hagino