| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing static keyword. | ed | 2011-12-11 | 1 | -1/+1 |
* | Add -m and -M options to control the minimum and maximum frequency. | brucec | 2010-08-17 | 2 | -8/+88 |
* | Freq sysctls are quite heavy due to set of malloc()/free() calls. Avoid | mav | 2010-06-16 | 1 | -9/+21 |
* | then -> than | joerg | 2010-03-15 | 1 | -1/+1 |
* | Since APM is a legacy technology, that won't be adapted to other | imp | 2010-02-04 | 2 | -4/+4 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | ANSIfy almost all applications that use WARNS=6. | ed | 2009-12-29 | 1 | -1/+1 |
* | Grammar and minor tweaks to powerd(8) man page. | gavin | 2009-12-21 | 1 | -4/+5 |
* | Teach powerd how to query the PMU AC line state on PowerPC. | nwhitehorn | 2009-05-31 | 1 | -10/+18 |
* | Fix a typo higter->higher. | trhodes | 2008-12-24 | 1 | -2/+2 |
* | Restore original frequency on exit. | mav | 2008-11-18 | 1 | -2/+4 |
* | Set of powerd enchancements: | mav | 2008-11-18 | 2 | -89/+154 |
* | Add an abbreviation for adaptive mode, and document all the abreviations. | obrien | 2008-06-22 | 2 | -1/+2 |
* | getopt(3) returns -1, not EOF. | kevlo | 2008-02-18 | 1 | -1/+1 |
* | Failing to set new frequency should not lead to powerd exiting. | marck | 2007-06-13 | 1 | -1/+1 |
* | Back out revs 1.18 and 1.19; they were based on incorrect assumptions. | des | 2006-02-19 | 1 | -4/+0 |
* | Look for cpu/ichss instead of cpu/p4tcc, which is i386/amd64-only. | des | 2006-02-18 | 1 | -1/+1 |
* | Load cpufreq at startup if it isn't there already. | des | 2006-02-18 | 1 | -0/+4 |
* | Don't use threads when there's no real reason to. | des | 2006-01-03 | 2 | -158/+142 |
* | s/5.5/6.0/ in HISTORY section. | joel | 2005-11-24 | 1 | -1/+1 |
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -1/+1 |
* | Be more consistent with the rest of the manual page. | pjd | 2005-11-06 | 1 | -2/+2 |
* | Create the devd thread after we have called daemon(). Otherwise, it would | njl | 2005-10-24 | 1 | -3/+3 |
* | Whitespace fix. | njl | 2005-10-23 | 1 | -1/+1 |
* | Set the signal handlers before creating the thread. This is so it inherits | njl | 2005-10-20 | 1 | -4/+15 |
* | Use a pipe for reading devd events as another method of getting the AC line | njl | 2005-10-19 | 2 | -28/+179 |
* | Accept "maximum" and "minimum" modes as well as their abbreviations. | des | 2005-09-26 | 2 | -3/+3 |
* | Test last minute changes, as gcc isn't too smart. | pjd | 2005-08-24 | 1 | -1/+1 |
* | Add '-P' option which allows to specify pidfile. | pjd | 2005-08-24 | 3 | -7/+36 |
* | Change the default adaptive algorithm for phk's one. Thanks to phk | bruno | 2005-08-24 | 1 | -11/+13 |
* | powerd(8) requires root permissions to run so notify the user if they | njl | 2005-07-25 | 1 | -0/+4 |
* | Ignore EPERM from sysctl(3). It is returned when passive cooling | ume | 2005-07-18 | 1 | -2/+5 |
* | Fixed markup. | ru | 2005-06-16 | 1 | -11/+16 |
* | Drop the default running value to 60% from 80%. Testing shows that we | njl | 2005-04-10 | 2 | -3/+3 |
* | Add support for recording the total energy used (in joules) when in | njl | 2005-04-10 | 1 | -6/+47 |
* | man page -> manual page | brueffer | 2005-02-27 | 1 | -1/+1 |
* | Move the AC line checking code into its own function, reducing the | njl | 2005-02-27 | 1 | -40/+55 |
* | Unbreak !i386 platforms. Only i386 has APM, so don't try to fallback | marcel | 2005-02-27 | 1 | -1/+11 |
* | Change the default levels for adaptive mode to 80% and 90%. On a system | njl | 2005-02-26 | 2 | -4/+4 |
* | Remove SRCS line since it isn't needed for single-source programs. | njl | 2005-02-26 | 1 | -1/+0 |
* | Import powerd(8), a utility for managing power consumption. Currently, it | njl | 2005-02-26 | 3 | -0/+526 |