| Commit message (Expand) | Author | Age | Files | Lines |
* | Install apm(8) and and apmd(8) under MI MANPATH |  kn | 2021-03-29 | 1 | -2/+1 |
* | Log ioctl failures |  kn | 2021-03-25 | 1 | -4/+7 |
* | Do not delete control socket upon exit |  kn | 2021-03-16 | 1 | -14/+1 |
* | Use unveil(2) |  kn | 2021-03-11 | 1 | -1/+6 |
* | Set hw.perfpolicy to "manual" and hw.setperf to max when handling -H |  jca | 2020-09-28 | 1 | -14/+14 |
* | Always ask the kernel about current hw.perfpolicy |  jca | 2020-09-24 | 1 | -10/+20 |
* | Zap code remnants of the "cool running mode" (removed in 2014) |  jca | 2020-09-23 | 3 | -8/+3 |
* | powerpc64 has the sysctl's for power control, so it can use the |  deraadt | 2020-07-15 | 1 | -2/+3 |
* | Block autoaction after it kicks in, until 60 seconds after resume |  jca | 2020-03-13 | 2 | -11/+29 |
* | Further unify apm events and timeout polling code |  jca | 2020-02-18 | 1 | -59/+46 |
* | Reorder to handle apm events and timeouts with the same code |  jca | 2020-02-12 | 1 | -43/+47 |
* | On APM_POWER_CHANGE events check battery life against autoaction level |  jca | 2020-02-12 | 1 | -3/+16 |
* | Zap apmtimeout, the way it's used isn't meaningful any more |  jca | 2020-02-12 | 1 | -9/+3 |
* | With -d, messages are now printed on stderr |  jca | 2020-01-25 | 1 | -3/+3 |
* | Write debug messages to stderr instead of stdout |  jca | 2019-11-02 | 1 | -3/+3 |
* | Zap remnants from "cpu throttling on mp systems" introduced in rev 1.46 |  jca | 2019-11-02 | 1 | -11/+1 |
* | When battery state switches to critical, apmd(8) generates an |  bluhm | 2019-09-25 | 1 | -4/+7 |
* | Fix another %m occurence |  kn | 2019-07-25 | 1 | -2/+2 |
* | Fix format specifier in execl(3) error message |  kn | 2019-07-24 | 1 | -2/+2 |
* | Zap useless globals |  kn | 2019-07-22 | 1 | -6/+3 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -8/+9 |
* | enable the apm(4) programs on arm64 |  phessler | 2019-01-23 | 1 | -5/+5 |
* | redo the debug logging to be more like everything else. |  tedu | 2018-12-04 | 2 | -35/+48 |
* | Use strtonum(3) for -t seconds, improve errors on invalid number input |  kn | 2018-12-01 | 1 | -6/+7 |
* | log current power status going into and out of suspend, since it may be |  tedu | 2018-11-30 | 1 | -4/+15 |
* | Kill unused defines |  jca | 2017-10-15 | 1 | -4/+1 |
* | zap trailing whitespace; |  jmc | 2017-08-29 | 1 | -3/+3 |
* | add -z and -Z options to auto suspend or hibernate when low on battery. |  tedu | 2017-08-28 | 2 | -6/+57 |
* | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken |  guenther | 2016-09-03 | 1 | -4/+3 |
* | remove sparc |  tedu | 2016-09-01 | 1 | -3/+3 |
* | fix log messages, from jan stary |  tedu | 2015-11-16 | 1 | -3/+3 |
* | apmd doesn't connect to the socket, it binds on it; tweak error message |  jca | 2015-11-13 | 1 | -2/+2 |
* | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept |  guenther | 2015-10-11 | 1 | -4/+3 |
* | log battery changes every 10%, not every 21. |  tedu | 2015-08-28 | 1 | -2/+2 |
* | add missing .Pa macros; patch from Theo Buehler <theo at math dot ethz dot ch> |  schwarze | 2015-02-12 | 1 | -10/+10 |
* | Handle hibernate button in the same way as suspend does: send an |  dcoppa | 2015-02-06 | 1 | -3/+8 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+4 |
* | Mention previously missing '/etc/apm/hibernate' action |  dcoppa | 2014-12-31 | 1 | -4/+7 |
* | Remove now useless defines |  dcoppa | 2014-10-28 | 1 | -6/+1 |
* | Use socket(SOCK_CLOEXEC), open(O_CLOEXEC), and fcntl(F_DUPFD_CLOEXEC) |  guenther | 2014-10-26 | 1 | -5/+2 |
* | remove -C from usage(); |  jmc | 2014-10-17 | 1 | -2/+2 |
* | remove performance throttling code from here, use the kernel version |  tedu | 2014-10-17 | 2 | -205/+38 |
* | zap now unused "PERFINC" |  dcoppa | 2014-09-26 | 1 | -3/+4 |
* | now that mp setperf is fixed, let's try aggressive throttling again. |  tedu | 2014-09-26 | 1 | -8/+7 |
* | Remove non-standard <sys/dkstat.h> header. It has not contained anything |  miod | 2014-09-15 | 1 | -2/+2 |
* | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) |  guenther | 2014-08-15 | 1 | -4/+3 |
* | Revert "adjust -C algorithm to be more aggressive in scaling up" for |  mpi | 2014-07-26 | 1 | -7/+8 |
* | Steven Roberts sent me a patch updating the various setperf thresholds. |  tedu | 2014-07-24 | 1 | -23/+7 |
* | adjust -C algorithm to be more aggressive in scaling up. |  tedu | 2014-07-22 | 1 | -8/+7 |
* | protos, and please gcc warnings about operator precedence |  deraadt | 2013-11-13 | 1 | -2/+4 |