summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apm/apm.c
Commit message (Expand)AuthorAgeFilesLines
* Mark global functions and/or variables in apm(8) static where possible.ed2011-11-061-1/+1
* Garbage collect unused variable, missed in r200840uqs2010-05-191-5/+0
* apm(8) is no longer linked to zzz(8), catch up.ru2009-12-221-10/+3
* Make apm(8) understand AC Line state 2 as "backup power".will2005-05-301-2/+2
* o Remove duplicate includes.maxim2005-01-011-2/+0
* Fix to not use 255, but instead use APM_UNKNOWN.imp2004-06-301-9/+9
* Remove a duplicated printf().mux2004-06-301-1/+0
* Tabs were accidentally lost in the last commit.mux2004-06-161-0/+3
* Factor out some duplicated code and fix some style(9) issues.mux2004-06-141-69/+62
* Check for >= 255 since sign extension from byte to u_int sometimes makesnjl2004-05-271-43/+39
* If mktime() or timegm() return -1, print out the resume timer value asrwatson2003-07-131-3/+6
* Fix a typo: "Managment" -> "Management".maxim2003-04-241-1/+1
* Add missing .Nm. Add FBSDID. fprintf -> warnx. Lowercase first letter insidecharnier2002-10-151-8/+5
* Remove extra args to printfimp2002-08-251-2/+2
* Don't dump all information about apm when only asked to enable/disable apmsobomax2002-07-261-0/+2
* Add output of per battery information to apm(1).ume2000-08-131-1/+53
* If caller have privilege to r/w access to /dev/apm, show theume2000-08-041-58/+65
* apm -d also needs a writable file descriptor.nsayer2000-07-231-1/+1
* When we're just reading info from the driver, attempt to open the apmimp2000-07-191-1/+4
* Cleanups, new options, and syntax changes w.r.t. the -e fiag I had justgreen2000-01-221-39/+75
* Add the apm -e argument, which will toggle the "enabled" status of APM.green2000-01-161-2/+17
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change to continue process after calling `Get Resume TImer' APMiwasaki1999-08-141-2/+2
* Reenable use of the APMIO_BIOS ioctl for now.msmith1999-07-301-7/+1
* Erk, more APMIO_BIOS stuff I missed. Temporarily disable the resume timermsmith1999-07-301-2/+7
* Make bcd2int work (resume time reporting now works.)green1999-07-201-3/+5
* Make wall_cmos do something.green1999-07-201-4/+13
* o Enable standby mode in apm utility. You need a newer kernel for thisimp1998-09-041-9/+188
* Updated my e-mail addresses.hosokawa1998-02-201-2/+2
* Output the estimated battery lifetime as "hh:mm:ss" along withjdp1997-11-121-5/+27
* Use warn rather than warnx to report errors opening the APM device.imp1997-11-061-3/+3
* Use err(3). Typo in man page.charnier1997-09-021-20/+19
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
* Remove an un-needed static declaration.nate1997-01-061-1/+1
* Re-write the driver to use getopt(), add the new display suspendnate1997-01-061-81/+102
* Open up /dev/apm instead of /dev/apm0.nate1996-03-181-1/+1
* Add the '-s' flag to apm which returns the status of the APM supportnate1996-03-131-3/+9
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Fixed a #include to point to machine/apm_bios.hphk1994-11-021-1/+1
* The latest user-land changes from the author. I added a big warning to thephk1994-11-011-3/+7
* Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.dg1994-10-011-0/+157
OpenPOWER on IntegriCloud