summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-241-2/+2
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.jhb2001-01-241-0/+1
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-2410-295/+197
* - 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-243-252/+228
* - 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
* - Kill the have_giant parameter to userret() along with all instances ofjhb2001-01-241-99/+74
* - Relocate portions of this file to get it into an order closer to that ofjhb2001-01-241-171/+153
* Fix a typo.jhb2001-01-241-1/+1
* Never reuse AUTO_OID values.mckusick2001-01-241-7/+5
* Don't grab Giant when calling kmem_alloc/kmem_free as this is justjhb2001-01-241-4/+0
* Proc locking.jhb2001-01-244-26/+100
* - Proc locking.jhb2001-01-241-10/+45
* - Proc locking.jhb2001-01-241-7/+27
* Proc locking.jhb2001-01-243-2/+14
* Do not do the commenting out the way that saves bytes and looks cleanermjacob2001-01-231-1/+4
* Add mibs to hold the number of forks since boot. New mibs are:ume2001-01-231-0/+15
* o The move to using VADMIN under vaccess() resulted in some systemrwatson2001-01-232-2/+2
* Move (now) unused variable declaration inside the block (now commented out).mjacob2001-01-221-2/+1
* Print correct file name and line number in mtx_assert().jasone2001-01-223-18/+18
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-213-225/+1164
* First step towards an MP-safe zone allocator:des2001-01-211-2/+2
* Convert a Debugger(3) to a panic(9) and a EINVAL.phk2001-01-211-1/+3
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-214-6/+10
* Make the order of the static initializer for all_mtx match the order ofjasone2001-01-213-6/+6
* Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.peter2001-01-211-25/+0
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-215-92/+248
* Remove the per-cpu pages used for copy and zero-ing pages of memoryjake2001-01-211-8/+0
* - All of proc_compare needs sched_lock, so hold it for the for loop thatjhb2001-01-201-40/+20
* When short of mbufs or mbuf clusters, we sleep on appropriate "counters."bmilekic2001-01-201-6/+5
* Temporarily disable the printf() for micruptime() going backwards, thejhb2001-01-201-0/+5
* - Make npx_intr INTR_MPSAFE and move acquiring Giant into thejake2001-01-203-60/+0
* Be more careful with sched_lock in the SIGINFO handler. Specifically, dojhb2001-01-201-10/+21
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hpeter2001-01-191-4/+4
* apic_itrace_splz[] is unusedpeter2001-01-191-1/+0
* Remove the static splXXX functions and replace them by static __inlinepeter2001-01-191-24/+0
* Revert revision 1.102. I don't think p_nice needs to be protected withjhb2001-01-191-2/+0
* Do not cluster with B_LOCKED buffers.dillon2001-01-191-4/+20
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-194-61/+166
OpenPOWER on IntegriCloud