Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: skrll
Date: Wed Apr 6 21:56:25 UTC 2016
Modified Files:
src/sys/ddb: db_command.c
src/sys/kern: kern_history.c
src/sys/sys: kernhist.h
Log Message:
Improve ddb(4) show kernhist
1) really prints all the histories merged together (rather than just the
"first" when no argument specified
2) dumps a single history when an argument is given, e.g.
"show kernhist usbhist"
3) uses db_printf correctly
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/sys/ddb/db_command.c
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/kern_history.c
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/kernhist.h
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