NetBSD/sys/conf
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
..
Makefile.kern.inc add support for new GCC 9 warnings that may be too much to fix 2020-09-06 07:20:26 +00:00
assym.mk factor out common code. 2020-07-09 02:13:58 +00:00
compat_netbsd.config clean up COMPAT_* options for native netbsd code: 2017-09-14 07:58:38 +00:00
compat_netbsd09.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd10.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd11.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd12.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd13.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd14.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd15.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd16.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd20.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd30.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd40.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd50.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd60.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd70.config note that COMPAT_X implies all COMPAT_X+N. 2018-01-15 07:20:10 +00:00
compat_netbsd80.config Fix version numbers in comments 2020-01-18 07:54:26 +00:00
compat_netbsd90.config Fix version numbers in comments 2020-01-18 07:54:26 +00:00
copts.mk XXX: 2020-03-07 00:53:24 +00:00
copyright Welcome to 2020. 2020-01-01 06:14:29 +00:00
cscope.mk
debugsyms.c
dts.mk change -h to -n because it is more "portable" 2019-04-24 20:53:10 +00:00
files [ozaki-r] Changes to the kernel core for wireguard 2020-08-20 21:21:31 +00:00
filesystems.config remove SMBFS and nsmb(4) - kernel part 2020-04-04 15:43:21 +00:00
gdbinit.mk
genassym.cf
ldscript.mk
linkset
lint.mk
majors Nix trailing whitespace. 2020-08-28 14:58:25 +00:00
majors.std
majors.storage
majors.tty
majors.usb urio has gone. Comment it out (remaining visible to hold the number) 2020-02-03 13:28:11 +00:00
majors.ws
mdroot.mk
mkldscript.sh
newvers.mk - modernize: use getopts/usage/true/false variables 2017-04-08 18:24:09 +00:00
newvers.sh - modernize: use getopts/usage/true/false variables 2017-04-08 18:24:09 +00:00
newvers_stand.mk Fix typo 2017-04-09 14:52:14 +00:00
newvers_stand.sh Add makefile snippet for vers.c building. 2017-04-08 19:53:54 +00:00
osrelease.sh
param.c defparam all of the config variables associated with SYSV IPC stuff. 2019-04-09 22:05:27 +00:00
ssp.mk Retire KLEAK. 2020-02-08 07:07:06 +00:00
std Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00