aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/kernel.h
Commit message (Expand)AuthorAgeFilesLines
* Hide tunable definitions behind _KERNELMitchell Horne2020-09-211-0/+4
* Add getenv(9) boolean parsing functionsMitchell Horne2020-09-211-0/+19
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Add COUNTER_U64_SYSINIT() and COUNTER_U64_DEFINE_EARLY().Mark Johnston2020-03-061-1/+2
* Define more subsystem orders.Hans Petter Selasky2020-03-061-0/+4
* Add explicit SI_SUB_EPOCHConrad Meyer2019-11-221-0/+1
* Move sysinit and sysuninit linker sets in the data (writeable) section.Konstantin Belousov2018-03-211-3/+3
* Use the TSLOG framework to record SYSINIT entry/exit timestamps.Colin Percival2017-12-311-0/+33
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Add SI_SUB_TASKQ after SI_SUB_INTR and move taskqueue initialization there fo...Conrad Meyer2017-08-161-0/+1
* Add config_intrhook_oneshot(): schedule an intrhook function and unregisterIan Lepore2017-08-131-2/+5
* Fix TUNABLE_UINT64() on 32bit architectures.Konstantin Belousov2017-03-271-1/+1
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-1/+4
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-1/+6
* Create wrappers for uint64_t and int64_t for the tunables. While notWarner Losh2016-04-151-0/+38
* Remove comment obsoleted by r289056.Edward Tomasz Napierala2015-10-081-4/+0
* Remove unused SI_SUB_* #defines.Edward Tomasz Napierala2015-10-081-7/+0
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+1
* Spell raccdt in a more conventional way in a comment.Robert Watson2014-05-061-1/+1
* Garbage collect two more unused sysinit subsystems: SI_SUB_KVM_RSRC andRobert Watson2014-05-051-2/+0
* Garbage collect mtxpool_lockbuilder, the mutex pool historically usedRobert Watson2014-05-021-1/+0
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-291-0/+5
* rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LASTAndriy Gapon2013-07-241-2/+2
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent theJohn Baldwin2013-01-281-1/+1
* Remove splimp() comment from sysinit table and attribute SI_SUB_PROTO_BEGINAndre Oppermann2012-10-191-8/+2
* Replace a reference to the non-existent SI_ORDER_LAST in a comment withJohn Baldwin2012-06-121-1/+1
* 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