Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/15/2003 22:55:35
Module Name:	src
Committed By:	manu
Date:		Sat Nov 15 22:55:35 UTC 2003

Modified Files:
	src/sys/compat/mach: Makefile mach_message.c mach_services.c
	    mach_services.h mach_services.master makemachservices.sh
Added Files:
	src/sys/compat/mach: mach_services_names.c

Log Message:
iTry to gather as much Mach services names as possible, this way we
will have unimplemented services showing their names in ktrace

Add a new generated file with only service id and name, which will
be included by kdump to display services names.

This removes the need for using the user ktrace facility for services names.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/compat/mach/Makefile
cvs rdiff -r1.28 -r1.29 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.3 -r1.4 src/sys/compat/mach/mach_services.c \
    src/sys/compat/mach/mach_services.h
cvs rdiff -r1.2 -r1.3 src/sys/compat/mach/mach_services.master \
    src/sys/compat/mach/makemachservices.sh
cvs rdiff -r0 -r1.1 src/sys/compat/mach/mach_services_names.c

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