summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Improve the ktrace locking somewhat to reduce overhead:jhb2007-06-132-18/+26
* Conditionally acquire Giant when dropping a reference on the ktrace vnodejhb2007-06-131-1/+6
* - Include opt_sched.h for SCHED_STATS.jeff2007-06-123-0/+3
* - Garbage collect unused concurrency functions.jeff2007-06-121-23/+0
* - Garbage collect unused concurrency functions.jeff2007-06-122-16/+10
* - Move some common code out of sched_fork_exit() and back into fork_exit().jeff2007-06-123-30/+20
* Solve a complex exit race introduced with thread_lock:jeff2007-06-121-15/+33
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-1214-97/+49
* - Add a missing PROC_SUNLOCK() in tdsignal()jeff2007-06-111-1/+3
* Re-acquire the PROC_SLOCK before calling calcru(), and release it after,cognet2007-06-111-0/+2
* Update 802.11 wireless support:sam2007-06-111-0/+12
* Optimize vmmeter locking.attilio2007-06-101-8/+8
* Remove unused variable.mjacob2007-06-101-1/+0
* The new compiler can't quite follow the logic of has_stime andmjacob2007-06-101-1/+1
* Initialized ets to zero. This is arguably a gcc bug in that ets is alwaysmjacob2007-06-101-0/+2
* Fix a bug caming from the committing a pre-merge version of the patchattilio2007-06-101-0/+2
* Work around an integer overflow in expression `3 * maxbufspace / 4',marcel2007-06-091-0/+7
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-095-21/+32
* Since locking in kern/subr_prof.c is changed a bit, we need nomore ofattilio2007-06-091-1/+1
* The current rusage code show peculiar problems:attilio2007-06-094-43/+20
* Propagate volatile qualifier to make gcc4.2 happy.mjacob2007-06-091-1/+1
* Remove the MUTEX_WAKE_ALL option and make it the default behaviour for ourattilio2007-06-081-37/+0
* Double the WITNESS and DIAGNOSTIC benchmark warnings right before wephk2007-06-081-0/+4
* In getblk(), before gbincore(), use BO_LOCK directly when lockingdelphij2007-06-081-2/+2
* Move per-process audit state from a pointer in the proc structure torwatson2007-06-074-15/+11
* - Remove unused variable from create_thread().jhb2007-06-071-2/+1
* Backout experimental adaptive-spin umtx code.davidxu2007-06-061-67/+0
* - Placing the 'volatile' on the right side of the * in the td_lockjeff2007-06-063-5/+5
* Fix a problem with not-preemptive kernels caming from mis-merging ofattilio2007-06-051-47/+0
* Restore non-SMP build.kib2007-06-051-1/+2
* - Better fix for previous error; use DEVOLATILE on the td_lock pointerjeff2007-06-052-2/+2
* - Pass &sched_lock as the third argument to cpu_switch() as this willjeff2007-06-052-2/+2
* - Define TDQ_ID() for the !SMP case.jeff2007-06-051-1/+2
* - Remove sched_core.c. The maintainer has lost interest in pursuing thisjeff2007-06-051-1806/+0
* Commit 14/14 of sched_lock decomposition.jeff2007-06-0522-181/+206
* Commit 10/14 of sched_lock decomposition.jeff2007-06-041-6/+11
* Commit 9/14 of sched_lock decomposition.jeff2007-06-041-57/+117
* Commit 8/14 of sched_lock decomposition.jeff2007-06-041-33/+52
* Commit 7/14 of sched_lock decomposition.jeff2007-06-041-58/+82
* Commit 6/14 of sched_lock decomposition.jeff2007-06-041-30/+14
* Commit 5/14 of sched_lock decomposition.jeff2007-06-041-35/+33
* Commit 4/14 of sched_lock decomposition.jeff2007-06-042-129/+163
* Commit 3/14 of sched_lock decomposition.jeff2007-06-043-188/+299
* Commit 2/14 of sched_lock decomposition.jeff2007-06-043-115/+106
* Commit 1/14 of sched_lock decomposition.jeff2007-06-044-107/+379
* Do proper "locking" for missing vmmeters part.attilio2007-06-043-3/+3
* Rework the PCPU_* (MD) interface:attilio2007-06-041-1/+1
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-044-11/+11
* Add a function for exporting 64 bit types.dwmalone2007-06-041-0/+25
* Revert some debugging KTRs that were added during development.kris2007-06-031-4/+0
OpenPOWER on IntegriCloud