summaryrefslogtreecommitdiffstats
path: root/sys/sys/systm.h
Commit message (Expand)AuthorAgeFilesLines
* Make kassert_printf use __printflike.alfred2013-07-071-1/+1
* Move CRITICAL_ASSERT() macro to systm.h, where the critical(9)glebius2013-04-061-0/+6
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-0/+1
* Move the callout subsystem initialization to its own SYSINIT()andre2013-03-081-2/+0
* MFcalloutng:davide2013-03-041-6/+19
* - Make callout(9) tickless, relying on eventtimers(4) as backend fordavide2013-03-041-0/+1
* Remove a couple of unused include.davide2013-03-031-1/+0
* MFcalloutng:davide2013-02-281-1/+2
* splsoftvm() is no longer in the tree. gc.imp2013-02-211-1/+0
* Remove splsoftclock() since it is now gone.imp2013-02-211-1/+0
* Remove the unused spl functions: spl0, splsoftcam, splsofttty,imp2013-02-201-5/+0
* fix some fat-fingering in r246246avg2013-02-021-1/+1
* print compiler version in the kernel banneravg2013-02-021-0/+1
* Switch the hardwired WITNESS panics to kassert_panic.alfred2012-12-111-1/+3
* Allow KASSERT to log instead of panic.alfred2012-12-071-2/+4
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Idle ticks optimization:mav2012-03-101-1/+3
* Fix found places where uio_resid is truncated to int.kib2012-02-211-0/+3
* 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
OpenPOWER on IntegriCloud