summaryrefslogtreecommitdiffstats
path: root/sys/sys/systm.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid to check the same cache line/variable from all the lockingattilio2012-01-281-2/+1
* Reimplement CTASSERT() using _Static_assert().ed2011-12-131-4/+2
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseavg2011-12-111-0/+9
* remove RESTARTABLE_PANICS optionavg2011-07-251-4/+0
* Add a facility to disable processing page faults. When activated,kib2011-07-091-0/+4
* Implement bitcount16.kib2011-07-091-0/+11
* Set negative quality to TSC timecounter when C3 state is enabled for Inteljkim2011-06-221-0/+1
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-1/+0
* Usa a globally visible region of zeros for both /dev/zero and the mdmdf2011-05-131-0/+3
* bitcount32: replace lengthy comment with a reference to SWARavg2011-05-101-38/+2
* Fix typo.kib2011-04-241-1/+1
* Modestly increase the maximum allowed size of the kmem map on i386.alc2011-03-231-1/+0
* Rename boot() to kern_reboot() and make it visible outside ofmarcel2010-10-181-1/+2
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-4/+6
* Move functions declaration to MI code, following implementation.mav2010-07-151-0/+4
* Extend the kernel unit number allocator for allocating specific unitjh2010-07-051-0/+1
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-0/+2
* - Implement MI helper functions, dividing one or two timer interrupts withmav2010-05-241-0/+2
* Make the comment follow style(9) format.ivoras2010-03-031-2/+4
* Document the VM detection type and sysctl a bit better.ivoras2010-03-021-0/+3
* When running as a guest operating system, the FreeBSD kernel must assumealc2010-02-271-0/+3
* Eliminate an unused declaration.alc2010-02-201-2/+0
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicbrooks2010-01-121-0/+1
* Merge change r198561 from projects/mips to head:imp2010-01-101-0/+1
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+1
* * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check toattilio2009-08-171-3/+10
* Add a new macro to test that a variable could be loaded atomically.bz2009-08-141-0/+4
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-2/+0
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+1
* Revert r190676,190677thompsa2009-04-101-1/+1
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-1/+1
* Extract the no_poll() and vop_nopoll() code into the common routinekib2009-03-061-0/+2
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-0/+1
* Add cr_canseeinpcb() doing checks using the cached socketbz2008-10-171-0/+2
* Move uminor() and umajor() to the same place as userspace minor() and major().ed2008-09-271-2/+0
* Various whitespace fixes.jhb2008-09-101-1/+1
* Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's.ed2008-06-121-1/+0
* Remove some DTrace hook definitions that are now in dtrace_bsd.hjb2008-05-181-6/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-0/+2
* Remove kernel support for M:N threading.jeff2008-03-121-1/+0
* Refactor select to reduce contention and hide internal implementationjeff2007-12-161-4/+0
* Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.kib2007-12-041-0/+1
* I don't know what I was smoking when I wrote these three years ago; thedes2007-10-131-2/+3
* Since cdev mutex is after system map mutex in global lock order, free()kib2007-07-041-0/+2
* Continue kernel privilege cleanup for 7.0: unstaticize suser_enabled andrwatson2007-07-021-1/+0
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-6/+0
* Since locking in kern/subr_prof.c is changed a bit, we need nomore ofattilio2007-06-091-2/+0
* - Move clock synchronization into a seperate clock lock so the globaljeff2007-05-201-0/+2
* Add root_mounted() function that returns true if the root file system ispjd2007-04-081-0/+1
* Add root_mount_wait() function which can be used to wait until the rootpjd2007-04-031-0/+1
OpenPOWER on IntegriCloud