summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.jhb2001-01-242-1/+3
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-2456-1373/+615
* Argh, I didn't get this test right when I converted it. Break this upjhb2001-01-241-10/+9
* - Catch up to proc flag changes.jhb2001-01-242-11/+21
* Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are calledjhb2001-01-241-0/+3
* - Catch up to proc flag changes.jhb2001-01-241-27/+43
* - Catch up to proc flag changes.jhb2001-01-243-5/+15
* - Catch up to proc flag changes.jhb2001-01-241-2/+3
* - Catch up to proc flag changes.jhb2001-01-241-4/+18
* - Catch up to proc flag changes.jhb2001-01-241-14/+35
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
* - Catch up to proc flag changes.jhb2001-01-241-25/+29
* - Proc locking.jhb2001-01-241-13/+20
* - Add a mtx_assert() for sched_lock in calcru().jhb2001-01-241-0/+3
* - Proc locking.jhb2001-01-241-31/+36
* - Don't use a union and fun tricks to shave one extra pointer off of structjhb2001-01-244-256/+230
* - Catch up to proc flag changes.jhb2001-01-241-3/+6
* - Catch up to proc flag changes.jhb2001-01-241-4/+79
* Catch up to P_FOO -> PS_FOO changes in proc flags.jhb2001-01-241-16/+15
* - Proc locking.jhb2001-01-241-7/+20
* - Catch up to p_sflag changes.jhb2001-01-241-20/+11
* - Proc locking.jhb2001-01-241-2/+6
* - Proc locking.jhb2001-01-241-41/+59
* - Proc locking.jhb2001-01-242-5/+32
* - Proc locking.jhb2001-01-241-22/+27
* - Proc locking around the vinumdaemon dinking with its flags.jhb2001-01-241-1/+6
* Make mp_machdep.c be an optional file conditional on SMP.jhb2001-01-241-1/+1
* Proc locking.jhb2001-01-244-6/+36
* Use queue macros.jhb2001-01-241-2/+1
* Add a prototype for isa_irq_mask() to quiet a warning.jhb2001-01-241-0/+1
* Wrap the IPI definitions and function prototypes in #ifdef SMP.jhb2001-01-241-0/+2
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.jhb2001-01-244-16/+24
* - Proc locking.jhb2001-01-241-2/+6
* - Change userret() to take a struct trapframe * as its second argument andjhb2001-01-241-59/+61
* - Proc locking.jhb2001-01-242-8/+48
* - Proc locking.jhb2001-01-241-38/+47
* - Adjust some whitespace to reduce diffs with the i386 version.jhb2001-01-241-103/+102
* - Initialize curproc, proc0.p_heldmtx, and proc0.p_contested earlier sojhb2001-01-241-2/+48
* - Wrap the IPI interrupt handler in #ifdef SMP.jhb2001-01-241-2/+4
* cpuno -> cpuid.jhb2001-01-242-2/+2
* Don't import the nonexistent astpending variable.jhb2001-01-241-2/+0
* Wrap the startup code used by secondary processors in #ifdef SMP.jhb2001-01-241-0/+2
* Remove the Xforward_irq IPI.jhb2001-01-242-8/+0
* - Remove all the #if 0'd code that used to implement IRQ forwarding.jhb2001-01-243-255/+0
* Remove unused locks: cpl, fast_intr, intr, mpintr.jhb2001-01-241-4/+0
* - Proc locking.jhb2001-01-242-8/+14
* - 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-242-0/+8
* - Kill the have_giant parameter to userret() along with all instances ofjhb2001-01-243-297/+222
* - Proc locking.jhb2001-01-243-7/+54
OpenPOWER on IntegriCloud