| Commit message (Expand) | Author | Age | Files | Lines |
* | apm(8) is no longer linked to zzz(8), catch up. | ru | 2009-12-22 | 2 | -30/+17 |
* | Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c and | jkim | 2009-09-27 | 1 | -1/+1 |
* | Make apm(8) understand AC Line state 2 as "backup power". | will | 2005-05-30 | 2 | -4/+6 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-18 | 1 | -11/+11 |
* | o Remove duplicate includes. | maxim | 2005-01-01 | 1 | -2/+0 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -9/+18 |
* | 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 | 2 | -43/+40 |
* | Mark APM manpages as i386-only. | ru | 2004-01-21 | 2 | -1/+2 |
* | Remove the zzz files since they have been moved to src/usr.sbin/zzz | njl | 2003-07-14 | 3 | -100/+1 |
* | Change zzz to be a shell script that checks for APM or ACPI support and | njl | 2003-07-14 | 3 | -3/+101 |
* | If mktime() or timegm() return -1, print out the resume timer value as | rwatson | 2003-07-13 | 1 | -3/+6 |
* | Assorted mdoc(7) fixes. | ru | 2003-05-22 | 1 | -1/+1 |
* | The -t flag in the retired apmconf.8 is the same as "-h false" in the | tobez | 2003-05-01 | 1 | -1/+1 |
* | Fix a typo: "Managment" -> "Management". | maxim | 2003-04-24 | 1 | -1/+1 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -4/+4 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -2/+2 |
* | Add missing .Nm. Add FBSDID. fprintf -> warnx. Lowercase first letter inside | charnier | 2002-10-15 | 2 | -9/+8 |
* | 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 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+6 |
* | Minor grammar fix: | keramida | 2002-03-08 | 1 | -1/+1 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -2/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -15/+15 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -7/+7 |
* | Add missing "delta" argument to description headline of "apm" -r option | rse | 2000-11-12 | 1 | -1/+1 |
* | 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 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
* | Fixed breakage of installation of zzz.8 in previous commit. MLINKS | bde | 2000-01-25 | 1 | -1/+1 |
* | Add MLINK for apmconf(8). | asmodai | 2000-01-23 | 1 | -1/+1 |
* | Reflect that apmconf(8) has been absorbed by apm(8). | asmodai | 2000-01-23 | 1 | -0/+7 |
* | Import the apmconf function descriptions as per modified patch | asmodai | 2000-01-22 | 1 | -14/+28 |
* | 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 | 2 | -3/+21 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | 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 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+3 |