aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/powerd
Commit message (Expand)AuthorAgeFilesLines
* powerd.8: Improve style & fix typosMateusz Piotrowski2020-03-031-23/+26
* Add -N option to powerd(8) to ignore "nice" time.Colin Percival2020-02-292-10/+26
* powerd(8): Fix a memory leak when we fail to read frequency levels.Mark Johnston2019-12-291-1/+3
* powerd(8): allow to force a method of battery state queryAndriy Voskoboinyk2019-01-062-9/+55
* powerd: correct ifdef check for ppcEitan Adler2018-06-271-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Directly set the NONBLOCK flags when creating the socketBaptiste Daroussin2016-05-101-8/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-2/+7
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-0/+1
| |\
| * \ Merge from headSimon J. Gerraty2013-09-052-25/+41
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | Add comment explaining existing powerd behavior on SMP systems.Alexander Motin2015-03-201-0/+6
* | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | In acline_init(), initialize ac_line to SRC_UNKNOWN. PreviouslyChristian Brueffer2014-02-111-0/+1
| |/ |/|
* | 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