OpenGrok
Cross Reference: Makefile
xref
: /
src
/
usr.sbin
/
ipwctl
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
ipwctl
History log of
/src/usr.sbin/ipwctl/Makefile
Revision
Date
Author
Comments
1.9
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.8
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.7
22-Apr-2009
lukem
branches: 1.7.46;
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.6
14-Feb-2009
abs
Convert more MACHINE tests to MACHINE_ARCH
1.5
03-Apr-2005
christos
branches: 1.5.28;
- KNF
- Fix mmap call arguments and return value.
- Sprinkle const
1.4
23-Aug-2004
lukem
only build ipwctl on i386; it is not much use elsewhere
1.3
23-Aug-2004
wiz
Move ipw(4) from usr.sbin/ipwctl to share/man/man4.
1.2
23-Aug-2004
lukem
NetBSD RCSID & style tweaks
1.1
23-Aug-2004
lukem
branches: 1.1.1;
Initial revision
1.1.1.1
23-Aug-2004
lukem
ipwctl(8) - configure Intel(R) PRO/Wireless 2100 (ipw(4)) network adapter
Written by Damien Bergamini, from http://damien.bergamini.free.fr/ipw/
1.5.28.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.7.46.1
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
Indexes created Mon Oct 27 20:09:55 GMT 2025