Subject: CVS commit: src/sys/compat/mach
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/27/2002 21:57:48
Module Name:	src
Committed By:	manu
Date:		Fri Dec 27 19:57:48 UTC 2002

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

Log Message:
- When MACH_MSG_RCV_LARGE is set, we must return a message with just a header
and a body.
- If mach_init is not availabkle for boostrap requests, try to handle them
in the kernel (we don't really handle them, we just try to avoid hanging there)
- minor tweaks.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/compat/mach/mach_clock.c
cvs rdiff -r1.4 -r1.5 src/sys/compat/mach/mach_clock.h
cvs rdiff -r1.10 -r1.11 src/sys/compat/mach/mach_errno.c \
    src/sys/compat/mach/mach_message.h
cvs rdiff -r1.19 -r1.20 src/sys/compat/mach/mach_exec.c
cvs rdiff -r1.12 -r1.13 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.21 -r1.22 src/sys/compat/mach/mach_port.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/mach/mach_port.h
cvs rdiff -r1.16 -r1.17 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.