summaryrefslogtreecommitdiffstats
path: root/usr.sbin/powerd/powerd.c
Commit message (Expand)AuthorAgeFilesLines
* Restore original frequency on exit.mav2008-11-181-2/+4
* Set of powerd enchancements:mav2008-11-181-79/+143
* Add an abbreviation for adaptive mode, and document all the abreviations.obrien2008-06-221-1/+1
* getopt(3) returns -1, not EOF.kevlo2008-02-181-1/+1
* Failing to set new frequency should not lead to powerd exiting.marck2007-06-131-1/+1
* Back out revs 1.18 and 1.19; they were based on incorrect assumptions.des2006-02-191-4/+0
* Look for cpu/ichss instead of cpu/p4tcc, which is i386/amd64-only.des2006-02-181-1/+1
* Load cpufreq at startup if it isn't there already.des2006-02-181-0/+4
* Don't use threads when there's no real reason to.des2006-01-031-157/+138
* Create the devd thread after we have called daemon(). Otherwise, it wouldnjl2005-10-241-3/+3
* Whitespace fix.njl2005-10-231-1/+1
* Set the signal handlers before creating the thread. This is so it inheritsnjl2005-10-201-4/+15
* Use a pipe for reading devd events as another method of getting the AC linenjl2005-10-191-28/+178
* Accept "maximum" and "minimum" modes as well as their abbreviations.des2005-09-261-2/+2
* Test last minute changes, as gcc isn't too smart.pjd2005-08-241-1/+1
* Add '-P' option which allows to specify pidfile.pjd2005-08-241-7/+28
* Change the default adaptive algorithm for phk's one. Thanks to phkbruno2005-08-241-11/+13
* powerd(8) requires root permissions to run so notify the user if theynjl2005-07-251-0/+4
* Ignore EPERM from sysctl(3). It is returned when passive coolingume2005-07-181-2/+5
* Drop the default running value to 60% from 80%. Testing shows that wenjl2005-04-101-2/+2
* Add support for recording the total energy used (in joules) when innjl2005-04-101-6/+47
* Move the AC line checking code into its own function, reducing thenjl2005-02-271-40/+55
* Unbreak !i386 platforms. Only i386 has APM, so don't try to fallbackmarcel2005-02-271-1/+11
* Change the default levels for adaptive mode to 80% and 90%. On a systemnjl2005-02-261-2/+2
* Import powerd(8), a utility for managing power consumption. Currently, itnjl2005-02-261-0/+390
OpenPOWER on IntegriCloud