summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the per-cpu pages used for copy and zero-ing pages of memoryjake2001-01-217-132/+5
* Implement optimized PCPU accessors. These are necessary to support ajake2001-01-211-15/+90
* Document some more options.asmodai2001-01-201-11/+26
* Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflictjake2001-01-202-3/+3
* Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call thejake2001-01-203-111/+18
* - Make npx_intr INTR_MPSAFE and move acquiring Giant into thejake2001-01-203-5/+5
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-203-3/+3
* Sync with GENERIC - drop I386_CPUpeter2001-01-191-1/+0
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-192-6/+6
* Zap unused #include "apm.h"peter2001-01-191-1/+1
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hpeter2001-01-197-36/+36
* EEK! vm86bios.s has got #if NNPX > 0 code without a correspondingpeter2001-01-191-0/+2
* At great personal risk to my sanity, turn off COMPAT_OLDISA and thepeter2001-01-191-3/+2
* Add missing twe (3ware) and ahb (adaptec 174x) devices (!)peter2001-01-191-0/+7
* Add in a space that got lost in the previous commit in some debugging codejhb2001-01-191-1/+1
* EEK! I missed a couple of places with the 24->32 interrupt change.peter2001-01-194-2/+30
* Remove #defines for the old lock function names and spl0/splzpeter2001-01-191-7/+0
* Remove reference to splz_unpend - it is long gone.peter2001-01-192-2/+2
* Catch a few alternative names for the syscall entry frame, eg: post-ELFpeter2001-01-191-1/+4
* apic_itrace_splz[] is unusedpeter2001-01-193-3/+0
OpenPOWER on IntegriCloud