summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Relocate portions of this file to get it into an order closer to that ofjhb2001-01-243-513/+459
* - Proc locking.jhb2001-01-241-8/+29
* Call fork_exit() now instead of futzing around in assembly during a forkjhb2001-01-241-24/+3
* Proc locking.jhb2001-01-242-0/+17
* - Proc locking.jhb2001-01-241-5/+26
* - Proc locking.jhb2001-01-241-1/+6
* Use selrecord() instead of doing the work ourselves.jhb2001-01-242-15/+3
* Make the device name in an isa_device a const char * instead of a char *jhb2001-01-241-1/+1
* Use queue macros.jhb2001-01-242-2/+2
* Proc locking.jhb2001-01-236-8/+41
* - Use 'p' instead of 'curproc' for the namei lookup as this is whatjhb2001-01-231-6/+20
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-0/+6
* First step towards an MP-safe zone allocator:des2001-01-211-2/+2
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-2117-34/+49
* Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.peter2001-01-216-301/+0
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-214-9/+9
* Remove the MAYBE_PANIC and GUARD_CPU macros - unused.peter2001-01-211-34/+0
OpenPOWER on IntegriCloud