| History log of /src/usr.sbin/cnwctl |
| Revision | Date | Author | Comments |
| 1.4 | 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.3 | 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.2 | 29-Nov-1999 |
itojun | branches: 1.2.2; 1.2.104; add cnwctl(8), a control program for cnw interface. from bsdi/freebsd-pao cnwctl(8).
|
| 1.1 | 29-Nov-1999 |
itojun | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 29-Nov-1999 |
itojun | cnw driver controller, from FreeBSD/PAO2 repository
|
| 1.2.104.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.2.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.2 | 29-Nov-1999 |
itojun | branches: 1.2.2; add cnwctl(8), a control program for cnw interface. from bsdi/freebsd-pao cnwctl(8).
|
| 1.1 | 29-Nov-1999 |
itojun | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 29-Nov-1999 |
itojun | cnw driver controller, from FreeBSD/PAO2 repository
|
| 1.2.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.8 | 19-Oct-2013 |
christos | avoid pointer gymnastics
|
| 1.7 | 02-May-2008 |
xtraeme | branches: 1.7.4; 1.7.26; WARNS=4 love.
|
| 1.6 | 18-Aug-2001 |
ad | branches: 1.6.32; getopt() returns -1 on error, not EOF.
|
| 1.5 | 01-Dec-1999 |
sommerfeld | branches: 1.5.2; nope, those are unsigned long longs; correct accordingly..
|
| 1.4 | 30-Nov-1999 |
sommerfeld | Render LL128-safe (fixing printf formats)
|
| 1.3 | 29-Nov-1999 |
itojun | align stat results better.
|
| 1.2 | 29-Nov-1999 |
itojun | add cnwctl(8), a control program for cnw interface. from bsdi/freebsd-pao cnwctl(8).
|
| 1.1 | 29-Nov-1999 |
itojun | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 29-Nov-1999 |
itojun | cnw driver controller, from FreeBSD/PAO2 repository
|
| 1.5.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.6.32.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.7.26.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.7.4.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")
|