summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* style(9)mike2003-04-281-25/+20
* Finish the vm_object locking for this file, including holding the vm_objectalc2003-04-281-3/+8
* unlock sched_lock at right time.davidxu2003-04-272-2/+2
* Various changes to vm_object_page_remove():alc2003-04-261-1/+1
* - Lock the vm_object on entry to vm_object_terminate().alc2003-04-261-2/+5
* - Convert vm_object_pip_wait() from using tsleep() to msleep().alc2003-04-261-0/+2
* - Lock the vm_object when performing vm_page_alloc() in allocbuf().alc2003-04-261-0/+4
* Update the "last malloc failure timestamp" also for simulatedphk2003-04-251-0/+1
* Remove Giant from getpgid() and getsid() and tweak the logic to morejhb2003-04-251-30/+28
* Push down Giant around calls to proc_rwmem() in kern_ptrace. kern_ptrace()jhb2003-04-251-0/+7
* Push Giant down into kern_sigaction() instead of locking it around callsjhb2003-04-251-8/+6
* - Push down Giant around vnode operations in ktrace().jhb2003-04-251-22/+39
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-253-32/+4
* Include altkstack pages in the RSS regardless of whether the processtjr2003-04-251-8/+6
* It seems that 1 was not a magic value as I thought, but a coincidence.des2003-04-241-2/+2
* Do a better job of calculating the RSS for swapped-out processes:tjr2003-04-241-3/+9
* Free mount credentials (mnt_cred) when freeing the mount structtjr2003-04-241-0/+5
* - Acquire the vm_object's lock when performing vm_object_page_clean().alc2003-04-244-0/+8
* When filling out a kinfo_proc structure, if we come across a processdes2003-04-241-0/+2
* Remove Giant from osigblock(), osigsetmask(), and kern_sigaltstack().jhb2003-04-231-15/+7
* The signotify() sanity check in userret() doesn't need Giant anymore.jhb2003-04-231-2/+0
* Add lock assertions for various proc/thread/kse/ksegroup fields to thejhb2003-04-232-0/+16
* - Reorganize osigstack() to do the copyin first, grab the proc lock once,jhb2003-04-231-19/+13
* Remove Giant from [gs]etpriority().jhb2003-04-231-6/+0
* - Protect p_numthreads with the sched_lock.jhb2003-04-234-27/+33
* Add /dev to the Alpha manual mount root example.obrien2003-04-231-1/+1
* - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag andjhb2003-04-224-49/+36
* - Assert that the proc lock and sched_lock are held in sched_nice().jhb2003-04-222-2/+5
* Lock both the proc lock and sched_lock when calling sched_nice sincejhb2003-04-221-0/+2
* Prefer the proc lock to sched_lock when testing PS_INMEM now that it isjhb2003-04-221-2/+1
* Protect p_swtime with the sched_lock.jhb2003-04-221-0/+2
* - Mark the kse_purge_group() and kse_purge() definitions static to matchjhb2003-04-222-10/+6
* Create a new function, device_is_attached(), that is likeimp2003-04-211-0/+6
* Fix lock order reversal problem.davidxu2003-04-213-8/+4
* Introduce two flags to control upcall behaviour:davidxu2003-04-212-102/+72
* Fix /dev/devctl's implementation of poll. We should only be settingimp2003-04-211-11/+5
* - Lock the vm_object when performing vm_object_pip_add().alc2003-04-201-0/+8
* Lock the vm_object in vfs_busy_pages().alc2003-04-201-0/+4
* - Lock the vm_object when performing vm_object_pip_subtract().alc2003-04-191-1/+2
* - Lock the vm_object when performing vm_object_pip_wakeupn().alc2003-04-191-1/+6
* Lock the jumbo_vm_object when performing vm_page_alloc().alc2003-04-191-0/+2
* Test next upcall time correctly.davidxu2003-04-192-2/+2
* Unbreak sigaltstack syscall. sigonstack is now a function anddavidxu2003-04-191-7/+2
* Use correct thread pointer.davidxu2003-04-192-2/+2
* - Make sigonstack() a regular function instead of an inline and add a procjhb2003-04-181-5/+23
* Use the proc lock to protect p_singlethread and a P_WEXIT test. Thisjhb2003-04-182-4/+4
* Rename do_sigprocmask() to kern_sigprocmask() and make it a global symboljhb2003-04-181-8/+6
* Add a couple of sched_lock asserts.jhb2003-04-181-0/+2
* - Add a static function pgadjustjobc() to adjust the job control count forjhb2003-04-181-36/+42
* Update NAI copyright to 2003, missed in earlier commits and merges.rwatson2003-04-181-1/+1
OpenPOWER on IntegriCloud