Age | Commit message (Expand) | Author |
2023-04-27 | zap APM_CANCEL, dead since import; OK tb | Klemens Nanni |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-05-28 | rework the power status changes text; | Jason McIntyre |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-02-18 | apmd should replace /etc/random.seed for hibernate-resumes (and also | Theo de Raadt |
2022-02-18 | shut apmd up while the battery is coming to the full capacity when charging | Robert Nagy |
2022-02-06 | now that APM_BATT_CHARGING is also set in acpi and on some m1 devices | Robert Nagy |
2021-11-03 | adjust for perfpolicy being auto by default; ok deraadt | Jason McIntyre |
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 |