NetBSD/usr.bin/ktrace
dsl fde07830ad Grok KTR_EXEC_ENV and KTR_EXEC_ARG.
Make ktrace -c default to removing all trace points (not just the default ones).
Make kdump default to dumping everything in the trace file.
Add 'A' (all) and '-' (remove following) to valid -t arguments.
Dump data block of UNKNOWN trace points in hex + ascii.
Make first time output with -R 0 (instead of time since epoch).
Use svis() instead of vis() to get " escaped (as \") (needs fixed libc)
Correctly pass unsigned values to svis()
Update man pages.
2003-07-17 09:05:11 +00:00
..
Makefile Implement MKDYNAMICROOT, which currently defaults to "no", but will 2002-08-27 14:46:11 +00:00
ktrace.1 Grok KTR_EXEC_ENV and KTR_EXEC_ARG. 2003-07-17 09:05:11 +00:00
ktrace.c Grok KTR_EXEC_ENV and KTR_EXEC_ARG. 2003-07-17 09:05:11 +00:00
ktrace.h Grok KTR_EXEC_ENV and KTR_EXEC_ARG. 2003-07-17 09:05:11 +00:00
subr.c Grok KTR_EXEC_ENV and KTR_EXEC_ARG. 2003-07-17 09:05:11 +00:00