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