Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin
Module Name: src
Committed By: dsl
Date: Thu Jul 17 09:05:14 UTC 2003
Modified Files:
src/usr.bin/kdump: kdump.1 kdump.c
src/usr.bin/ktrace: ktrace.1 ktrace.c ktrace.h subr.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/usr.bin/kdump/kdump.1
cvs rdiff -r1.57 -r1.58 src/usr.bin/kdump/kdump.c
cvs rdiff -r1.21 -r1.22 src/usr.bin/ktrace/ktrace.1
cvs rdiff -r1.26 -r1.27 src/usr.bin/ktrace/ktrace.c
cvs rdiff -r1.11 -r1.12 src/usr.bin/ktrace/ktrace.h
cvs rdiff -r1.9 -r1.10 src/usr.bin/ktrace/subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index