Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning: return type of `main' is not `int' | peter | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | Fix debut version to 3.3, not 4.0. | iwasaki | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | Handle CAPABILITIESCHANGE event. | iwasaki | 1999-09-11 | 1 | -0/+2 |
| | | | | Document USERSTANDBYREQ and CAPABILITIESCHANGE events to apmd manpage. | ||||
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 7 | -7/+7 |
| | |||||
* | Fix typo ($Id: ... % --> $Id: ... $). | iwasaki | 1999-07-10 | 1 | -1/+1 |
| | |||||
* | The apmd package provides a means of handling various APM events from | iwasaki | 1999-07-10 | 8 | -0/+1697 |
userland code. Using apmd.conf, the apmd(8) configuration file, you can select the APM events to be handled from userland and specify the commands for a given event, allowing APM behaviour to be configured flexibly. Have Fun! Submitted by: iwasaki, KOIE Hidetaka <hide@koie.org> Reviewed by: -hackers, -mobile and bsd-nomads ML folks. Contributed by: Warner Losh <imp@FreeBSD.org>, Hiroshi Yamashita <bluemoon@msj.biglobe.ne.jp>, Yoshihiko SARUMARU <mistral@imasy.or.jp>, Norihiro Kumagai <kuma@nk.rim.or.jp>, NAKAGAWA Yoshihisa <nakagawa@jp.FreeBSD.org>, and Nick Hilliard <nick@foobar.org>. |