| Commit message (Expand) | Author | Age | Files | Lines |
* | Continue kernel privilege cleanup for 7.0: unstaticize suser_enabled and | rwatson | 2007-07-02 | 1 | -1/+1 |
* | - Add some needed error checking on bad fd passing in the sctp | rrs | 2007-07-02 | 1 | -6/+10 |
* | - Use rufetchcalc() rather than calcru() in ttyinfo so that we get | jeff | 2007-07-01 | 1 | -3/+2 |
* | Use vm_offset_t for kmembase and kmemlimit rather than char *, avoiding | rwatson | 2007-06-27 | 1 | -4/+4 |
* | Fix an old standing LOR between callout_lock and sleepqueues chain (which | attilio | 2007-06-26 | 1 | -3/+35 |
* | Introduce a new rwlocks initialization function: rw_init_flags. | attilio | 2007-06-26 | 1 | -9/+85 |
* | - Remove UMAP filesystem. It was disconnected from build three years ago, | rafan | 2007-06-25 | 2 | -3/+1 |
* | devfs_free() calls free_unr(), that may sleep. | kib | 2007-06-19 | 1 | -6/+34 |
* | Add the witness warning for free_unr. Function could sleep, thus callers | kib | 2007-06-19 | 1 | -0/+1 |
* | We only flush entries related to the given file system. Currently there are | pjd | 2007-06-18 | 1 | -3/+0 |
* | Rather than passing SUSER_RUID into priv_check_cred() to specify when | rwatson | 2007-06-16 | 3 | -12/+22 |
* | - Remove zstty spin lock for no longer existing zs(4). | marius | 2007-06-16 | 1 | -2/+4 |
* | - Fix an off by one error in sched_pri_range. | jeff | 2007-06-15 | 1 | -8/+3 |
* | Remove the restriction that rtprio(2) cannot be used to set the realtime | rwatson | 2007-06-14 | 1 | -17/+8 |
* | Only require privilege to set the current time adjustment, not in order to | rwatson | 2007-06-14 | 1 | -5/+7 |
* | Spell statistics more correctly in comments. | rwatson | 2007-06-14 | 1 | -1/+1 |
* | Improve the ktrace locking somewhat to reduce overhead: | jhb | 2007-06-13 | 2 | -18/+26 |
* | Conditionally acquire Giant when dropping a reference on the ktrace vnode | jhb | 2007-06-13 | 1 | -1/+6 |
* | - Include opt_sched.h for SCHED_STATS. | jeff | 2007-06-12 | 3 | -0/+3 |
* | - Garbage collect unused concurrency functions. | jeff | 2007-06-12 | 1 | -23/+0 |
* | - Garbage collect unused concurrency functions. | jeff | 2007-06-12 | 2 | -16/+10 |
* | - Move some common code out of sched_fork_exit() and back into fork_exit(). | jeff | 2007-06-12 | 3 | -30/+20 |
* | Solve a complex exit race introduced with thread_lock: | jeff | 2007-06-12 | 1 | -15/+33 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 14 | -97/+49 |
* | - Add a missing PROC_SUNLOCK() in tdsignal() | jeff | 2007-06-11 | 1 | -1/+3 |
* | Re-acquire the PROC_SLOCK before calling calcru(), and release it after, | cognet | 2007-06-11 | 1 | -0/+2 |
* | Update 802.11 wireless support: | sam | 2007-06-11 | 1 | -0/+12 |
* | Optimize vmmeter locking. | attilio | 2007-06-10 | 1 | -8/+8 |
* | Remove unused variable. | mjacob | 2007-06-10 | 1 | -1/+0 |
* | The new compiler can't quite follow the logic of has_stime and | mjacob | 2007-06-10 | 1 | -1/+1 |
* | Initialized ets to zero. This is arguably a gcc bug in that ets is always | mjacob | 2007-06-10 | 1 | -0/+2 |
* | Fix a bug caming from the committing a pre-merge version of the patch | attilio | 2007-06-10 | 1 | -0/+2 |
* | Work around an integer overflow in expression `3 * maxbufspace / 4', | marcel | 2007-06-09 | 1 | -0/+7 |
* | rufetch and calcru sometimes should be called atomically together. | attilio | 2007-06-09 | 5 | -21/+32 |
* | Since locking in kern/subr_prof.c is changed a bit, we need nomore of | attilio | 2007-06-09 | 1 | -1/+1 |
* | The current rusage code show peculiar problems: | attilio | 2007-06-09 | 4 | -43/+20 |
* | Propagate volatile qualifier to make gcc4.2 happy. | mjacob | 2007-06-09 | 1 | -1/+1 |
* | Remove the MUTEX_WAKE_ALL option and make it the default behaviour for our | attilio | 2007-06-08 | 1 | -37/+0 |
* | Double the WITNESS and DIAGNOSTIC benchmark warnings right before we | phk | 2007-06-08 | 1 | -0/+4 |
* | In getblk(), before gbincore(), use BO_LOCK directly when locking | delphij | 2007-06-08 | 1 | -2/+2 |
* | Move per-process audit state from a pointer in the proc structure to | rwatson | 2007-06-07 | 4 | -15/+11 |
* | - Remove unused variable from create_thread(). | jhb | 2007-06-07 | 1 | -2/+1 |
* | Backout experimental adaptive-spin umtx code. | davidxu | 2007-06-06 | 1 | -67/+0 |
* | - Placing the 'volatile' on the right side of the * in the td_lock | jeff | 2007-06-06 | 3 | -5/+5 |
* | Fix a problem with not-preemptive kernels caming from mis-merging of | attilio | 2007-06-05 | 1 | -47/+0 |
* | Restore non-SMP build. | kib | 2007-06-05 | 1 | -1/+2 |
* | - Better fix for previous error; use DEVOLATILE on the td_lock pointer | jeff | 2007-06-05 | 2 | -2/+2 |
* | - Pass &sched_lock as the third argument to cpu_switch() as this will | jeff | 2007-06-05 | 2 | -2/+2 |
* | - Define TDQ_ID() for the !SMP case. | jeff | 2007-06-05 | 1 | -1/+2 |
* | - Remove sched_core.c. The maintainer has lost interest in pursuing this | jeff | 2007-06-05 | 1 | -1806/+0 |