summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Sync: merge r215273 through r215318 from ^/head.dim2010-11-1412-63/+94
* 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
* Fix an XXX comment by answering 'no'. OS X does not set the day-of-weeknwhitehorn2010-10-171-4/+0
* - Insert thread0 into correct thread hash link list.davidxu2010-10-172-20/+8
* Provide vfs.ncsizefactor instead of hard-coding namecache ratio.kib2010-10-161-12/+20
* In kern_sigtimedwait(), move initialization code out of process lock,davidxu2010-10-141-103/+86
* Use a safer mechanism for determining if a task is currently running,mdf2010-10-131-30/+45
* sigqueue_collect_set() is no longer needed because other functionsdavidxu2010-10-131-29/+7
* Re-expose and briefly document taskqueue_run(9). The function is usedmdf2010-10-121-3/+1
* generic_stop_cpus: prevent parallel executionavg2010-10-121-45/+17
* Add a flag TDF_TIDHASH to prevent a thread from beingdavidxu2010-10-121-2/+12
* The r184588 changed the layout of struct export_args, causing an ABIkib2010-10-101-0/+8
* add kmem_map_free sysctl: query largest contiguous free range in kmem_mapavg2010-10-091-0/+17
* panic_cpu variable should be volatileavg2010-10-091-4/+3
* Create a global thread hash table to speed up thread lookup, usedavidxu2010-10-0913-154/+198
OpenPOWER on IntegriCloud