aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/powerd
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixes: remove tabs on blank links, spaces following content,Warren Block2013-07-041-8/+8
* Put the power modes in a list to make them easier to find.Warren Block2013-07-041-17/+33
* Improve error reporting when no cpufreq(4) support is available.Robert Millan2012-04-091-1/+2
* Add missing static keyword.Ed Schouten2011-12-111-1/+1
* Add -m and -M options to control the minimum and maximum frequency.Rebecca Cran2010-08-172-8/+88
* Freq sysctls are quite heavy due to set of malloc()/free() calls. AvoidAlexander Motin2010-06-161-9/+21
* then -> thanJoerg Wunsch2010-03-151-1/+1
* Since APM is a legacy technology, that won't be adapted to otherWarner Losh2010-02-042-4/+4
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
* Grammar and minor tweaks to powerd(8) man page.Gavin Atkinson2009-12-211-4/+5
* Teach powerd how to query the PMU AC line state on PowerPC.Nathan Whitehorn2009-05-311-10/+18
* Fix a typo higter->higher.Tom Rhodes2008-12-241-2/+2
* Restore original frequency on exit.Alexander Motin2008-11-181-2/+4
* Set of powerd enchancements:Alexander Motin2008-11-182-89/+154
* Add an abbreviation for adaptive mode, and document all the abreviations.David E. O'Brien2008-06-222-1/+2
* getopt(3) returns -1, not EOF.Kevin Lo2008-02-181-1/+1
* Failing to set new frequency should not lead to powerd exiting.Dmitry Morozovsky2007-06-131-1/+1
* Back out revs 1.18 and 1.19; they were based on incorrect assumptions.Dag-Erling Smørgrav2006-02-191-4/+0
* Look for cpu/ichss instead of cpu/p4tcc, which is i386/amd64-only.Dag-Erling Smørgrav2006-02-181-1/+1
* Load cpufreq at startup if it isn't there already.Dag-Erling Smørgrav2006-02-181-0/+4
* 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