Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/07/2003 23:44:15
Module Name:	src
Committed By:	manu
Date:		Sun Dec  7 23:44:15 UTC 2003

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

Log Message:
When a task to task message carries ports, translate the port names into the
receiver namespace.

While we are there, refactor mach_msg_overwrite by splitting it into
several smaller functions. It had grown too big to be easily maintainable.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.19 -r1.20 src/sys/compat/mach/mach_message.h

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