Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a package for apm(8). | gjb | 2016-01-21 | 1 | -0/+2 |
| | | | | Sponsored by: The FreeBSD Foundation | ||||
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp | ||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | |||||
| * | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | |||||
| * | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | |||||
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | use .Mt to mark up email addresses consistently (part2) | bapt | 2014-06-20 | 1 | -1/+1 |
|/ | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> | ||||
* | Mark global functions and/or variables in apm(8) static where possible. | ed | 2011-11-06 | 1 | -1/+1 |
| | | | | This allows compilers and static analyzers to do more thorough analysis. | ||||
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+1 |
| | | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform. | ||||
* | Garbage collect unused variable, missed in r200840 | uqs | 2010-05-19 | 1 | -5/+0 |
| | | | | Found by: clang static analyzer | ||||
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
| | |||||
* | apm(8) is no longer linked to zzz(8), catch up. | ru | 2009-12-22 | 2 | -30/+17 |
| | | | | (Fixes "zzz" clash in the whatis(1) database.) | ||||
* | Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c and | jkim | 2009-09-27 | 1 | -1/+1 |
| | | | | install apm(8) and apm_bios.h on amd64. | ||||
* | 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. |