aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/systm.h
Commit message (Expand)AuthorAgeFilesLines
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-0/+2
* callout(9): Remove some leftover APM BIOS supportMark Johnston2020-11-271-5/+0
* systm.h: forward declare ucred for _STANDALONE tooWarner Losh2020-10-121-0/+1
* Move kernel env global variables, etc to sys/kenv.hWarner Losh2020-10-071-14/+0
* Remove unused function cpu_boot()Mitchell Horne2020-10-061-1/+0
* Adjustments to includes for openzfs in _STANDALONEWarner Losh2020-09-251-36/+54
* Add getenv(9) boolean parsing functionsMitchell Horne2020-09-211-0/+3
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+1
* Remove splclock(). It's not useful to keep.Warner Losh2020-08-281-1/+0
* remove splbio and splcamWarner Losh2020-08-281-2/+0
* Move MPASS() macros to systm.h. They are widely used all overGleb Smirnoff2020-06-081-0/+10
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-5/+11
* kernel: provide panicky version of __unreachableKyle Evans2020-05-131-0/+4
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-11/+5
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-5/+11
* vfs: add VNPASS macro and augment VNASSERT to print more about the assertMateusz Guzik2020-01-291-1/+9
* Add "panicked" boolean which can be tested instead of panicstrMateusz Guzik2020-01-121-1/+2
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-0/+1
* gone_in(9): Trivial string grammar and style cleanupsConrad Meyer2019-12-261-1/+1
* sleep(9), sleepqueue(9): const'ify wchan pointersConrad Meyer2019-12-241-5/+5
* Remove the deprecated timeout(9) interface.John Baldwin2019-12-131-9/+0
* Add variant of root_mount_hold() without allocation.Alexander Motin2019-11-211-1/+6
* Port the NetBSD KCSAN runtime to FreeBSD.Andrew Turner2019-11-211-6/+32
* Add wakeup_any(), cheaper wakeup_one() for taskqueue(9).Alexander Motin2019-06-201-0/+1
* The older detection methods (smbios.bios.vendor and smbios.system.product)Stephen J. Kiernan2019-05-211-1/+1
* Instead of individual conditional statements to look for each hypervisorStephen J. Kiernan2019-05-171-1/+2
* FCP-101: Bump __FreeBSD_version for driver removal.Brooks Davis2019-05-171-3/+0
* lkpi: allow late binding of linux_alloc_currentMatt Macy2019-02-221-0/+7
* unr64: use locked variant if not __LP64__Mateusz Guzik2018-12-071-1/+1
* Implement unr64Mateusz Guzik2018-11-201-0/+26
* Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis2018-10-251-0/+3
* Replace ttyprintf with sbuf_printf and tty drain routineConrad Meyer2018-10-201-1/+0
* Provide string functions for use before ifuncs get resolved.Mateusz Guzik2018-10-111-0/+6
* Rename hardclock_cnt() to hardclock() and remove the old implementation.Mark Johnston2018-09-061-7/+3
* KASSERT: Make runtime optionality optionalConrad Meyer2018-08-221-3/+13
* kern_environment: bool'itize dynamic_kenv; fix small style(9) nitKyle Evans2018-07-101-1/+1
* critical_{enter, exit}: add missing compiler barrierMatt Macy2018-07-081-0/+2
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-051-2/+1
* Revert r335995 due to accidental changes snuck inKyle Evans2018-07-051-1/+2
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-051-2/+1
* make critical_{enter, exit} inlineMatt Macy2018-07-031-2/+40
* Permit the kernel environment to set an array of numeric values for a singleHans Petter Selasky2018-06-201-0/+5
* Use __builtin for various mem* and b* (e.g. bzero) routines.Mateusz Guzik2018-06-021-13/+9
* libkern: tidy up memsetMateusz Guzik2018-06-021-0/+1
* stop and restart kernel event timers in the suspend / resume cycleAndriy Gapon2018-05-211-0/+2
* back out DBGSET macroMatt Macy2018-05-191-2/+0
* add DBGSET macro to conditionally assign to a variable depending on INVARIANTSMatt Macy2018-05-191-0/+2
* Allow the compiler to use __builtin_memcpyMateusz Guzik2018-05-041-0/+1
* Allow __builtin_memmove instead of bcopy for small buffers of known sizeMateusz Guzik2018-05-041-0/+6
* Allow pause_sbt() to catch signals during sleep by passing C_CATCH flag.Hans Petter Selasky2018-03-031-0/+2