Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make apm(8) understand AC Line state 2 as "backup power". | will | 2005-05-30 | 2 | -4/+6 |
| | | | | Submitted by: liamfoy@sepulcrum.org | ||||
* | 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 |
| | | | | | | PR: bin/75712 Submitted by: brueffer Obtained from: Dragonfly BSD | ||||
* | 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 |
| | | | | | | | Compare things correctly against -1 or 0 Don't print any capabilities if unknown is returned from the kernel. Reviewed/Submitted by: njl, Liam Foy | ||||
* | Remove a duplicated printf(). | mux | 2004-06-30 | 1 | -1/+0 |
| | | | | Submitted by: Niki Denev <nike_d@cytexbg.com> | ||||
* | Tabs were accidentally lost in the last commit. | mux | 2004-06-16 | 1 | -0/+3 |
| | | | | Submitted by: Liam J. Foy <liamfoy@sepulcrum.org> | ||||
* | Factor out some duplicated code and fix some style(9) issues. | mux | 2004-06-14 | 1 | -69/+62 |
| | | | | Submitted by: Liam J. Foy <liamfoy@sepulcrum.org> | ||||
* | Check for >= 255 since sign extension from byte to u_int sometimes makes | njl | 2004-05-27 | 2 | -43/+40 |
| | | | | | | | | the value for "unknown" 0xffffffff. The underlying kernel drivers should be updated to only return 255 but the ABI is used by too many userland utilities. Also, make this WARNS 6 compatible. | ||||
* | 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 |
| | | | | | | suspends the system appropriately. Submitted by: Mark Santcroos <marks@ripe.net> | ||||
* | If mktime() or timegm() return -1, print out the resume timer value as | rwatson | 2003-07-13 | 1 | -3/+6 |
| | | | | "unknown", rather than a conversion of -1 to a date/timestamp. | ||||
* | Assorted mdoc(7) fixes. | ru | 2003-05-22 | 1 | -1/+1 |
| | | | | Approved by: re (blanket) | ||||
* | The -t flag in the retired apmconf.8 is the same as "-h false" in the | tobez | 2003-05-01 | 1 | -1/+1 |
| | | | | | apm.8. Since the -t flag in the apm.8 is something different entirely, the reference to -t was quite confusing. Fix that. | ||||
* | Fix a typo: "Managment" -> "Management". | maxim | 2003-04-24 | 1 | -1/+1 |
| | | | | | | PR: bin/47343 Submitted by: Jeremy C. Reed <reed@reedmedia.net> MFC after: 4 days | ||||
* | 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 |
| | | | | err(). | ||||
* | Remove extra args to printf | imp | 2002-08-25 | 1 | -2/+2 |
| | | | | | | use Capabilities rather than Capacities. Submitted by: kkenn | ||||
* | Don't dump all information about apm when only asked to enable/disable apm | sobomax | 2002-07-26 | 1 | -0/+2 |
| | | | | | | | functions (-e and -h switches). This should make apm(8) self-consistent, as for example -d enable|disable doesn't dump such info. MFC after: 5 days | ||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+6 |
| | |||||
* | 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 |
| |