aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentJohn Baldwin2001-01-242-2/+4
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-245-92/+105
* Remove the Xforward_irq IPI.John Baldwin2001-01-241-4/+0
* - Remove all the #if 0'd code that used to implement IRQ forwarding.John Baldwin2001-01-241-85/+0
* - Proc locking.John Baldwin2001-01-241-4/+7
* Setup the return values for a child process in the trapframe when we setupJohn Baldwin2001-01-241-0/+4
* - Kill the have_giant parameter to userret() along with all instances ofJohn Baldwin2001-01-241-99/+74
* - Proc locking.John Baldwin2001-01-241-0/+6
* - Relocate portions of this file to get it into an order closer to that ofJohn Baldwin2001-01-243-513/+459
* - Proc locking.John Baldwin2001-01-241-8/+29
* Call fork_exit() now instead of futzing around in assembly during a forkJohn Baldwin2001-01-242-48/+6
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexJason Evans2001-01-211-0/+6
* First step towards an MP-safe zone allocator:Dag-Erling Smørgrav2001-01-211-2/+2
* Make intr_nesting_level per-process, rather than per-cpu. SetupJake Burkholder2001-01-2115-31/+45
* Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.Peter Wemm2001-01-214-145/+0
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexJason Evans2001-01-213-7/+7
* Remove the per-cpu pages used for copy and zero-ing pages of memoryJake Burkholder2001-01-216-121/+5
* Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflictJake Burkholder2001-01-203-5/+5
* Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call theJake Burkholder2001-01-204-112/+19
* - Make npx_intr INTR_MPSAFE and move acquiring Giant into theJake Burkholder2001-01-204-6/+10
* Convert apm from a bogus 'count' into a plain option. Clean out somePeter Wemm2001-01-192-6/+6
* Zap unused #include "apm.h"Peter Wemm2001-01-191-1/+1
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hPeter Wemm2001-01-199-58/+58
* At great personal risk to my sanity, turn off COMPAT_OLDISA and thePeter Wemm2001-01-191-3/+2
* Add in a space that got lost in the previous commit in some debugging codeJohn Baldwin2001-01-192-2/+2
* EEK! I missed a couple of places with the 24->32 interrupt change.Peter Wemm2001-01-193-2/+14
* Remove reference to splz_unpend - it is long gone.Peter Wemm2001-01-191-1/+1
* Catch a few alternative names for the syscall entry frame, eg: post-ELFPeter Wemm2001-01-191-1/+4
* apic_itrace_splz[] is unusedPeter Wemm2001-01-193-3/+0
* Fix a warning due to missing prototype.Peter Wemm2001-01-191-1/+1
* Fix a warning (the prototypes probably shouldn't be so over-zealouslyPeter Wemm2001-01-192-2/+2
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-4/+4
* Protect p_stat and p_oncpu with sched_lock in forward_signal().John Baldwin2001-01-183-6/+27
* - Sort of lie and say that %eax is an output only and not an input for theJohn Baldwin2001-01-171-2/+2
* Stop doing runtime checking on i386 cpus for cpu class. The cpu isPeter Wemm2001-01-165-90/+47
* Argh, disable the micro-ops again. I didn't test these adequately andJohn Baldwin2001-01-161-1/+2
* - Use "+a" instead of "=&a" for several constraints. This should fixJohn Baldwin2001-01-161-25/+19
* Free the intrhand name when free'ing a intrhand.John Baldwin2001-01-162-0/+2
* - Fix atomic_load_* and atomic_store_* to generate functions for atomic.cJohn Baldwin2001-01-161-168/+123
* Implement an optimization for INTREN/INTRDIS that bde pointed out lastPeter Wemm2001-01-152-0/+28
* Remove NOBLOCKRANDOM as a compile-time option. Instead, provideMark Murray2001-01-141-1/+0
* Argh, remove a local customization that snuck in here.John Baldwin2001-01-141-1/+0
* Remove I386_CPU from GENERIC. Support for the 386 seriously pessimizesJohn Baldwin2001-01-141-1/+1
* Revert the previous revision now that atomic_store_rel_ptr() actuallyJohn Baldwin2001-01-141-4/+0
* Fix the atomic_load_acq() and atomic_store_rel() functions to properlyJohn Baldwin2001-01-141-5/+43
* Work around the broken atomic_store_rel_ptr() on the i386 arch by justJohn Baldwin2001-01-141-0/+4
* Change return ??? to return -1 in some #if 0'ed code.Jake Burkholder2001-01-123-6/+6
* Remove declaration of airq variable from outer block. There were twoBosko Milekic2001-01-121-1/+1
* Remove unused per-cpu variables inside_intr and ss_eflags.Jake Burkholder2001-01-122-4/+0
* Remove useless include of sys/mbuf.h (no longer useful since theBosko Milekic2001-01-121-1/+0