summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-06-24"error" could be left uninitializedJun-ichiro itojun Hagino
2004-06-24ultra minor KNFJun-ichiro itojun Hagino
2004-06-24endian fix from chris pascoeJolan Luff
2004-06-23Do not send IPIs while cold. Should probably fix the pmap_kremove panics som...Niklas Hallqvist
2004-06-23oops, keep MP stuff inside MULTIPROCESSORNiklas Hallqvist
2004-06-23Renumber I/O APICs who clash with other APICs. Also clear the deliveryNiklas Hallqvist
2004-06-23Assorted night cleanups:Miod Vallat
2004-06-23a few fixes to systracemarius eriksen
2004-06-23Fix one-byte overflow in interrupt handling allocator. henning@, miod@ okAaron Campbell
2004-06-23pfr_commit_ktable calls functions that can result in the currentRyan Thomas McBride
2004-06-23Remove useless debug code.Miod Vallat
2004-06-23Make AHD_DEBUG compile. ok krw@Marco Peereboom
2004-06-23Add atw(4), commented out for now.Todd C. Miller
2004-06-23enable ahd by default (still some work for marco and krw, but it noTheo de Raadt
2004-06-23Missed this in the atw(4) commit.Todd C. Miller
2004-06-23tabs vs spacesAaron Campbell
2004-06-23Remove some ifdef notyet symbols for non-existent floppy driver. art@ okAaron Campbell
2004-06-23When servicing 88110 exceptions, reset dsr and isr as fast as possible.Miod Vallat
2004-06-23Since the NMI interrupt source on 88110 is, well, non maskable, it isMiod Vallat
2004-06-23Hook cdbr and cdboot into the build (though nothing uses them yet).Tom Cosgrove
2004-06-23Enter cdboot, a CD-specific second-stage bootrap.Tom Cosgrove
2004-06-23daa should be 0x27 and aaa 0x37Andreas Gunnarsson
2004-06-22atw(4) driver from NetBSD (dyoung). Based in part on a port byTodd C. Miller
2004-06-22Replace a whole bunch of scary uses of strncpy() with strlcpy() andJean-Francois Brousseau
2004-06-22Remove... almost 10 years, and things have changed enough that thisTobias Weingartner
2004-06-22Change of variable name from read to nread, to reduce differenceTom Cosgrove
2004-06-22Enter cdbr, an El Torito no-emulation CD boot sector that fitsTom Cosgrove
2004-06-22During exception processing, we are not supposed to fault immediatelyMiod Vallat
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller
2004-06-22Add M_LINK0 for net80211; OK markus@ and mcbride@Todd C. Miller
2004-06-22Enable ahd interrupts and reset the channel before scanning the busKenneth R Westerback
2004-06-22Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELANTodd C. Miller
2004-06-22The Prism device driver's manual makes a distinction in naming ofTodd C. Miller
2004-06-22do not bcopy wrong stuff thereTheo de Raadt
2004-06-22Spacing. ok krw@Marco Peereboom
2004-06-22Remove all static functions. ok krw@Marco Peereboom
2004-06-22Change various macro and symbol names in order to have recognizable *100*Miod Vallat
2004-06-22Do not use db_printf() without a godd reason; while there, shrinken someMiod Vallat
2004-06-22If there is no CIS info the cardbus attach would print an extraTodd C. Miller
2004-06-22support for rcc osb4 and csb5; tested on quad-zion and another box i haveMichael Shalayeff
2004-06-22make sure real/avail mem printfs do unsigned ariths; found by beck@Michael Shalayeff
2004-06-22Pull the plug on source-based routing until remaining bugs are eradicated.Cedric Berger
2004-06-22Turn m88k_protection() into a macro again, compensating for 88110Miod Vallat
2004-06-22After 88110 exception processing, do not reset the in-frame [di][lp]arMiod Vallat
2004-06-22On 88110, simplify enip processing:Miod Vallat
2004-06-22Unbreak previous commit ok markus@Can Erkin Acar
2004-06-22Do not access [id][pl]ar registers from C code - we only care about theirMiod Vallat
2004-06-22Add a new "filter drop" flag to bpf and related ioclts.Can Erkin Acar
2004-06-22Don't use time-based random number generationThorsten Lockert
2004-06-22Switch amd64 to __HAVE_CPUINFOArtur Grabowski