NetBSD/external/cddl/osnet
fox 6594959c4a external/cddl/osnet: Supress -Werror=maybe-uninitialized error in libdtrace.
It looks like this is a false positive, since the section of code triggering the error

external/cddl/osnet/dist/lib/libdtrace/common/dt_proc.c:400:42:

is only accessed after "err" is initialized.

Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.

Reviewed by: kamil@
2020-03-17 00:50:12 +00:00
..
dev Switch from db_write_bytes to using direct-mapping. 2020-02-12 06:05:31 +00:00
dist Make uvm_pagemarkdirty() responsible for putting vnodes onto the syncer 2020-03-14 20:45:23 +00:00
include Sync with upstream r315983. 2019-06-24 08:27:19 +00:00
lib external/cddl/osnet: Supress -Werror=maybe-uninitialized error in libdtrace. 2020-03-17 00:50:12 +00:00
sbin Use Pa macro for path 2019-09-20 22:47:36 +00:00
sys Use vpanic, not vprintf and then panic. 2020-03-03 06:44:38 +00:00
usr.bin external/cddl/osnet: Suppress -Werror=stringop-truncation error. 2020-02-09 07:55:13 +00:00
usr.sbin Sync with upstream r315983. 2019-06-24 08:27:19 +00:00
Makefile
Makefile.ctf
Makefile.inc Add rcsid 2019-06-29 20:50:01 +00:00
Makefile.zfs Sync with upstream r315983. 2019-06-22 09:48:39 +00:00
TODO