Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/kdump
Module Name: src
Committed By: dsl
Date: Sun Jul 13 18:54:30 UTC 2003
Modified Files:
src/usr.bin/kdump: kdump.c
Log Message:
Change back to print hex bytes. The 'word' print was completely broken
on little endian systems. It is also much easier to read misaligned
words in a straight byte hexdump.
Cut offset to 3 hex digits so that it fixs in 80 columns and still
leaves a tab at the start of 'continuation' lines.
The ktrace buffer is limited to 4k, so 3 digits is ample.
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 src/usr.bin/kdump/kdump.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