summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make a thread's address available via the kern proc sysctl, just like theemaste2010-10-081-0/+1
* vm.kmem_map_size: a sysctl to query current kmem_map->sizeavg2010-10-071-0/+14
* Check the device name validity on device registration.jh2010-10-071-27/+87
* Adjust the all target message (but maybe all: sysent is better?imp2010-10-021-1/+1
* Turns out this file was how we make sysent stuff, so add that part only back...imp2010-10-021-0/+20
* Split the root mount logic from the (generic) mount code and movemarcel2010-10-022-623/+654
* Release the vnode lock and close the linker file vnode earlier inkib2010-10-022-6/+6
* sysctls in kern_shutdown: add twin tunablesavg2010-10-011-6/+9
* there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY orderavg2010-09-301-1/+1
* debug.kdb.stop_cpus sysctl: hint that this is also a tunableavg2010-09-301-1/+1
* kmem_size* sysctls: hint that these are also tunablesavg2010-09-301-4/+4
* - kern_sched_rr_get_interval should return interval for thread 1 indavidxu2010-09-291-11/+5
* This file has been unused for ages. Retire it.imp2010-09-281-58/+0
* Remove extra braces for style(9) (found while cleaning up an old work tree).emaste2010-09-281-2/+1
* kdb_backtrace: use stack_print_ddb instead of stack_printavg2010-09-223-8/+4
* If kernel built with DEVICE_POLLING, keep one CPU always in active statemav2010-09-221-1/+6
* Comment nit, set TDF_NEEDRESCHED after the comment describing why it isjhb2010-09-211-1/+1
* If new callout scheduled to another CPU and we are using global timer,mav2010-09-211-3/+7
* Remember last kern.eventtimer.periodic value, explicitly set by user.mav2010-09-211-2/+5
* Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, ifalc2010-09-211-12/+16
* kdb_backtrace: stack(9)-based code to print backtrace without any backendavg2010-09-211-0/+11
* Until hardclock() and respectively tc_windup() called first time, systemmav2010-09-211-0/+1
* First step at adopting FreeBSD to support PSARC/2010/029. This makestrasz2010-09-201-0/+77
* Just make callout devices and /dev/console force CLOCAL on open().ed2010-09-191-6/+7
* Ignore DCD handling on /dev/console entirely.ed2010-09-191-1/+2
* With reworking of the socket life cycle in 7.x, the need for a "sotryfree()"rwatson2010-09-181-5/+5
* kern.sched.topology_spec sysctl: use step of 1 for group levels numerationavg2010-09-181-1/+1
* When global timer used at SMP system, update nextevent field on BSP beforemav2010-09-181-4/+4
* By popular demand, kill all the non GIANT related interrupt messages.imp2010-09-171-9/+0
* Re-add r212370 now that the LOR in powerpc64 has been resolved:mdf2010-09-166-90/+51
* Fix panic on NULL dereference possible after r212541.mav2010-09-141-1/+2
* Make kern_tc.c provide minimum frequency of tc_ticktock() calls, requiredmav2010-09-144-7/+16
* Replace spin lock with the set of atomics. It is impractical for onemav2010-09-141-10/+14
* Add some foot shooting protection by checking singlemul value correctness.mav2010-09-141-4/+5
OpenPOWER on IntegriCloud