NetBSD/tests/lib
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
..
csu
libarchive PR/55612: Martin Husemann: libarchive tests pollute /tmp w/o cleanup 2020-08-28 18:46:05 +00:00
libbluetooth
libbpfjit
libc add support for new GCC 9 warnings that may be too much to fix 2020-09-06 07:20:26 +00:00
libcrypt
libcurses Fix false positive for mvscanw tests on big endian machines. 2020-06-20 07:50:16 +00:00
libdes
libevent
libexecinfo
libi386 Compile USER_LDT by default, but, put it behind a privileged sysctl that 2020-07-19 14:31:31 +00:00
libm Only expect the fmod test case to fail when using qemu's TCG CPU emulation, 2020-08-25 13:39:16 +00:00
libnvmm nvmm: update copyright headers 2020-09-05 07:22:25 +00:00
libobjc
libposix
libppath Remove extra semicolon. 2020-05-14 08:34:17 +00:00
libprop Fix pasto; use {,U}LLONG{MIN,MAX} correctly in the {u,}llong{min,max} 2020-06-24 14:28:10 +00:00
libpthread fix build of h_thread_local_dtor.cpp 2020-06-21 07:06:05 +00:00
librefuse
librt Remove extra semicolon. 2020-05-14 08:34:17 +00:00
librumpclient Skip threxec test pointing at PR 55338, this kills some test beds. 2020-08-29 05:46:34 +00:00
librumphijack
libskey
libsljit
libtre
libusbhid
libutil
semaphore Centralize the base rump libraries into a variable used by all the other 2020-03-01 18:08:12 +00:00
Makefile Add tests for USER_LDT. 2020-04-19 13:22:58 +00:00
Makefile.inc