| History log of /src/usr.sbin/apmd/Makefile |
| Revision | | Date | Author | Comments |
| 1.18 |
| 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
| 1.17 |
| 13-Oct-2019 |
mrg | introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
|
| 1.16 |
| 02-May-2013 |
matt | branches: 1.16.28; This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that share a MACHINE_ARCH for userland so that except for etc, will produce identical sets.
usr/include/machine now points to usr/include/arm
|
| 1.15 |
| 13-Dec-2009 |
nakayama | branches: 1.15.6; 1.15.12; System utilities, boot programs and kernel modules are machine (port) specific not CPU, so use MACHINE not MACHINE_ARCH.
|
| 1.14 |
| 22-Apr-2009 |
lukem | Enable WARNS=4 by default, except for: cpuctl dumplfs hprop ipf iprop-log kadmin kcm kdc kdigest kimpersonate kstash ktutil makefs ndbootd ntp pppd quot racoon racoonctl rtadvd sntp sup tcpdchk tcpdmatch tcpdump traceroute traceroute6 user veriexecgen wsmoused zic (Mostly third-party applications)
|
| 1.13 |
| 14-Feb-2009 |
abs | Convert more MACHINE tests to MACHINE_ARCH
|
| 1.12 |
| 29-Jul-2007 |
nonaka | branches: 1.12.16; 1.12.20; Added zaurus.
|
| 1.11 |
| 16-Mar-2005 |
xtraeme | Kill __P(); WARNS=3
|
| 1.10 |
| 04-Jul-2004 |
uch | add hpcsh
|
| 1.9 |
| 14-Oct-2002 |
takemura | Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages into mi directory.
|
| 1.8 |
| 18-Jun-2002 |
itojun | userland access to apm emulation.
|
| 1.7 |
| 15-Dec-1999 |
garbled | Enable build on sparc, and move manpage out of i386 specific directory
|
| 1.6 |
| 06-Jun-1999 |
thorpej | branches: 1.6.4; Use pidfile(3).
|
| 1.5 |
| 18-Oct-1997 |
lukem | enable WARNS=1 by default, but disable in unclean 3rd party code
|
| 1.4 |
| 03-Oct-1997 |
mikel | replace -W flags in CFLAGS with WARNS?=1, cleanup
|
| 1.3 |
| 23-Jun-1997 |
mrg | decend all subdirs for man pages.
|
| 1.2 |
| 24-Mar-1997 |
christos | Makefile cleanups
|
| 1.1 |
| 25-Aug-1996 |
jtk | add Advanced Power Management driver Includes bootstrap support from FreeBSD (Tatsumi HOSOKAWA and <ukai>)
|
| 1.6.4.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.12.20.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.12.16.2 |
| 29-Jul-2007 |
nonaka | Added zaurus.
|
| 1.12.16.1 |
| 29-Jul-2007 |
nonaka | file Makefile was added on branch matt-mips64 on 2007-07-29 14:34:46 +0000
|
| 1.15.12.1 |
| 23-Jun-2013 |
tls | resync from head
|
| 1.15.6.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.16.28.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|