summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename the macros for assertion flags passed to sx_assert() from SX_* tojhb2007-05-191-19/+19
* In kern_sendfile() adjust byte accounting of the file sending loop toandre2007-05-191-13/+37
* Expose sx_xholder() as a public macro. It returns a pointer to the threadjhb2007-05-191-8/+0
* Oops, didn't include SX_ADAPTIVESPIN in the list of valid flags for thejhb2007-05-191-1/+1
* Add a new SX_RECURSE flag to make support for recursive exclusive locksjhb2007-05-191-2/+8
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardkan2007-05-191-0/+12
* Remove unnecessary assignment.rwatson2007-05-181-2/+0
* Fix a comment.jhb2007-05-181-2/+2
* Move lock_profile_object_{init,destroy}() into lock_{init,destroy}().jhb2007-05-185-8/+3
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-184-9/+9
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-189-22/+26
* - Convert turnstiles and sleepqueus to use UMA. This provides a modestjeff2007-05-182-38/+106
* Eliminate a micro-optimization that hasn't had any effect for 15+ years.peter2007-05-171-5/+0
* Don't export a kern.conftxt sysctl, except when INCLUDE_CONF_FILE isimp2007-05-171-3/+1
* Generally migrate to ANSI function headers, and remove 'register' use.rwatson2007-05-165-181/+106
* Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make somewkoszek2007-05-161-0/+5
* Rework the support for ABIs to override resource limits (used by 32-bitjhb2007-05-143-16/+5
* Move cpu_exit() earlier in exit1() to close a race betweenjhb2007-05-141-16/+10
OpenPOWER on IntegriCloud