| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | o Enable standby mode in apm utility. You need a newer kernel for this | imp | 1998-09-04 | 2 | -11/+203 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
* | Updated my e-mail addresses. | hosokawa | 1998-02-20 | 2 | -4/+4 |
* | Fix a couple of typos. | steve | 1998-01-25 | 1 | -4/+5 |
* | Output the estimated battery lifetime as "hh:mm:ss" along with | jdp | 1997-11-12 | 2 | -6/+33 |
* | Use warn rather than warnx to report errors opening the APM device. | imp | 1997-11-06 | 1 | -3/+3 |
* | Correct the description of the output from the "-s" option. It was | jdp | 1997-09-29 | 1 | -2/+2 |
* | Use err(3). Typo in man page. | charnier | 1997-09-02 | 2 | -25/+24 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -1/+1 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 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 | 2 | -100/+121 |