summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-1/+1
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-0115-117/+168
* Revert VMCNT_* operations introduction.attilio2007-05-319-26/+22
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-3/+0
* Revert UF_OPENING workaround for CURRENT.kib2007-05-3113-39/+24
* Now that sx(9) locks support an interruptible lock acquire primitive,rwatson2007-05-311-2/+5
* Add functions sx_xlock_sig() and sx_slock_sig().attilio2007-05-311-26/+62
* style(9) fixes for sx locks.attilio2007-05-291-2/+2
* Add a small fix for lock profiling in sx locks.attilio2007-05-291-1/+1
* Fix some problems introduced with the last descriptors tables lockingattilio2007-05-291-0/+1
* Add DDB "show unpcb" command, allowing DDB to print out many pertinentrwatson2007-05-291-0/+121
* Revert 1.197 and instead avoid calling kdb_enter() if the KDB_UNATTENDEDemaste2007-05-281-1/+8
* Simplify the kernel configuration file return code.imp2007-05-281-22/+3
* Eliminate explicit kdb_enter in the software watchdog handler (whichemaste2007-05-281-7/+1
* In kern_kevent(), unconditionally fdrop() fp once fget() has succeeded,rwatson2007-05-281-2/+1
* Universally adopt most conventional spelling of acquire.rwatson2007-05-274-4/+4
* Select a more appealing spelling for the word acquire.rwatson2007-05-271-10/+10
* Add parens around *free in *free++ in mbp_count() so that mbp_count()rwatson2007-05-271-1/+1
* Remove amountpipes counter for pipes -- this replicates the function ofrwatson2007-05-271-19/+2
* Remove #if 0'd check for 0-size allocations, which if enabled, calledrwatson2007-05-271-4/+0
* To avoid a deadlock when handling .. directory during a lookup, we unlockpjd2007-05-251-3/+6
* We no longer need to put namecache entries onto temporary mplist.pjd2007-05-251-11/+3
* The cache_leaf_test() function seems to be unused, so remove it.pjd2007-05-251-31/+0
* fix comment typosam2007-05-231-1/+1
* Comment that tdsignal() may be entered from the debugger.rwatson2007-05-231-0/+4
* Initialize time_lock before calling cpu_initclocks(). This corrects arwatson2007-05-231-1/+1
* Remove duplicate includes.cognet2007-05-231-1/+0
* - Remove redundant initialization.pjd2007-05-221-2/+1
* Increase precision of time values in the process accountingdds2007-05-221-35/+109
* - Move clock synchronization into a seperate clock lock so the globaljeff2007-05-203-15/+19
OpenPOWER on IntegriCloud