summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-136-51/+90
* bus_add_child: add specialized default implementation that calls panicavg2010-09-131-1/+11
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-137-328/+744
* Do not print "frequency 0 Hz", when frequency is unknown.mav2010-09-111-3/+9
* Add missing pointer increment to sbuf_cat.kan2010-09-111-1/+1
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakkib2010-09-112-15/+33
* Merge some SCHED_ULE features to SCHED_4BSD:mav2010-09-111-4/+28
* Don't exit kern_jail_set without freeing options when enforce_statfsjamie2010-09-101-5/+8
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-102-29/+26
* Do not IPI CPU that is already spinning for load. It doubles effect ofmav2010-09-101-4/+11
* bus_add_child: change type of order parameter to u_intavg2010-09-102-2/+2
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-096-90/+51
* Add drain functionality to sbufs. The drain is a function that ismdf2010-09-091-6/+99
* Refactor sbuf code so that most uses of sbuf_extend() are in a newmdf2010-09-091-25/+69
* Fix two bugs in DTrace:rpaulo2010-09-091-9/+15
* Remove VI_MOUNT flag from vnode on VFS_MOUNT() failure.pjd2010-09-091-0/+3
* Doing first mount and updating mount points are both handled by the samepjd2010-09-081-220/+268
* - Log all the problems in devfs_fixup().pjd2010-09-081-2/+14
* subr_bus: use hexadecimal representation for bit flagsavg2010-09-081-8/+8
OpenPOWER on IntegriCloud