History log of /src/usr.sbin/ipwctl |
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
|
1.5 | 23-Aug-2004 |
wiz | Move ipw(4) from usr.sbin/ipwctl to share/man/man4.
|
1.4 | 23-Aug-2004 |
wiz | New sentence, new line; remove (R) after Intel.
|
1.3 | 23-Aug-2004 |
wiz | Drop trailing whitespace.
|
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.14 | 18-Mar-2014 |
riastradh | Merge riastradh-drm2 to HEAD.
|
1.13 | 20-Jul-2013 |
wiz | Use Mt for email addresses.
|
1.12 | 15-Mar-2012 |
njoly | branches: 1.12.2; 1.12.4; Use Lk macro when dealing with URLs. While here update or remove some dead URL links. Another part of PR/29238.
|
1.11 | 09-Mar-2009 |
joerg | branches: 1.11.6; Fix preamble to match order set out by mdoc(7). Discussed with wiz.
|
1.10 | 17-Apr-2006 |
rpaulo | branches: 1.10.28; Remove -k. Should no longer be needed.
|
1.9 | 17-Apr-2006 |
rpaulo | ipwctl is no longer used to load the firmware.
|
1.8 | 21-Mar-2005 |
hubertf | Document where to get firmware binaries (pkgsrc!)
|
1.7 | 27-Aug-2004 |
lukem | branches: 1.7.2; Refer to the pkgsrc/sysutils/ipw-firmware package.
|
1.6 | 27-Aug-2004 |
lukem | Fix description of firmware. From Damien Bergamini.
|
1.5 | 23-Aug-2004 |
lukem | Document where to get the firmware from, and the differences between the firmware files.
|
1.4 | 23-Aug-2004 |
wiz | New sentence, new line; remove explanations from synopsis; remove (R) after Intel; style improvement.
|
1.3 | 23-Aug-2004 |
wiz | Drop trailing whitespace.
|
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.7.2.1 | 22-Mar-2005 |
tron | Pull up revision 1.8 (requested by hubertf in ticket #45): Document where to get firmware binaries (pkgsrc!)
|
1.10.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.11.6.2 | 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.11.6.1 | 17-Apr-2012 |
yamt | sync with head
|
1.12.4.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.12.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.10 | 24-Jun-2023 |
msaitoh | Fix typo.
|
1.9 | 15-Dec-2007 |
perry | convert __attribute__s to applicable cdefs.h macros
|
1.8 | 06-Aug-2006 |
skrll | branches: 1.8.10; Remove the SIOCSKILLFW define. It's not used anymore.
|
1.7 | 17-Apr-2006 |
rpaulo | Remove -k. Should no longer be needed.
|
1.6 | 17-Apr-2006 |
rpaulo | ipwctl is no longer used to load the firmware.
|
1.5 | 03-Apr-2005 |
christos | - KNF - Fix mmap call arguments and return value. - Sprinkle const
|
1.4 | 27-Aug-2004 |
lukem | Improve statistics display. Consistency tweaks. From Damien Bergamini.
|
1.3 | 23-Aug-2004 |
lukem | tweak usage
|
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.8.10.1 | 09-Jan-2008 |
matt | sync with HEAD
|