aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/powerd
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use threads when there's no real reason to.Dag-Erling Smørgrav2006-01-032-158/+142
* s/5.5/6.0/ in HISTORY section.Joel Dahl2005-11-241-1/+1
* -mdoc sweep.Ruslan Ermilov2005-11-181-1/+1
* Be more consistent with the rest of the manual page.Pawel Jakub Dawidek2005-11-061-2/+2
* Create the devd thread after we have called daemon(). Otherwise, it wouldNate Lawson2005-10-241-3/+3
* Whitespace fix.Nate Lawson2005-10-231-1/+1
* Set the signal handlers before creating the thread. This is so it inheritsNate Lawson2005-10-201-4/+15
* Use a pipe for reading devd events as another method of getting the AC lineNate Lawson2005-10-192-28/+179
* Accept "maximum" and "minimum" modes as well as their abbreviations.Dag-Erling Smørgrav2005-09-262-3/+3
* Test last minute changes, as gcc isn't too smart.Pawel Jakub Dawidek2005-08-241-1/+1
* Add '-P' option which allows to specify pidfile.Pawel Jakub Dawidek2005-08-243-7/+36
* Change the default adaptive algorithm for phk's one. Thanks to phkBruno Ducrot2005-08-241-11/+13
* powerd(8) requires root permissions to run so notify the user if theyNate Lawson2005-07-251-0/+4
* Ignore EPERM from sysctl(3). It is returned when passive coolingHajimu UMEMOTO2005-07-181-2/+5
* Fixed markup.Ruslan Ermilov2005-06-161-11/+16
* Drop the default running value to 60% from 80%. Testing shows that weNate Lawson2005-04-102-3/+3
* Add support for recording the total energy used (in joules) when inNate Lawson2005-04-101-6/+47
* man page -> manual pageChristian Brueffer2005-02-271-1/+1
* Move the AC line checking code into its own function, reducing theNate Lawson2005-02-271-40/+55
* Unbreak !i386 platforms. Only i386 has APM, so don't try to fallbackMarcel Moolenaar2005-02-271-1/+11
* Change the default levels for adaptive mode to 80% and 90%. On a systemNate Lawson2005-02-262-4/+4
* Remove SRCS line since it isn't needed for single-source programs.Nate Lawson2005-02-261-1/+0
* Import powerd(8), a utility for managing power consumption. Currently, itNate Lawson2005-02-263-0/+526