OpenBSD CVS

CVS log for src/usr.sbin/apmd/Makefile


[BACK] Up to [local] / src / usr.sbin / apmd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 29 20:10:30 2021 UTC (3 years, 2 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, HEAD
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

Install apm(8) and and apmd(8) under MI MANPATH

powerpc64 was lacking manual pages;  instead of shipping yet another
identical MD manual, merge them under MI MANPATH as usual.

Input OK deraadt

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jul 15 22:46:52 2020 UTC (3 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

powerpc64 has the sysctl's for power control, so it can use the
apmd/apm combo for -L/-H and such.  (it gets all the rest of the mess too)
ok kettenis

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 23 09:59:15 2019 UTC (5 years, 4 months ago) by phessler
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

enable the apm(4) programs on arm64

previous version OK deraadt@ patrick@
OK jsg@

Revision 1.13 / (download) - annotate - [select for diffs], Sat Sep 3 13:37:46 2016 UTC (7 years, 9 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.12: +3 -4 lines
Diff to previous 1.12 (colored)

Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland

Revision 1.12 / (download) - annotate - [select for diffs], Thu Sep 1 10:14:42 2016 UTC (7 years, 9 months ago) by tedu
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

remove sparc

Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 28 08:36:36 2010 UTC (14 years, 3 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.10: +6 -4 lines
Diff to previous 1.10 (colored)

build for loongson; ok miod@ jasper@ matthieu@

Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 11 18:45:13 2008 UTC (15 years, 10 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

Build apm(8) and apmd(8) on sparc64.

pointed out by deraadt@

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 14 22:30:53 2006 UTC (18 years, 2 months ago) by sturm
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.8: +5 -4 lines
Diff to previous 1.8 (colored)

install these on amd64
even though amd64 does not have apm support, this change permits
hw.setperf manipulations via apm/apmd

Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 29 16:26:45 2005 UTC (19 years, 2 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Add an apm interface to the tctrl(4) device found on SPARCbooks; currently
limited to power change events and battery status retrieval.

ok deraadt@ mickey@

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 19 02:02:34 2005 UTC (19 years, 4 months ago) by uwe
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

APM emulation framework and zaurus scoop driver.  Not enabled yet.
ok drahn@, deraadt@

Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 3 19:07:58 2001 UTC (22 years, 8 months ago) by drahn
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

build apm and apmd on macppc
ok miod@

Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 21 14:59:40 2000 UTC (23 years, 8 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

do not hardcode -g -O2 etc. into CFLAGS; pointed out by brad@

Revision 1.4 / (download) - annotate - [select for diffs], Thu May 18 16:46:37 2000 UTC (24 years ago) by espie
Branch: MAIN
Changes since 1.3: +7 -1 lines
Diff to previous 1.3 (colored)

Prepare to recurse down usr.sbin to grab manpages

Revision 1.3 / (download) - annotate - [select for diffs], Sun Sep 21 11:43:18 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

$OpenBSD$

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 26 00:35:50 1997 UTC (27 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

no libcrypt, fix DPADD

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 29 13:08:42 1996 UTC (28 years, 1 month ago) by hvozda
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0

Pull in John Kohl's most recent (15Apr96) APM and PCMCIA work
(original PCMCIA framework  by Stefan Grefen).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.