Subject: CVS commit: src/sys/compat
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/20/2003 19:43:17
Module Name:	src
Committed By:	manu
Date:		Sat Dec 20 19:43:17 UTC 2003

Modified Files:
	src/sys/compat/darwin: darwin_exec.c
	src/sys/compat/mach: mach_exec.c mach_exec.h mach_message.c mach_port.c
	    mach_port.h mach_task.c mach_thread.c

Log Message:
Provide a kernel port for each thread. This makes the emulation of
Mach threads much more accurate: we do not confuse threads and tasks
anymore.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/compat/darwin/darwin_exec.c
cvs rdiff -r1.47 -r1.48 src/sys/compat/mach/mach_exec.c \
    src/sys/compat/mach/mach_port.c
cvs rdiff -r1.24 -r1.25 src/sys/compat/mach/mach_exec.h
cvs rdiff -r1.38 -r1.39 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.31 -r1.32 src/sys/compat/mach/mach_port.h
cvs rdiff -r1.50 -r1.51 src/sys/compat/mach/mach_task.c
cvs rdiff -r1.30 -r1.31 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.