Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/26/2002 13:41:48
Module Name:	src
Committed By:	manu
Date:		Thu Dec 26 11:41:47 UTC 2002

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

Log Message:
Queue and dequeue message replies from kernel servers. This is less efficient,
but it sticks closer to the actual Mach semantics: the reply is queued at the
end of the queue. Also add more debug messages on port operations.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.19 -r1.20 src/sys/compat/mach/mach_port.c

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