Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/08/2003 19:27:38
Module Name:	src
Committed By:	manu
Date:		Mon Dec  8 19:27:38 UTC 2003

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

Log Message:
Factor the code for OOL data movement into mach_ool_copyin and
mach_ool_copyout.

Handle port namespace and address space translations when OOL
data moves between different processes (untested)


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/compat/mach/mach_iokit.c
cvs rdiff -r1.35 -r1.36 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.21 -r1.22 src/sys/compat/mach/mach_message.h
cvs rdiff -r1.47 -r1.48 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.