aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_power.c
Commit message (Expand)AuthorAgeFilesLines
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-3/+3
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* General consensus is that it would be even better to run this in aWarner Losh2005-11-091-1/+1
* Use intptr_t casts to convert void * <--> int to make 64-bit archs happy.John Baldwin2005-11-091-2/+2
* Kick off the suspend sequence from the keyboard in a SWI rather thanWarner Losh2005-11-091-2/+13
* Move the kernel power change printf under bootverbose since theNate Lawson2004-01-021-2/+5
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Use ISO 9X variadic macro format; arguments are not optional, justMark Murray2002-07-151-1/+1
* Add generalized power profile code.Mitsuru IWASAKI2002-03-041-0/+31
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-011-0/+76