Subject: CVS commit: src/usr.bin/kdump
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 07/13/2003 18:54:31
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.