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
/
dist
/
lib
/
libdtrace
Age
Commit message (
Expand
)
Author
2023-02-07
dtrace: remove unnecessary fflush()
chs
2023-02-06
dtrace: re-fix aggregations to report from all online CPUs
chs
2022-05-02
Follow FreeBSD revision <0e15d9fbeba4> and simplify #ifdef'ed code.
jkoshy
2020-09-06
Stop using alloca
christos
2020-09-06
Adjust string sizes
christos
2020-02-12
Use /dev/ksyms, not /netbsd, for the running kernel's symbols.
riastradh
2019-12-03
dtrace: add support for aarch64
jmcneill
2019-07-24
Handle automatic module loading on device open more like FreeBSD does.
hannken
2019-07-21
Always use "netbsd" as kernel name, dt_module_update() already takes
hannken
2019-07-21
Try to load module "dtrace" before opening "/dev/dtrace/dtrace".
hannken
2018-06-02
Use a constant to prevent dynamic array allocation which messes up SSP.
christos
2018-05-29
Build fix attempt, use TOOL_AWK (with fallback to "awk") rather than "nawk".
kre
2018-05-28
merge a new version of the CDDL dtrace and ZFS code.
chs
2018-05-28
import new CDDL dtrace and ZFS code from FreeBSD svn r315983.
chs
2017-11-06
need to undef KERN_ELFSIZE too here...
christos
2017-01-12
Rearrange headers
christos
2016-08-03
machdep.booted_kernel is not an absolute path, make it so. Now u_int is
christos
2016-06-30
Add missing dp_proc_unlock() in error path.
pgoyette
2016-04-28
remove incorrect comment
christos
2016-04-28
Introduce dt_bootfile() and use it to avoid hard-coded kernel values. Fixes
christos
2016-03-01
Don't crash when relocbase was 0.
joerg
2016-02-29
Add __printflike as appropriate.
riastradh
2016-02-28
- Add missing ioctl.h
christos
2016-02-24
Make the default CPP path a list and check if they are access(2)able.
joerg
2016-02-04
Fix printf formats and casts.
roy
2016-02-04
Mark __printflike and __dead.
roy
2016-02-03
Adapt getmajor and getminor signatures for NetBSD.
riz
2015-11-12
Declare variables under the same conditions as their use.
riz
2015-10-07
Adjust for NetBSD.
christos
2015-10-06
Make this build for me.
riz
2015-10-05
load the kernel for NetBSD (for now)
christos
2015-10-05
Add definitions for uid_t and gid_t for NetBSD because we are screwing up
christos
2015-10-04
put back module filename finding code.
christos
2015-10-01
Redo previous so as to not break non-arm MKDTRACE=yes builds.
riz
2015-10-01
Only declare 'ldn' where it's actually used. Fixes build on arm
riz
2015-09-29
detect dynamically if we need -e for echo
christos
2015-09-29
return an error for actions we don't understand.
christos
2015-09-26
catch up with unsigned long -> proc_breakpoint_t change.
christos
2015-09-24
new from FreeBSD
christos
2015-09-24
sync with FreeBSD
christos
2015-02-21
Fix dtrace build for arm with gcc 4.8
ozaki-r
2015-02-21
Fix dtrace build error with gcc 4.8 on i386 and arm
ozaki-r
2015-02-18
Add assert
ozaki-r
2015-02-18
Don't return success when the target CPU is offline
ozaki-r
2015-02-14
PR/49667: Henning Petersen: Missing initialization of values in dt_parser.c
christos
2015-02-14
PR/49666: Henning Petersen: initialization of instr wrong in dt_cg.c NULL
christos
2015-02-07
delete error(1) strings.
christos
2015-02-07
check and fix printf formats, negative array indices, uninitialized variables,
christos
2014-03-28
Fix some snprintf
ozaki-r
2014-03-27
format is a pointer, so sizeof(format) is not a good length
apb
[next]