aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/systm.h
Commit message (Expand)AuthorAgeFilesLines
* Reimplement CTASSERT() using _Static_assert().Ed Schouten2011-12-131-4/+2
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseAndriy Gapon2011-12-111-0/+9
* remove RESTARTABLE_PANICS optionAndriy Gapon2011-07-251-4/+0
* Add a facility to disable processing page faults. When activated,Konstantin Belousov2011-07-091-0/+4
* Implement bitcount16.Konstantin Belousov2011-07-091-0/+11
* Set negative quality to TSC timecounter when C3 state is enabled for IntelJung-uk Kim2011-06-221-0/+1
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-1/+0
* Usa a globally visible region of zeros for both /dev/zero and the mdMatthew D Fleming2011-05-131-0/+3
* bitcount32: replace lengthy comment with a reference to SWARAndriy Gapon2011-05-101-38/+2
* Fix typo.Konstantin Belousov2011-04-241-1/+1
* Modestly increase the maximum allowed size of the kmem map on i386.Alan Cox2011-03-231-1/+0
* Rename boot() to kern_reboot() and make it visible outside ofMarcel Moolenaar2010-10-181-1/+2
* Refactor timer management code with priority to one-shot operation mode.Alexander Motin2010-09-131-4/+6
* Move functions declaration to MI code, following implementation.Alexander Motin2010-07-151-0/+4
* Extend the kernel unit number allocator for allocating specific unitJaakko Heinonen2010-07-051-0/+1
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-201-0/+2
* - Implement MI helper functions, dividing one or two timer interrupts withAlexander Motin2010-05-241-0/+2
* Make the comment follow style(9) format.Ivan Voras2010-03-031-2/+4
* Document the VM detection type and sysctl a bit better.Ivan Voras2010-03-021-0/+3
* When running as a guest operating system, the FreeBSD kernel must assumeAlan Cox2010-02-271-0/+3
* Eliminate an unused declaration.Alan Cox2010-02-201-2/+0
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicBrooks Davis2010-01-121-0/+1
* Merge change r198561 from projects/mips to head:Warner Losh2010-01-101-0/+1
* Add a new sysctl for reporting all of the supported page sizes.Alan Cox2009-09-181-0/+1
* * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check toAttilio Rao2009-08-171-3/+10
* Add a new macro to test that a variable could be loaded atomically.Bjoern A. Zeeb2009-08-141-0/+4
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-2/+0
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+1
* Revert r190676,190677Andrew Thompson2009-04-101-1/+1
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson2009-04-031-1/+1
* Extract the no_poll() and vop_nopoll() code into the common routineKonstantin Belousov2009-03-061-0/+2
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-281-0/+1
* Add cr_canseeinpcb() doing checks using the cached socketBjoern A. Zeeb2008-10-171-0/+2
* Move uminor() and umajor() to the same place as userspace minor() and major().Ed Schouten2008-09-271-2/+0
* Various whitespace fixes.John Baldwin2008-09-101-1/+1
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.Ed Schouten2008-06-121-1/+0
* Remove some DTrace hook definitions that are now in dtrace_bsd.hJohn Birrell2008-05-181-6/+0
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-0/+2
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-1/+0
* Refactor select to reduce contention and hide internal implementationJeff Roberson2007-12-161-4/+0
* Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.Konstantin Belousov2007-12-041-0/+1
* I don't know what I was smoking when I wrote these three years ago; theDag-Erling Smørgrav2007-10-131-2/+3
* Since cdev mutex is after system map mutex in global lock order, free()Konstantin Belousov2007-07-041-0/+2
* Continue kernel privilege cleanup for 7.0: unstaticize suser_enabled andRobert Watson2007-07-021-1/+0
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-6/+0
* Since locking in kern/subr_prof.c is changed a bit, we need nomore ofAttilio Rao2007-06-091-2/+0
* - Move clock synchronization into a seperate clock lock so the globalJeff Roberson2007-05-201-0/+2
* Add root_mounted() function that returns true if the root file system isPawel Jakub Dawidek2007-04-081-0/+1
* Add root_mount_wait() function which can be used to wait until the rootPawel Jakub Dawidek2007-04-031-0/+1
* Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes,John Baldwin2007-03-211-1/+1