Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/24/2001 13:13:06
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sat Mar 24 11:13:05 UTC 2001

Modified Files:
	syssrc/sys/compat/linux/common: linux_exec.c

Log Message:
Use parent's vmspace in linux_e_proc_fork() hook, the child does not
have vmspace setup yet. This fixes lossage discussed on current-users,
thread "hard lockups with -current and Netscape", and should fix
kern/12433 by <kawamoto@tenjin.org>, maybe also kern/12455.

XXX Threads forked via linux_sys_clone() should share the brk value
XXX if they share vmspace. This needs to be implemented.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 syssrc/sys/compat/linux/common/linux_exec.c

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