summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-3/+0
* Scan the list in reverse order for the shutdown handlers of loaded modules.attilio2010-11-191-2/+2
* Set the POSIX semaphore capability when the semaphore module is enabled.jhb2010-11-191-0/+2
* Set various POSIX capability sysctls to the version of the API that isjhb2010-11-192-4/+5
* Add a resource_list_reserved() method that returns true if a resourcejhb2010-11-171-0/+24
* No need to include sys/systm.h twice.cognet2010-11-161-1/+0
* Only unlock process if a thread is found.davidxu2010-11-151-4/+4
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-144-4/+4
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hdim2010-11-141-4/+4
* Fix some more style(9) issues.brucec2010-11-145-41/+45
* Add support for asterisk characters when filling in the GELI passworded2010-11-141-1/+1
* Fix style(9) issues from r215281 and r215282.brucec2010-11-145-26/+53
* Add descriptions to some more sysctls.brucec2010-11-141-13/+13
* Add some descriptions to sys/kern sysctls.brucec2010-11-145-32/+32
* Remove unused variables.trasz2010-11-131-4/+0
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+10
* Fix style.trasz2010-11-111-2/+2
* Remove unneeded conditional.trasz2010-11-111-12/+10
* Fix typos.attilio2010-11-101-2/+2
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-11/+11
* Fix typos.brucec2010-11-091-1/+1
* Use macros rather than inline functions to lock and unlock mutexes, so thatjmallett2010-11-081-17/+15
* Whitespace and other aspects of style(9). No functional changes.mdf2010-11-081-946/+966
* Add a taskqueue_cancel(9) to cancel a pending task without waiting formdf2010-11-081-0/+18
* On APs startup skip hard-/statclock events, which time passed before CPUmav2010-11-081-16/+30
* Add missing curly brackets. By chance, the missing brackets didn't alterjh2010-11-071-1/+2
* Remove 'softclock_ih' as it is no longer used.jhb2010-11-031-4/+1
* Tweak the waitchannel messages for the dead lock detection kthread. Usejhb2010-11-021-2/+2
* Use integer for size of cpuset, as it won't be bigger than INT_MAX,davidxu2010-11-012-9/+4
* Fix callout_tickstofirst() behavior after signed integer ticks overflow.mav2010-10-311-2/+1
* Remove sysctl debug.ncnegfactor, it is renamed to vfs.ncnegfactor.kib2010-10-301-2/+0
* Fix uninitialized variable.trasz2010-10-291-1/+1
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,davidxu2010-10-291-0/+11
* Set bootverbose directly in mi_startup() rather than via a SYSINIT. Thisjhb2010-10-281-9/+3
* - Revert r214409.davidxu2010-10-271-4/+0
* If input parameter cpusetsize is zero, give userland size of cpuset maskdavidxu2010-10-271-0/+4
* Reduce the difference between hirunningspace and lorunningspace,ivoras2010-10-251-3/+3
* Use function tdfind() to find a thread.davidxu2010-10-251-11/+2
* Mostly revert r203420, and add similar functionality into ada(4) since thebrucec2010-10-241-1/+1
* Remove workaround for ZFS bug; fix was committed to the //depot/user/pjd/zfs/...trasz2010-10-231-22/+0
* In thr_exit() and kthread_exit(), only remove thread fromdavidxu2010-10-232-7/+12
* Call chainevh callback when we are invoked with neither MOD_LOAD nordelphij2010-10-211-1/+3
* - When disabling ktracing on a process, free any pending requests thatjhb2010-10-214-80/+106
* In syscall_module_handler(): all switch branches return, removedelphij2010-10-211-4/+1
* - Don't include sx.h, it is not needed.davidxu2010-10-201-12/+11
* ZFS pool name is not a real device in devfs. Do not wait forae2010-10-191-1/+2
* We've already set p = td->td_proc, so use it.emaste2010-10-181-4/+4
* Re-implement the root mount logic using a recursive approach, whereby eachmarcel2010-10-181-326/+738
* In vfs_filteropt(), only print the errmsg when there's no errmsgmarcel2010-10-181-1/+3
* Rename boot() to kern_reboot() and make it visible outside ofmarcel2010-10-181-7/+6
OpenPOWER on IntegriCloud