History log of /src/usr.sbin/iwictl |
Revision | Date | Author | Comments |
1.7 | 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.6 | 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.5 | 22-Apr-2009 |
lukem | branches: 1.5.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.4 | 29-Oct-2005 |
scw | branches: 1.4.28; iwi(4) and iwictl(8) are no-longer restricted to the i386 platform.
|
1.3 | 03-Apr-2005 |
christos | - KNF - Sprinkle const - Fix mmap call [MAP_PRIVATE], return [MAP_FAILED] - Don't clobber errno. - Use getprogname/setprogname
|
1.2 | 11-Jan-2005 |
skrll | NetBSD RCSID
|
1.1 | 11-Jan-2005 |
skrll | branches: 1.1.1; Initial revision
|
1.1.1.1 | 11-Jan-2005 |
skrll | iwictl(8) - configure Intel PRO/Wireless 2200AG/2915ABG (iwi(4)) network adapter.
Written by Damien Bergamini, from http://damien.bergamini.free.fr/ipw/
|
1.4.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.5.46.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.12 | 18-Mar-2014 |
riastradh | Merge riastradh-drm2 to HEAD.
|
1.11 | 20-Jul-2013 |
wiz | Use Mt for email addresses.
|
1.10 | 18-May-2009 |
wiz | branches: 1.10.6; 1.10.12; 1.10.16; Update references to firmware handling (mostly by removing outdated stuff and pointing to iwi(4)). Bump date.
Addresses PR 41444 by Taylor R. Campbell.
|
1.9 | 09-Mar-2009 |
joerg | Fix preamble to match order set out by mdoc(7). Discussed with wiz.
|
1.8 | 09-Aug-2006 |
skrll | branches: 1.8.26; Adapt iwi(4) to use firmload(9) and remove firmware loading from iwictl(8).
|
1.7 | 26-Jun-2005 |
wiz | Dd wants long name of the month, not the three-letter one.
|
1.6 | 20-Jun-2005 |
salo | Monitor mode requires firmware version 1.0.4 or newer. Bump date. ok <sekiya>
|
1.5 | 20-Jun-2005 |
sekiya | Add "monitor" to list of valid modes. No functional change.
|
1.4 | 21-Mar-2005 |
hubertf | Document where to get firmware binaries (pkgsrc!)
|
1.3 | 12-Jan-2005 |
wiz | branches: 1.3.2; New sentence, new line; add an article.
|
1.2 | 11-Jan-2005 |
skrll | NetBSD RCSID
|
1.1 | 11-Jan-2005 |
skrll | branches: 1.1.1; Initial revision
|
1.1.1.1 | 11-Jan-2005 |
skrll | iwictl(8) - configure Intel PRO/Wireless 2200AG/2915ABG (iwi(4)) network adapter.
Written by Damien Bergamini, from http://damien.bergamini.free.fr/ipw/
|
1.3.2.1 | 22-Mar-2005 |
tron | Pull up revision 1.4 (requested by hubertf in ticket #45): Document where to get firmware binaries (pkgsrc!)
|
1.8.26.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.10.16.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.10.12.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.10.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.8 | 15-Dec-2007 |
perry | convert __attribute__s to applicable cdefs.h macros
|
1.7 | 09-Aug-2006 |
skrll | branches: 1.7.8; Correct the usage message.
|
1.6 | 09-Aug-2006 |
skrll | Adapt iwi(4) to use firmload(9) and remove firmware loading from iwictl(8).
|
1.5 | 29-Oct-2005 |
scw | Fix compilation for non-x86 platforms: s/int/size_t/ in struct firmware.
|
1.4 | 20-Jun-2005 |
sekiya | Add "monitor" to list of valid modes. No functional change.
|
1.3 | 03-Apr-2005 |
christos | - KNF - Sprinkle const - Fix mmap call [MAP_PRIVATE], return [MAP_FAILED] - Don't clobber errno. - Use getprogname/setprogname
|
1.2 | 11-Jan-2005 |
skrll | NetBSD RCSID
|
1.1 | 11-Jan-2005 |
skrll | branches: 1.1.1; Initial revision
|
1.1.1.1 | 11-Jan-2005 |
skrll | iwictl(8) - configure Intel PRO/Wireless 2200AG/2915ABG (iwi(4)) network adapter.
Written by Damien Bergamini, from http://damien.bergamini.free.fr/ipw/
|
1.7.8.1 | 09-Jan-2008 |
matt | sync with HEAD
|