History log of /src/usr.sbin/srtconfig |
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 | 09-Feb-2020 |
fox | usr.sbin/srtconfig: Suppress -Werror=stringop-truncation error.
Add GCC_NO_STRINGOP_TRUNCATION to srtconfig.c to prevent build failure.
Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.
Reviewed by: kamil@
|
1.2 | 29-Dec-2006 |
wiz | branches: 1.2.76; Add RCS Id.
|
1.1 | 29-Dec-2006 |
mouse | Very first import of the source-address-based routing pseudo-device, before any cleanup at all, per discussion with perry@.
|
1.2.76.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.3 | 05-Aug-2007 |
dsieger | branches: 1.3.14; From Zafer Aydogan: Fix a typo: s/distination/destination/
|
1.2 | 29-Dec-2006 |
wiz | Add RCS Id. Os needs no argument. Remove unnecessary .br in SYNOPSIS. New sentence, new line. Use An for author name. Use standard headers.
|
1.1 | 29-Dec-2006 |
mouse | Very first import of the source-address-based routing pseudo-device, before any cleanup at all, per discussion with perry@.
|
1.3.14.2 | 05-Aug-2007 |
dsieger | From Zafer Aydogan: Fix a typo: s/distination/destination/
|
1.3.14.1 | 05-Aug-2007 |
dsieger | file srtconfig.1 was added on branch matt-mips64 on 2007-08-05 09:31:25 +0000
|
1.5 | 25-Mar-2019 |
pgoyette | Fix open() error message - use a colon rather than a semicolon to match the other error messages
|
1.4 | 04-May-2017 |
sevan | branches: 1.4.10; Drop main() prototype.
|
1.3 | 18-Apr-2009 |
lukem | branches: 1.3.36; Fix -Wextra issue
|
1.2 | 29-Dec-2006 |
wiz | branches: 1.2.20; Add RCS Id.
|
1.1 | 29-Dec-2006 |
mouse | Very first import of the source-address-based routing pseudo-device, before any cleanup at all, per discussion with perry@.
|
1.2.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.3.36.1 | 11-May-2017 |
pgoyette | Sync with HEAD
|
1.4.10.1 | 10-Jun-2019 |
christos | Sync with HEAD
|