Subject: CVS commit: src/sys/compat/netbsd32
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/25/2004 18:15:45
Module Name:	src
Committed By:	drochner
Date:		Wed Feb 25 18:15:45 UTC 2004

Modified Files:
	src/sys/compat/netbsd32: netbsd32_execve.c

Log Message:
allow to start other emulations (eg native code)
from here: set p_execsw to the new thing, and call
the new emulation's syscall_intern()

XXX there are more differences to kern_exec.c, sa/ras
related afaics, this is harmliss for now since
netbsd32 doesn't support multithreaded programs yet --
one day one execve() implementation should be shared
by native and netbsd32 code.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/compat/netbsd32/netbsd32_execve.c

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