Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor grammar fix: | keramida | 2002-03-08 | 1 | -1/+1 |
| | | | | s/will be resume/will be resumed/ | ||||
* | 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 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | 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 |
| | | | | to be consistent with descriptions of other options which take arguments. | ||||
* | Add output of per battery information to apm(1). | ume | 2000-08-13 | 1 | -1/+53 |
| | | | | | | New ioctl APMIO_GETPWSTATUS is introduced. Reviewed by: -mobile and -current folks (no objection) | ||||
* | If caller have privilege to r/w access to /dev/apm, show the | ume | 2000-08-04 | 1 | -58/+65 |
| | | | | | | info about resume timer and resume on ring indicator, again. Reviewed by: imp | ||||
* | 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 |
| | | | | device read only so we can suppot a readonly apm device. | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Fixed breakage of installation of zzz.8 in previous commit. MLINKS | bde | 2000-01-25 | 1 | -1/+1 |
| | | | | consists of pairs of link names. | ||||
* | Add MLINK for apmconf(8). | asmodai | 2000-01-23 | 1 | -1/+1 |
| | | | | Suggested by: msmith | ||||
* | Reflect that apmconf(8) has been absorbed by apm(8). | asmodai | 2000-01-23 | 1 | -0/+7 |
| | | | | Suggested by: msmith | ||||
* | Import the apmconf function descriptions as per modified patch | asmodai | 2000-01-22 | 1 | -14/+28 |
| | | | | from green. | ||||
* | Cleanups, new options, and syntax changes w.r.t. the -e fiag I had just | green | 2000-01-22 | 1 | -39/+75 |
| | | | | | added. This completes the addition of apmconf(8) features into apm(8), and will be followed shortly by asmodai with a manpage commit. | ||||
* | 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 |
| | | | | | | BIOS function (supported in v1.2) on older BIOS version (v1.1 or 1.0). Reviewed by: -mobile ML folks. | ||||
* | 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 |
| | | | | | | support until I can implement it as an ioctl proper. Submitted by: N.Dudorov <nnd@mail.nsk.ru> | ||||
* | Make bcd2int work (resume time reporting now works.) | green | 1999-07-20 | 1 | -3/+5 |
| | | | | | PR: 12613 Submitted by: Michael Constant <mconst@not.there.com> | ||||
* | Make wall_cmos do something. | green | 1999-07-20 | 1 | -4/+13 |
| | | | | PR: 12614 | ||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | o Enable standby mode in apm utility. You need a newer kernel for this | imp | 1998-09-04 | 2 | -11/+203 |
| | | | | | | | | | | | | | | | | functionality to work (however, the kernel changes were committed to current at 1998/07/05 23:29:11 PDT). o Enable setting of a timer for later wakeup. Note, not all APM BIOSes support this for all modes (mine doesn't support waking up on a timer from standby mode). o Print out the APM capabilities, as reported by the BIOS. o Report wake on ring indication. No way to enable/disable this, but it is reported. o update man page with above o The output of this command has changed, so if you have a script that parses its output, then you may need to rewrite it slightly. o The code attempts to deal with older kernels than July 5, 1998, but that part of the code isn't well tested. | ||||
* | .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 |
| | | | | | PR: 5561 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> | ||||
* | Output the estimated battery lifetime as "hh:mm:ss" along with | jdp | 1997-11-12 | 2 | -6/+33 |
| | | | | | | everything else. Add a "-t" option for outputting it in raw form. Define and document the order in which raw values are printed when more than one is requested on the command line. | ||||
* | Use warn rather than warnx to report errors opening the APM device. | imp | 1997-11-06 | 1 | -3/+3 |
| | | | | Nit formatting fix | ||||
* | Correct the description of the output from the "-s" option. It was | jdp | 1997-09-29 | 1 | -2/+2 |
| | | | | backward. | ||||
* | 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 |
| | | | | posix standard on the topic. | ||||
* | 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 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | 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 |
| | | | | | | function of the kernel, and other assorted misc. cleanups. Submitted by: nate & HOSOKAWA, Tatsumi <hosokawa@jp.FreeBSD.org> | ||||
* | delete MANDIR=/usr/share/man/man, | wosch | 1996-05-21 | 1 | -1/+3 |
| | | | | it breaks `env MANDIR=<dir> make maninstall' | ||||
* | 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 | 2 | -4/+19 |
| | | | | | | (enable/disabled) now that the APM_GETINFO ioctl returns the necessary information. Also, print out the status along with the other information as the default behavior. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -4/+4 |
| | |||||
* | make the right link to "zzz" | phk | 1994-11-02 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -11/+99 |
| | | | | | | apm.4 man-page. I also hope the Makefiles make sense now. Submitted by: HOSOKAWA Tatsumi | ||||
* | Stop "make install" from falling over if DESTDIR is defined. | phk | 1994-10-15 | 1 | -2/+2 |
| | |||||
* | Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi. | dg | 1994-10-01 | 2 | -0/+167 |
Submitted by: HOSOKAWA Tatsumi |