Subject: CVS commit: src/sys/compat
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 12/30/2002 20:44:34
Module Name:	src
Committed By:	manu
Date:		Mon Dec 30 18:44:34 UTC 2002

Modified Files:
	src/sys/compat/darwin: darwin_exec.c
	src/sys/compat/mach: mach_message.c mach_message.h mach_port.c
	    mach_port.h mach_syscall.h mach_syscallargs.h mach_syscalls.c
	    mach_sysent.c mach_task.c mach_thread.c

Log Message:
- When mach_init saves the bootstrap port, make it the default bootstrap port
for any program we will launch later. This is a hack to avoid the need
of launching any Darwin binary as a child of mach_init
- More and more debug


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/compat/darwin/darwin_exec.c
cvs rdiff -r1.14 -r1.15 src/sys/compat/mach/mach_message.c
cvs rdiff -r1.11 -r1.12 src/sys/compat/mach/mach_message.h
cvs rdiff -r1.24 -r1.25 src/sys/compat/mach/mach_port.c
cvs rdiff -r1.12 -r1.13 src/sys/compat/mach/mach_port.h
cvs rdiff -r1.8 -r1.9 src/sys/compat/mach/mach_syscall.h \
    src/sys/compat/mach/mach_syscallargs.h \
    src/sys/compat/mach/mach_syscalls.c src/sys/compat/mach/mach_sysent.c
cvs rdiff -r1.17 -r1.18 src/sys/compat/mach/mach_task.c
cvs rdiff -r1.10 -r1.11 src/sys/compat/mach/mach_thread.c

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