| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark global functions and/or variables in apm(8) static where possible. | ed | 2011-11-06 | 1 | -1/+1 |
* | Garbage collect unused variable, missed in r200840 | uqs | 2010-05-19 | 1 | -5/+0 |
* | apm(8) is no longer linked to zzz(8), catch up. | ru | 2009-12-22 | 1 | -10/+3 |
* | Make apm(8) understand AC Line state 2 as "backup power". | will | 2005-05-30 | 1 | -2/+2 |
* | o Remove duplicate includes. | maxim | 2005-01-01 | 1 | -2/+0 |
* | Fix to not use 255, but instead use APM_UNKNOWN. | imp | 2004-06-30 | 1 | -9/+9 |
* | Remove a duplicated printf(). | mux | 2004-06-30 | 1 | -1/+0 |
* | Tabs were accidentally lost in the last commit. | mux | 2004-06-16 | 1 | -0/+3 |
* | Factor out some duplicated code and fix some style(9) issues. | mux | 2004-06-14 | 1 | -69/+62 |
* | Check for >= 255 since sign extension from byte to u_int sometimes makes | njl | 2004-05-27 | 1 | -43/+39 |
* | If mktime() or timegm() return -1, print out the resume timer value as | rwatson | 2003-07-13 | 1 | -3/+6 |
* | Fix a typo: "Managment" -> "Management". | maxim | 2003-04-24 | 1 | -1/+1 |
* | Add missing .Nm. Add FBSDID. fprintf -> warnx. Lowercase first letter inside | charnier | 2002-10-15 | 1 | -8/+5 |
* | Remove extra args to printf | imp | 2002-08-25 | 1 | -2/+2 |
* | Don't dump all information about apm when only asked to enable/disable apm | sobomax | 2002-07-26 | 1 | -0/+2 |
* | Add output of per battery information to apm(1). | ume | 2000-08-13 | 1 | -1/+53 |
* | If caller have privilege to r/w access to /dev/apm, show the | ume | 2000-08-04 | 1 | -58/+65 |
* | apm -d also needs a writable file descriptor. | nsayer | 2000-07-23 | 1 | -1/+1 |
* | When we're just reading info from the driver, attempt to open the apm | imp | 2000-07-19 | 1 | -1/+4 |
* | Cleanups, new options, and syntax changes w.r.t. the -e fiag I had just | green | 2000-01-22 | 1 | -39/+75 |
* | Add the apm -e argument, which will toggle the "enabled" status of APM. | green | 2000-01-16 | 1 | -2/+17 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Change to continue process after calling `Get Resume TImer' APM | iwasaki | 1999-08-14 | 1 | -2/+2 |
* | Reenable use of the APMIO_BIOS ioctl for now. | msmith | 1999-07-30 | 1 | -7/+1 |
* | Erk, more APMIO_BIOS stuff I missed. Temporarily disable the resume timer | msmith | 1999-07-30 | 1 | -2/+7 |
* | Make bcd2int work (resume time reporting now works.) | green | 1999-07-20 | 1 | -3/+5 |
* | Make wall_cmos do something. | green | 1999-07-20 | 1 | -4/+13 |
* | o Enable standby mode in apm utility. You need a newer kernel for this | imp | 1998-09-04 | 1 | -9/+188 |
* | Updated my e-mail addresses. | hosokawa | 1998-02-20 | 1 | -2/+2 |
* | Output the estimated battery lifetime as "hh:mm:ss" along with | jdp | 1997-11-12 | 1 | -5/+27 |
* | Use warn rather than warnx to report errors opening the APM device. | imp | 1997-11-06 | 1 | -3/+3 |
* | Use err(3). Typo in man page. | charnier | 1997-09-02 | 1 | -20/+19 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -1/+1 |
* | Remove an un-needed static declaration. | nate | 1997-01-06 | 1 | -1/+1 |
* | Re-write the driver to use getopt(), add the new display suspend | nate | 1997-01-06 | 1 | -81/+102 |
* | Open up /dev/apm instead of /dev/apm0. | nate | 1996-03-18 | 1 | -1/+1 |
* | Add the '-s' flag to apm which returns the status of the APM support | nate | 1996-03-13 | 1 | -3/+9 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
* | Fixed a #include to point to machine/apm_bios.h | phk | 1994-11-02 | 1 | -1/+1 |
* | The latest user-land changes from the author. I added a big warning to the | phk | 1994-11-01 | 1 | -3/+7 |
* | Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi. | dg | 1994-10-01 | 1 | -0/+157 |