Age | Commit message (Expand) | Author |
2020-09-28 | Set hw.perfpolicy to "manual" and hw.setperf to max when handling -H | Jeremie Courreges-Anglas |
2020-09-24 | Always ask the kernel about current hw.perfpolicy | Jeremie Courreges-Anglas |
2020-09-23 | Zap code remnants of the "cool running mode" (removed in 2014) | Jeremie Courreges-Anglas |
2020-03-13 | Block autoaction after it kicks in, until 60 seconds after resume | Jeremie Courreges-Anglas |
2020-02-18 | Further unify apm events and timeout polling code | Jeremie Courreges-Anglas |
2020-02-12 | Reorder to handle apm events and timeouts with the same code | Jeremie Courreges-Anglas |
2020-02-12 | On APM_POWER_CHANGE events check battery life against autoaction level | Jeremie Courreges-Anglas |
2020-02-12 | Zap apmtimeout, the way it's used isn't meaningful any more | Jeremie Courreges-Anglas |
2019-11-02 | Write debug messages to stderr instead of stdout | Jeremie Courreges-Anglas |
2019-11-02 | Zap remnants from "cpu throttling on mp systems" introduced in rev 1.46 | Jeremie Courreges-Anglas |
2019-09-25 | When battery state switches to critical, apmd(8) generates an | Alexander Bluhm |
2019-07-25 | Fix another %m occurence | kn |
2019-07-24 | Fix format specifier in execl(3) error message | kn |
2019-07-22 | Zap useless globals | kn |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-12-04 | redo the debug logging to be more like everything else. | Ted Unangst |
2018-12-01 | Use strtonum(3) for -t seconds, improve errors on invalid number input | kn |
2018-11-30 | log current power status going into and out of suspend, since it may be | Ted Unangst |
2017-10-15 | Kill unused defines | Jeremie Courreges-Anglas |
2017-08-28 | add -z and -Z options to auto suspend or hibernate when low on battery. | Ted Unangst |
2015-11-16 | fix log messages, from jan stary | Ted Unangst |
2015-11-13 | apmd doesn't connect to the socket, it binds on it; tweak error message | Jeremie Courreges-Anglas |
2015-10-11 | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | Philip Guenther |
2015-08-28 | log battery changes every 10%, not every 21. | Ted Unangst |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-28 | Remove now useless defines | David Coppa |
2014-10-26 | Use socket(SOCK_CLOEXEC), open(O_CLOEXEC), and fcntl(F_DUPFD_CLOEXEC) | Philip Guenther |
2014-10-17 | remove -C from usage(); | Jason McIntyre |
2014-10-17 | remove performance throttling code from here, use the kernel version | Ted Unangst |
2014-09-26 | zap now unused "PERFINC" | David Coppa |
2014-09-26 | now that mp setperf is fixed, let's try aggressive throttling again. | Ted Unangst |
2014-09-15 | Remove non-standard <sys/dkstat.h> header. It has not contained anything | Miod Vallat |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2014-07-26 | Revert "adjust -C algorithm to be more aggressive in scaling up" for | Martin Pieuchot |
2014-07-22 | adjust -C algorithm to be more aggressive in scaling up. | Ted Unangst |
2013-11-13 | protos, and please gcc warnings about operator precedence | Theo de Raadt |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-05-19 | add some messages when entering suspend as well | Ted Unangst |
2013-05-15 | If execing an /etc/apm/* program fails, log the failure and error message. | Philip Guenther |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2012-03-26 | Add hibernate request support. Also installs a ZZZ binary for the | Theo de Raadt |
2011-04-21 | daemon() can fail; don't hide this for the user if that's the case. | Jasper Lievisse Adriaanse |
2010-04-02 | In automatic mode if the battery is absent go to 100% | Theo de Raadt |
2010-03-30 | revert revision 1.53. | Owain Ainsworth |
2009-08-04 | -epm are not relevant to most (any?) setups and quiet is good anyway: remove | Jason McIntyre |
2009-02-26 | Change apmd to use the new _REQ ioctls for zzz, this gives X a chance to | Owain Ainsworth |
2009-02-26 | revert 1.50 and 1.51. kettenis discovered they don't let his sparcle go slow... | Ted Unangst |
2009-02-04 | gollo@ thought the timeouts were a little short, and indeed, they are off by ... | Ted Unangst |
2009-02-03 | the prevalence of multi-core laptops revealed that taking the cpu average is | Ted Unangst |