Subject: CVS commit: basesrc/usr.bin/kdump
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/01/2002 01:44:04
Module Name:	basesrc
Committed By:	christos
Date:		Sun Mar 31 22:44:04 UTC 2002

Modified Files:
	basesrc/usr.bin/kdump: kdump.c setemul.c setemul.h

Log Message:
Provide hooks for signal number to name translation, and use them for kill
and PSIG.

XXX[1]: This shows that signal emulation ktrace is slightly busted: posted
	signals should really be translated to the emulated ones instead of
	producing ktrace records with the signal numbers of the native
	emulation.
XXX[2]: There are other places where signal names can be displayed, but this
	is not done yet.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 basesrc/usr.bin/kdump/kdump.c
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/kdump/setemul.c
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/kdump/setemul.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.