NetBSD/usr.sbin/rtadvd
mrg cb93b81028 add support for new GCC 9 warnings that may be too much to fix
right now.  new address-of-packed-member and format-overflow
warnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amd
GCC_NO_FORMAT_OVERFLOW variables to remove these warnings.

apply to a bunch of the tree.  mostly, these are real bugs that
should be fixed, but in many cases, only by removing the 'packed'
attribute from some structure that doesn't really need it.  (i
looked at many different ones, and while perhaps 60-80% were
already properly aligned, it wasn't clear to me that the uses
were always coming from sane data vs network alignment, so it
doesn't seem safe to remove packed without careful research for
each affect struct.)  clang already warned (and was not erroring)
for many of these cases, but gcc picked up dozens more.
2020-09-06 07:20:26 +00:00
..
advcap.c - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
advcap.h
config.c rtadvd: Remove disabled use of SIOCGIFPREFIX_IN6 2020-04-21 12:16:47 +00:00
config.h rtadvd: Remove disabled use of SIOCGIFPREFIX_IN6 2020-04-21 12:16:47 +00:00
dump.c rtadvd: use %u to print unsigned variables 2018-11-16 08:57:10 +00:00
dump.h White space police. 2018-04-20 10:39:37 +00:00
if.c White space police. 2018-04-20 10:39:37 +00:00
if.h White space police. 2018-04-20 10:39:37 +00:00
logit.h Change the meaning of the 'D' flag to print errors to stderr instead of 2017-11-06 15:15:04 +00:00
Makefile add support for new GCC 9 warnings that may be too much to fix 2020-09-06 07:20:26 +00:00
pathnames.h
prog_ops.h
rtadvd_hostops.c
rtadvd_rumpops.c
rtadvd.8 Remove -M from SYNOPSIS as well. 2020-04-21 12:19:44 +00:00
rtadvd.c Use wrapper name for call to setsockopt(2), NFC for non-rump builds. 2020-08-28 00:19:37 +00:00
rtadvd.conf
rtadvd.conf.5 Minor improvements. 2018-04-21 09:31:08 +00:00
rtadvd.h rtadvd: Add C flag to control the zeroing of the leaving configuration 2019-11-11 13:42:49 +00:00
timer.c s/upate/update/ in comment. 2019-12-03 03:25:28 +00:00
timer.h Allow timers to exist but be inactive. 2018-04-20 13:27:45 +00:00