freebsd-src/cddl/usr.sbin
Domagoj Stolfa 4ae6991228 dtrace: Add WITH_DTRACE_ASAN
This option is a blanket for all the DTrace-related software. The option
when enabled passes in -fsanitize=address -fsanitize=undeifned, enabling
ASAN and UBSAN in the following components:

 - libdtrace
 - dtrace(1)
 - lockstat(1)
 - plockstat(1)

The option defaults to "no" and is intended as a developer aid.

Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D41157
2023-07-27 16:07:34 -04:00
..
dtrace dtrace: Add WITH_DTRACE_ASAN 2023-07-27 16:07:34 -04:00
dwatch dwatch: install hard links with same mode as target 2022-11-23 15:10:33 -05:00
lockstat dtrace: Add WITH_DTRACE_ASAN 2023-07-27 16:07:34 -04:00
plockstat dtrace: Add WITH_DTRACE_ASAN 2023-07-27 16:07:34 -04:00
tests
zdb Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
zfsd Fix zfsd unittests after 92642bba4d 2023-07-14 15:57:40 -06:00
zhack Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
Makefile Retire WITHOUT_CXX option 2023-01-26 21:13:16 -05:00
Makefile.inc