summaryrefslogtreecommitdiffstats
path: root/sys/sys/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* Add racct. It's an API to keep per-process, per-jail, per-loginclasstrasz2011-03-291-0/+2
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Remove unexisted since r212541 timer1hz/timer2hz variables.mav2010-11-101-2/+0
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-241-0/+2
* Random number generator initialization cleanup:ru2009-10-201-0/+1
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-0/+2
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-2/+3
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-7/+0
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+2
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+1
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+1
* Remove the now unused `lbolt' variable from the kernel.ed2008-08-201-1/+0
* Implement the following macros for completeness:pjd2008-07-211-0/+19
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+1
* Add sysinit levels for DTrace.jb2008-05-181-0/+6
* o add a mountroot event handler that fires when / is mounted; this informationsam2008-04-081-1/+0
* Remove trailing ';' from C_SYSINIT() macro definition, in keepingrwatson2008-03-161-1/+1
* Add a new kernel startup event for DDB services, which will include DDBrwatson2007-12-251-0/+1
* Remove _SOLARIS_C_SOURCE compatibility definitions. Unfortunately thejb2007-11-281-2/+0
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-271-5/+0
* Fix build breakage.pjd2007-04-091-1/+1
* Add kern.hostuuid sysctl, which will be used to keep host's UUID.pjd2007-04-091-0/+1
* Hide lbolt under _SOLARIS_C_SOURCE in preparation for ZFS import.pjd2007-04-051-0/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* Make system call modules a bit more robust:jhb2006-08-011-0/+1
* Be less harsh on brueffers eyes :-)phk2006-05-261-1/+1
* Remove SI_SUB_CONSOLE, porting from 4.4-Lite is no longer an issue.phk2006-05-261-3/+2
* GC long unused hostnamelen and domainnamelen.ru2006-05-241-2/+0
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.csjp2005-09-061-0/+1
* Use __CONCAT() in the TUNABLE_ macros, this way we don't have to use 3stefanf2005-04-171-41/+25
* Concatenate the line number rather than the string `__FILE__' in thestefanf2005-04-161-1/+1
* Define SI_SUB_AUDIT, the system boot event to initialize the auditrwatson2005-02-021-0/+1
* Introduce new startup level SI_SUB_NETGRAPH that is afteremax2005-01-061-0/+1
* We don't have RAIDFrame anymore and it seems gvinum doesn't use SI_SUB_RAID,pjd2004-12-061-1/+1
* Retire TUNABLE_QUAD_*.des2004-11-081-24/+0
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for thedes2004-10-311-0/+54
* Whitespace cleanupdes2004-10-311-1/+1
* Change the default disposition of debug.mpsafenet from 0 to 1, whichrwatson2004-08-281-0/+6
* Remove nested include of <sys/module.h>phk2004-06-181-3/+0
* Remove the /* 1.2 */ comment which was orphaned by previous commit.phk2004-03-101-2/+0
* Move boottime from <sys/kernel.h> to <sys/time.h> where it belongs.phk2004-02-291-1/+0
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixnjl2004-02-141-0/+3
* - add dom_if{attach,detach} framework.ume2003-10-171-0/+1
* Rearrange the SYSINIT order to call lockmgr_init() earlier so thattruckman2003-07-161-1/+2
* Extend the mutex pool implementation to permit the creation and use oftruckman2003-07-131-1/+2
* Remove SI_SUB_VINUM. SI_SUB_RAID makes more sense.grog2003-06-031-3/+2
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+3
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-0/+1
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-201-0/+1
OpenPOWER on IntegriCloud