| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some leftovers from the CMAP* stuff in globaldata and the | peter | 2001-01-30 | 4 | -28/+8 |
* | Remove unused GD_CPU_LOCKID, GD_OTHER_CPUS, PS_IDLESTACK and | peter | 2001-01-30 | 1 | -4/+0 |
* | Remove unnecessary locking to protect the p_upages_obj and p_addr | jhb | 2001-01-30 | 1 | -6/+0 |
* | Convert mca (microchannel bus support) from something that we count | peter | 2001-01-29 | 4 | -16/+16 |
* | Send "#if NISA > 0" to the bit-bucket and replace it with an option. | peter | 2001-01-29 | 6 | -23/+18 |
* | Remove stray #include "isa.h" | peter | 2001-01-29 | 1 | -2/+0 |
* | Clear intr_nesting_level when an interrupt thread has no more | jake | 2001-01-28 | 2 | -0/+2 |
* | Move the setting of curproc to idleproc up earlier in ap_init(). The | bmilekic | 2001-01-28 | 3 | -18/+18 |
* | Defer assignment of low level interrupt handlers for PCI interrupts | tegge | 2001-01-28 | 4 | -111/+145 |
* | Turn DEVFS on by default. | phk | 2001-01-27 | 1 | -1/+1 |
* | Push Giant down into the trap handlers that need it, instead of | jake | 2001-01-26 | 1 | -15/+44 |
* | Whitespace fix: convert code indented 6 spaces to use tabs instead. | jhb | 2001-01-25 | 1 | -6/+6 |
* | - Change fork_exit() to take a pointer to a trapframe as its 3rd argument | jhb | 2001-01-24 | 2 | -2/+4 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 5 | -92/+105 |
* | Remove the Xforward_irq IPI. | jhb | 2001-01-24 | 1 | -4/+0 |
* | - Remove all the #if 0'd code that used to implement IRQ forwarding. | jhb | 2001-01-24 | 1 | -85/+0 |
* | - Proc locking. | jhb | 2001-01-24 | 1 | -4/+7 |
* | Setup the return values for a child process in the trapframe when we setup | jhb | 2001-01-24 | 1 | -0/+4 |
* | - Kill the have_giant parameter to userret() along with all instances of | jhb | 2001-01-24 | 1 | -99/+74 |
* | - Proc locking. | jhb | 2001-01-24 | 1 | -0/+6 |
* | - Relocate portions of this file to get it into an order closer to that of | jhb | 2001-01-24 | 3 | -513/+459 |
* | - Proc locking. | jhb | 2001-01-24 | 1 | -8/+29 |
* | Call fork_exit() now instead of futzing around in assembly during a fork | jhb | 2001-01-24 | 2 | -48/+6 |
* | Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex | jasone | 2001-01-21 | 1 | -0/+6 |
* | First step towards an MP-safe zone allocator: | des | 2001-01-21 | 1 | -2/+2 |
* | Make intr_nesting_level per-process, rather than per-cpu. Setup | jake | 2001-01-21 | 15 | -31/+45 |
* | Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now. | peter | 2001-01-21 | 4 | -145/+0 |
* | Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex | jasone | 2001-01-21 | 3 | -7/+7 |
* | Remove the per-cpu pages used for copy and zero-ing pages of memory | jake | 2001-01-21 | 6 | -121/+5 |
* | Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflict | jake | 2001-01-20 | 3 | -5/+5 |
* | Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call the | jake | 2001-01-20 | 4 | -113/+20 |
* | - Make npx_intr INTR_MPSAFE and move acquiring Giant into the | jake | 2001-01-20 | 4 | -6/+10 |
* | Convert apm from a bogus 'count' into a plain option. Clean out some | peter | 2001-01-19 | 2 | -6/+6 |
* | Zap unused #include "apm.h" | peter | 2001-01-19 | 1 | -1/+1 |
* | Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.h | peter | 2001-01-19 | 9 | -58/+58 |
* | At great personal risk to my sanity, turn off COMPAT_OLDISA and the | peter | 2001-01-19 | 1 | -3/+2 |
* | Add in a space that got lost in the previous commit in some debugging code | jhb | 2001-01-19 | 2 | -2/+2 |
* | EEK! I missed a couple of places with the 24->32 interrupt change. | peter | 2001-01-19 | 3 | -2/+14 |
* | Remove reference to splz_unpend - it is long gone. | peter | 2001-01-19 | 1 | -1/+1 |
* | Catch a few alternative names for the syscall entry frame, eg: post-ELF | peter | 2001-01-19 | 1 | -1/+4 |
* | apic_itrace_splz[] is unused | peter | 2001-01-19 | 3 | -3/+0 |
* | Fix a warning due to missing prototype. | peter | 2001-01-19 | 1 | -1/+1 |
* | Fix a warning (the prototypes probably shouldn't be so over-zealously | peter | 2001-01-19 | 2 | -2/+2 |
* | Implement MTX_RECURSE flag for mtx_init(). | bmilekic | 2001-01-19 | 1 | -4/+4 |
* | Protect p_stat and p_oncpu with sched_lock in forward_signal(). | jhb | 2001-01-18 | 3 | -6/+27 |
* | - Sort of lie and say that %eax is an output only and not an input for the | jhb | 2001-01-17 | 1 | -2/+2 |
* | Stop doing runtime checking on i386 cpus for cpu class. The cpu is | peter | 2001-01-16 | 5 | -90/+47 |
* | Argh, disable the micro-ops again. I didn't test these adequately and | jhb | 2001-01-16 | 1 | -1/+2 |
* | - Use "+a" instead of "=&a" for several constraints. This should fix | jhb | 2001-01-16 | 1 | -25/+19 |
* | Free the intrhand name when free'ing a intrhand. | jhb | 2001-01-16 | 2 | -0/+2 |