aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/apmd
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+1
| | | | Notes: svn path=/head/; revision=51287
* Fix debut version to 3.3, not 4.0.Mitsuru IWASAKI1999-09-111-1/+1
| | | | Notes: svn path=/head/; revision=51179
* Handle CAPABILITIESCHANGE event.Mitsuru IWASAKI1999-09-111-0/+2
| | | | | | | Document USERSTANDBYREQ and CAPABILITIESCHANGE events to apmd manpage. Notes: svn path=/head/; revision=51163
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50488
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
| | | | Notes: svn path=/head/; revision=50479
* Fix typo ($Id: ... % --> $Id: ... $).Mitsuru IWASAKI1999-07-101-1/+1
| | | | Notes: svn path=/head/; revision=48737
* The apmd package provides a means of handling various APM events fromMitsuru IWASAKI1999-07-108-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>. Notes: svn path=/cvs2svn/branches/IWASAKI/; revision=48730