summaryrefslogtreecommitdiff
path: root/usr.sbin/apm
Commit message (Collapse)AuthorAgeFilesLines
* MFC: typo fixesSteve Price1998-02-011-4/+5
| | | | | | | PR: 5561 Notes: svn path=/stable/2.2/; revision=32971
* MFC:Nate Williams1997-11-042-98/+119
| | | | | | | | | | - Lots of cleanups, getopt changes, manpage updates. - new display/suspend function. [ The latter is to reflect changes made to the kernel ] Notes: svn path=/stable/2.2/; revision=30939
* Merge from main branch 1.4 -> 1.5: fix backward description of "-s".John Polstra1997-09-291-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=29986
* MFC: Use err(3). Typo in man page.Philippe Charnier1997-09-032-20/+19
| | | | Notes: svn path=/stable/2.2/; revision=29056
* delete MANDIR=/usr/share/man/man,Wolfram Schneider1996-05-211-1/+3
| | | | | | | it breaks `env MANDIR=<dir> make maninstall' Notes: svn path=/head/; revision=15842
* Open up /dev/apm instead of /dev/apm0.Nate Williams1996-03-181-1/+1
| | | | Notes: svn path=/head/; revision=14674
* Add the '-s' flag to apm which returns the status of the APM supportNate Williams1996-03-132-4/+19
| | | | | | | | | (enable/disabled) now that the APM_GETINFO ioctl returns the necessary information. Also, print out the status along with the other information as the default behavior. Notes: svn path=/head/; revision=14609
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8857
* make the right link to "zzz"Poul-Henning Kamp1994-11-021-1/+1
| | | | Notes: svn path=/head/; revision=4081
* Fixed a #include to point to machine/apm_bios.hPoul-Henning Kamp1994-11-021-1/+1
| | | | Notes: svn path=/head/; revision=4075
* The latest user-land changes from the author. I added a big warning to thePoul-Henning Kamp1994-11-013-11/+99
| | | | | | | | | apm.4 man-page. I also hope the Makefiles make sense now. Submitted by: HOSOKAWA Tatsumi Notes: svn path=/head/; revision=4062
* Stop "make install" from falling over if DESTDIR is defined.Poul-Henning Kamp1994-10-151-2/+2
| | | | Notes: svn path=/head/; revision=3606
* Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.David Greenman1994-10-012-0/+167
Submitted by: HOSOKAWA Tatsumi Notes: svn path=/head/; revision=3259