Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 07/27/2004 22:01:56
Module Name:	src
Committed By:	manu
Date:		Tue Jul 27 22:01:56 UTC 2004

Modified Files:
	src/sys/compat/mach: files.mach mach_exception.c
	src/sys/sys: sysctl.h
Added Files:
	src/sys/compat/mach: mach_sysctl.c mach_sysctl.h

Log Message:
Add the emul.mach.exception.hang sysctl, which helps catching programs
that die before they disapear. This is usefull because we cannot start
Mach-O binaries under gdb. We attach the hung process instead.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/compat/mach/files.mach
cvs rdiff -r1.3 -r1.4 src/sys/compat/mach/mach_exception.c
cvs rdiff -r0 -r1.1 src/sys/compat/mach/mach_sysctl.c \
    src/sys/compat/mach/mach_sysctl.h
cvs rdiff -r1.125 -r1.126 src/sys/sys/sysctl.h

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