summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-043-6/+3
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-044-10/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-045-38/+40
* 'device agp' was missingpeter2001-02-041-0/+4
* Remove the LABPC driver.phk2001-02-043-1098/+0
* Use macro API to <sys/queue.h>phk2001-02-041-1/+1
* This commit represents work mainly submitted by Tor and slightly modifieddillon2001-02-041-0/+1
* Unbreak test coverage of cy driver.bde2001-02-011-7/+7
* Implement preemptive scheduling of hardware interrupt threads.jake2001-02-012-2/+11
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-8/+0
* Add hpfs and the config glue for it. It was being skipped from testpeter2001-01-311-0/+1
* Zap last remaining references to (and a use use of) of simple_locks.peter2001-01-311-10/+0
* As the default MAXDSIZ and DFLDSIZ is 512MB, bump the example valuestanimura2001-01-311-4/+4
* Added used include of <sys/mutex.h>. The SMP case was broken bybde2001-01-301-0/+1
* The ar and sr devices have moved to sys/dev/.jhay2001-01-306-6337/+0
* This include file has found a new home in sys/dev/ic/.jhay2001-01-301-372/+0
* Style (whitespace) nit.peter2001-01-301-4/+4
* Remove some leftovers from the CMAP* stuff in globaldata and thepeter2001-01-305-35/+10
* Remove unused GD_CPU_LOCKID, GD_OTHER_CPUS, PS_IDLESTACK andpeter2001-01-301-4/+0
* Remove unnecessary locking to protect the p_upages_obj and p_addrjhb2001-01-301-6/+0
* Add text for option ATA_ENABLE_WC.sos2001-01-291-0/+4
* Stop counting sppp interfaces, we were just testing its presence to givepeter2001-01-292-14/+0
* Convert mca (microchannel bus support) from something that we countpeter2001-01-294-16/+16
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-296-23/+18
* Gag. These compiled because I had a stray "eisa.h" in my config dir.peter2001-01-291-2/+0
* Remove stray #include "isa.h"peter2001-01-291-2/+0
* change 'count eisa' to 'optional eisa' and update the only consumerpeter2001-01-291-307/+12
* Remove an outdated DEVFS non-description.phk2001-01-281-4/+0
* Clear intr_nesting_level when an interrupt thread has no morejake2001-01-282-0/+2
* Move the setting of curproc to idleproc up earlier in ap_init(). Thebmilekic2001-01-283-18/+18
* Defer assignment of low level interrupt handlers for PCI interruptstegge2001-01-285-182/+230
* Turn DEVFS on by default.phk2001-01-271-1/+1
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-272-29/+7
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-261-0/+3
* Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.hm2001-01-261-3/+4
* Push Giant down into the trap handlers that need it, instead ofjake2001-01-261-15/+44
* Whitespace fix: convert code indented 6 spaces to use tabs instead.jhb2001-01-251-6/+6
* Add some description and clarification as to the use of the tdfx device.cokane2001-01-251-0/+9
* Disable cy - it is now completely broken and needs non-trivial work.peter2001-01-251-7/+7
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-241-1/+2
* Newbusify ar(4).jhay2001-01-242-177/+342
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-248-462/+114
* Remove the Xforward_irq IPI.jhb2001-01-241-4/+0
* - Remove all the #if 0'd code that used to implement IRQ forwarding.jhb2001-01-242-170/+0
* Remove unused locks: cpl, fast_intr, intr, mpintr.jhb2001-01-241-4/+0
* - Proc locking.jhb2001-01-241-4/+7
* - Remove Xforward_irq, cpl_lock, and fast_intr_lock.jhb2001-01-241-3/+1
* Setup the return values for a child process in the trapframe when we setupjhb2001-01-241-0/+4
* - Kill the have_giant parameter to userret() along with all instances ofjhb2001-01-241-99/+74
* - Proc locking.jhb2001-01-242-7/+48
OpenPOWER on IntegriCloud