summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-06-25Add extended CPUID flag value for AMD64 LONG identification. Taken fromTom Cosgrove
2004-06-25Minor fixes suggested by nordin@ and henning@Thorsten Lockert
2004-06-25IPv6 reassembly on "scrub" directive.Jun-ichiro itojun Hagino
2004-06-24Identify ourselves on the new console device when it's changed.Tom Cosgrove
2004-06-24Do a better job at containing powerpc specific #defines to PPC_...Dale Rahn
2004-06-24Turn off timeouts if the user types anything at all. This prevents anTom Cosgrove
2004-06-24A little better but still work in progress.Andreas Gunnarsson
2004-06-24KNF, cleanup, readability fixes... this hurtHenning Brauer
2004-06-24Minor changes (structural, not behavioural) in order to support a regressTom Cosgrove
2004-06-24Remove the 8 page limit for sysctl_proc_args after discussing with Theo.Todd C. Miller
2004-06-24Typos in DEBUG code.Miod Vallat
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-24Work in progress, early check-in requested by niklas@Andreas Gunnarsson
2004-06-24Add comment explaining what "bootprompt" is forTom Cosgrove
2004-06-24If a line in boot.conf is too long for our buffer, stop before weTom Cosgrove
2004-06-24free() correct object; andrushock@korovino.netTheo de Raadt
2004-06-24Add ehci. ok drahn@Thomas Nordin
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