Age | Commit message (Expand) | Author |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-07-08 | typo: hibenate -> hibernate | Theo Buehler |
2021-04-18 | Simpler error handling for suspend()/hibernate() | Jeremie Courreges-Anglas |
2021-04-06 | handle_client() doesn't need to return a value | Jeremie Courreges-Anglas |
2021-04-06 | Missing indentation, ok kn@ | Jeremie Courreges-Anglas |
2021-04-06 | Bump APMD_VNO, for the size of struct apm_reply has changed | Jeremie Courreges-Anglas |
2021-04-06 | Make apm(8) report apmd(8) failure | kn |
2021-03-29 | Install apm(8) and and apmd(8) under MI MANPATH | kn |
2021-03-25 | Log ioctl failures | kn |
2021-03-16 | Do not delete control socket upon exit | kn |
2021-03-11 | Use unveil(2) | kn |
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-07-15 | powerpc64 has the sysctl's for power control, so it can use the | Theo de Raadt |
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 |
2020-01-25 | With -d, messages are now printed on stderr | 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 |
2019-01-23 | enable the apm(4) programs on arm64 | Peter Hessler |
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-29 | zap trailing whitespace; | Jason McIntyre |
2017-08-28 | add -z and -Z options to auto suspend or hibernate when low on battery. | Ted Unangst |
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther |
2016-09-01 | remove sparc | 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-12 | add missing .Pa macros; patch from Theo Buehler <theo at math dot ethz dot ch> | Ingo Schwarze |
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-12-31 | Mention previously missing '/etc/apm/hibernate' action | David Coppa |
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 |