Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/20/2002 00:23:08
Module Name:	src
Committed By:	manu
Date:		Thu Dec 19 22:23:08 UTC 2002

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

Log Message:
First attempt on mach ports sets. Also maitian only one list of rights
per process, as segregating recv, send and send_once did not buy anything.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/compat/mach/mach_exec.c
cvs rdiff -r1.9 -r1.10 src/sys/compat/mach/mach_exec.h \
    src/sys/compat/mach/mach_port.h
cvs rdiff -r1.4 -r1.5 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.17 -r1.18 src/sys/compat/mach/mach_port.c
cvs rdiff -r1.13 -r1.14 src/sys/compat/mach/mach_task.c

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