aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/systm.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* systm.h: Include cdefs.h firstConrad Meyer2017-11-101-1/+1
* Add clearing function for unr(9).Matt Joras2017-10-111-0/+1
* Allow __builtin_memset instead of bzero for small buffers of known sizeMateusz Guzik2017-09-081-0/+6
* Introduce __read_frequentlyMateusz Guzik2017-09-061-0/+1
* Allow sysctl kern.vm_guest to return bhyve when running under bhyve.Marcelo Araujo2017-06-081-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Do not leak mount references for dying threads.Konstantin Belousov2017-02-251-2/+0
* Remove cpu_deepest_sleep variable.Konstantin Belousov2017-02-241-1/+0
* Introduce SCHEDULER_STOPPED_TD for use when the thread pointer was already readMateusz Guzik2017-02-171-1/+5
* Make use of clang nullability attributes.Pedro F. Giffuni2017-01-281-33/+37
* Introduce __read_mostly and __exclusive_cache_line macros.Mateusz Guzik2017-01-271-0/+6
* Add __scanflike attributes to the kernel's sscanf() and vsscanf()Dimitry Andric2016-12-161-2/+2
* Remove BSD and USL copyright and update license block in in_prot.c, as theStephen J. Kiernan2016-07-281-5/+0
* Prepare for network stack as a moduleStephen J. Kiernan2016-07-271-1/+2
* Provide counter_warning(9) KPI which allows to issue limited number ofKonstantin Belousov2016-07-211-0/+2
* Add explicit detection of KVM hypervisorEric Badger2016-07-131-1/+1
* Compile in the kassert_panic() function with INVARIANT_SUPPORTGleb Smirnoff2016-07-051-1/+1
* kern: Add phashinit_flags(), which allows malloc(M_NOWAIT)Sepherosa Ziehau2016-05-031-0/+2
* Create wrappers for uint64_t and int64_t for the tunables. While notWarner Losh2016-04-151-0/+2
* Cap IOSIZE_MAX to INT_MAX for 32-bit processes.John Baldwin2016-04-011-4/+13
* Add vlog(9).Mark Johnston2015-11-191-0/+1
* Remove root_mount_wait(). It's not used anywhere.Edward Tomasz Napierala2015-10-091-1/+0
* Disable suspend when we're shutting down. This solves the "tell FreeBSDColin Percival2015-10-011-0/+1
* Remove extra tabs.Gleb Smirnoff2015-09-171-2/+2
* Currently, softupdate code detects overstepping on the workitemsKonstantin Belousov2015-05-271-0/+2
* remove stray ; that came in r272673...John-Mark Gurney2015-05-211-1/+1
* Make vpanic() externally visible so that it can be called as part of theMark Johnston2015-04-241-0/+1
* Expand the bitcount* API to support 64-bit integers, plain ints and longsJohn Baldwin2015-03-201-27/+0
* Implement asprintf in libkernRyan Stone2015-03-011-0/+4
* Remove splvm(). It is no longer in the tree.Jung-uk Kim2015-02-051-1/+0
* On some Intel CPUs with a P-state but not C-state invariant TSC the TSCJohn Baldwin2015-01-051-2/+3
* Add type qualifier volatile to the base (userspace) address argumentKonstantin Belousov2014-10-311-13/+13
* Rework virtual machine hypervisor detection.John Baldwin2014-10-281-1/+1
* Add fueword(9) and casueword(9) functions. They are like fuword(9)Konstantin Belousov2014-10-281-2/+9
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-3/+3
* Add explicit_bzero(3) and its kernel counterpart.Xin LI2014-10-071-0/+1
* Add kernel option KSTACK_USAGE_PROF to sample the stack depth onKonstantin Belousov2014-10-041-0/+2
* Add support for event timers whose clock frequency can change while running.Ian Lepore2014-04-021-0/+2
* Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()Ian Lepore2014-02-121-2/+2
* Implement generic support for early printf. Thought I can't find theWarner Losh2014-01-221-0/+4
* Add VM_LAST, a special last element in enum VM_GUEST and use it in CTASSERTSergey Kandaurov2013-11-121-1/+2
* Add a brief comment about VM_GUEST and vm_guest_sysctl_names relationship.Sergey Kandaurov2013-11-111-0/+1
* Similar to debug.iosize_max_clamp sysctl, introduceKonstantin Belousov2013-10-151-0/+2
* Centralize the detection logic for the Hyper-V hypervisor.Justin T. Gibbs2013-10-131-1/+1
* Add a vtprintf. It is to tprintf what vprintf is to printf.Navdeep Parhar2013-09-071-0/+1
* Move the definition of the struct unrhdr into a separate header file,Konstantin Belousov2013-08-301-0/+1
* Make kassert_printf use __printflike.Alfred Perlstein2013-07-071-1/+1
* Move CRITICAL_ASSERT() macro to systm.h, where the critical(9)Gleb Smirnoff2013-04-061-0/+6
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov2013-03-191-0/+1