index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
external
/
cddl
/
osnet
/
lib
/
libdtrace
Age
Commit message (
Expand
)
Author
2023-06-03
adapt to ${CC_WNO_MAYBE_UNINITIALIZED}
lukem
2023-06-03
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
lukem
2021-04-13
XXX: ignore warning about overlapping buffers for sprintf().
mrg
2021-03-29
Compile MIPS specific code.
simonb
2020-03-17
external/cddl/osnet: Do not suppress the warning output for libdtrace.
fox
2020-03-17
external/cddl/osnet: Supress -Werror=maybe-uninitialized error in libdtrace.
fox
2020-03-08
Update dtrace errno.d mapping and add a script for it
mgorny
2019-12-03
dtrace: add support for aarch64
jmcneill
2019-10-13
This previously had -Wno-format-truncation so I am presuming it should
kre
2019-10-13
introduce some common variables for use in GCC warning disables:
mrg
2019-10-10
Only exclude gcc-8 warnings when the gcc we're using is gcc>=8
kre
2019-10-09
no error for string truncation
christos
2019-02-11
-Wno-format-truncation is only needed when using GCC
tnn
2019-02-06
uses the idiom len = snprintf(&tmp, 1, ...) to compute length.
christos
2018-06-07
Replace HAVE_GCC with ACTIVE_CC == gcc checks
kamil
2018-06-06
Make cddl/osnet/lib/libdtrace buildable with MKLLVM=yes
kamil
2018-05-28
merge a new version of the CDDL dtrace and ZFS code.
chs
2016-12-19
arrange for .in files to be rebuilt.
christos
2016-08-04
include bsd.init.mnk for consistency and set NOLINT since this overrides
christos
2015-10-07
fix the remaining problem with pcinfo; the dtracetoolkit execsnoop script
christos
2015-10-06
almost fixed... Need to figure out what to do with curlwp.
christos
2015-10-05
Start matching some of the field names to NetBSD's
christos
2015-10-05
Arrange to install the dtrace files (some are broken, sets will need to be
christos
2015-09-30
do the stack protector stuff like the other files.
christos
2015-09-29
- make the generated file rules depend on the source files
christos
2015-09-24
Add build stuff.
christos
2015-02-07
check and fix printf formats, negative array indices, uninitialized variables,
christos
2014-03-16
Use MACHINE_CPU instead of MACHINE_ARCH with pattern matching
ozaki-r
2014-03-16
Look up arm directory on MACHINE_ARCH=*arm*
ozaki-r
2013-06-21
Make dtrace/zfs compile on arm based on the diff from:
christos
2012-02-13
Use the correct MACHINE_ARCH for amd64.
wiz
2010-04-03
- use CPPFLAGS instead of CFLAGS
christos
2010-02-24
Disable stack protection warnings for more sources which use dynamically
tron
2010-02-24
Disable stack protection warnings for sources which use dynamically
tron
2010-02-21
Apply NetBSD changes to DTrace.
darran
2010-02-21
Add the FreeBSD 8-RC1 changes for DTrace.
darran