aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* Add racct. It's an API to keep per-process, per-jail, per-loginclassEdward Tomasz Napierala2011-03-291-0/+2
* Mostly revert r219468, as I had misremembered the C standard regardingMatthew D Fleming2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying theMatthew D Fleming2011-03-101-1/+1
* Remove unexisted since r212541 timer1hz/timer2hz variables.Alexander Motin2010-11-101-2/+0
* - Implement MI helper functions, dividing one or two timer interrupts withAlexander Motin2010-05-241-0/+2
* Random number generator initialization cleanup:Ruslan Ermilov2009-10-201-0/+1
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-0/+2
* Reimplement and/or implement vnet list locking by replacing a mostlyRobert Watson2009-07-191-2/+3
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-7/+0
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-0/+2
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+1
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+1
* Remove the now unused `lbolt' variable from the kernel.Ed Schouten2008-08-201-1/+0
* Implement the following macros for completeness:Pawel Jakub Dawidek2008-07-211-0/+19
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-0/+1
* Add sysinit levels for DTrace.John Birrell2008-05-181-0/+6
* o add a mountroot event handler that fires when / is mounted; this informationSam Leffler2008-04-081-1/+0
* Remove trailing ';' from C_SYSINIT() macro definition, in keepingRobert Watson2008-03-161-1/+1
* Add a new kernel startup event for DDB services, which will include DDBRobert Watson2007-12-251-0/+1
* Remove _SOLARIS_C_SOURCE compatibility definitions. Unfortunately theJohn Birrell2007-11-281-2/+0
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-271-5/+0
* Fix build breakage.Pawel Jakub Dawidek2007-04-091-1/+1
* Add kern.hostuuid sysctl, which will be used to keep host's UUID.Pawel Jakub Dawidek2007-04-091-0/+1
* Hide lbolt under _SOLARIS_C_SOURCE in preparation for ZFS import.Pawel Jakub Dawidek2007-04-051-0/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-3/+0
* Make system call modules a bit more robust:John Baldwin2006-08-011-0/+1
* Be less harsh on brueffers eyes :-)Poul-Henning Kamp2006-05-261-1/+1
* Remove SI_SUB_CONSOLE, porting from 4.4-Lite is no longer an issue.Poul-Henning Kamp2006-05-261-3/+2
* GC long unused hostnamelen and domainnamelen.Ruslan Ermilov2006-05-241-2/+0
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.Christian S.J. Peron2005-09-061-0/+1
* Use __CONCAT() in the TUNABLE_ macros, this way we don't have to use 3Stefan Farfeleder2005-04-171-41/+25
* Concatenate the line number rather than the string `__FILE__' in theStefan Farfeleder2005-04-161-1/+1
* Define SI_SUB_AUDIT, the system boot event to initialize the auditRobert Watson2005-02-021-0/+1
* Introduce new startup level SI_SUB_NETGRAPH that is afterMaksim Yevmenkin2005-01-061-0/+1
* We don't have RAIDFrame anymore and it seems gvinum doesn't use SI_SUB_RAID,Pawel Jakub Dawidek2004-12-061-1/+1
* Retire TUNABLE_QUAD_*.Dag-Erling Smørgrav2004-11-081-24/+0
* Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for theDag-Erling Smørgrav2004-10-311-0/+54
* Whitespace cleanupDag-Erling Smørgrav2004-10-311-1/+1
* Change the default disposition of debug.mpsafenet from 0 to 1, whichRobert Watson2004-08-281-0/+6
* Remove nested include of <sys/module.h>Poul-Henning Kamp2004-06-181-3/+0
* Remove the /* 1.2 */ comment which was orphaned by previous commit.Poul-Henning Kamp2004-03-101-2/+0
* Move boottime from <sys/kernel.h> to <sys/time.h> where it belongs.Poul-Henning Kamp2004-02-291-1/+0
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixNate Lawson2004-02-141-0/+3
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-0/+1
* Rearrange the SYSINIT order to call lockmgr_init() earlier so thatDon Lewis2003-07-161-1/+2
* Extend the mutex pool implementation to permit the creation and use ofDon Lewis2003-07-131-1/+2
* Remove SI_SUB_VINUM. SI_SUB_RAID makes more sense.Greg Lehey2003-06-031-3/+2
* Split the global timezone structure into two integer fields toPoul-Henning Kamp2003-02-031-2/+3
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-031-0/+1
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDScott Long2002-10-201-0/+1