summaryrefslogtreecommitdiffstats
path: root/sys/sys/systm.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r272673:Luiz Otavio O Souza2015-10-201-0/+1
* MFC r288446: Disable suspend during shutdown.cperciva2015-10-081-0/+1
* MFC r279433 (by rstone): Implement asprintf in libkernmav2015-10-051-0/+4
* MFC r283600:kib2015-06-101-0/+2
* MFC r281915:markj2015-05-291-0/+1
* MFC 278474,278476,280279:jhb2015-04-141-27/+0
* MFC 276724:jhb2015-04-021-2/+3
* MFC 273800:jhb2015-02-101-1/+1
* Merge the fueword(9) and casueword(9). In particular,kib2014-11-181-11/+18
* MFC r272536:kib2014-10-111-0/+2
* MFC 264019, 264041, 264048, 264049, 264050, 264051ian2014-05-171-0/+2
* MFC r261786, r261789ian2014-05-151-2/+2
* MFC r261038, r261039, r261040, r261041ian2014-05-141-0/+4
* Merge r257996,r258001,r258069 from head: fixes for HyperV guest.pluknet2013-11-141-1/+3
* MFC r256502:kib2013-10-251-0/+2
* MFC r256425:gibbs2013-10-181-1/+1
* Add a vtprintf. It is to tprintf what vprintf is to printf.np2013-09-071-0/+1
* Move the definition of the struct unrhdr into a separate header file,kib2013-08-301-0/+1
* 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
OpenPOWER on IntegriCloud