Age | Commit message (Expand) | Author |
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 |
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-24 | Steven Roberts sent me a patch updating the various setperf thresholds. | Ted Unangst |
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-10-28 | wording clarification; from Jan Stary | Jason McIntyre |
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 |
2010-02-28 | build for loongson; ok miod@ jasper@ matthieu@ | Otto Moerbeek |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
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 |
2008-08-11 | Build apm(8) and apmd(8) on sparc64. | Mark Kettenis |
2007-12-05 | make description of -A and -C more consistent; | Jason McIntyre |
2007-12-05 | some minor changes in .Nd and DESCRIPTION to make this more consistent | Jason McIntyre |
2007-11-24 | cope with incorrect extra arguments; from Rodolfo Gouveia | Theo de Raadt |
2007-07-18 | Fix uninitialised variable 'sum' in single-processor idle calculation. | Ryan Thomas McBride |
2007-06-03 | the kernel starts with setperf=100, even though the bios may have throttled. | Ted Unangst |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-28 | support for cpu throttling on mp systems | Nikolay Sturm |
2007-03-29 | sync sync sync is so 1970; ok miod | Theo de Raadt |
2006-05-16 | typo | Ian Darwin |
2006-04-12 | do not pass uninitialized variable cpuspeed up; ok kettenis | Theo de Raadt |
2006-03-15 | consistently use power *states* and performance *modes* | Nikolay Sturm |
2006-03-14 | install these on amd64 | Nikolay Sturm |
2006-01-28 | be less verbose: | Nikolay Sturm |
2006-01-19 | prompted by deraadt: | Nikolay Sturm |
2005-12-02 | remove trailing whitespace; | Jason McIntyre |
2005-12-02 | sync usage to man page | Theo de Raadt |