Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/24/2003 14:31:40
Module Name:	src
Committed By:	manu
Date:		Mon Nov 24 14:31:40 UTC 2003

Modified Files:
	src/sys/compat/mach: mach_task.c mach_task.h mach_thread.c

Log Message:
Once a process has the kernel port to another process or thread, it can
use it to get process state and other stuff. It's not clear if this can
be used to modify exception ports or special ports (this needs to be
tested)


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/sys/compat/mach/mach_task.c
cvs rdiff -r1.10 -r1.11 src/sys/compat/mach/mach_task.h
cvs rdiff -r1.25 -r1.26 src/sys/compat/mach/mach_thread.c

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