Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/sys/compat/linux/common
Module Name: src
Committed By: tron
Date: Sun Aug 15 14:07:39 UTC 2004
Modified Files:
src/sys/compat/linux/common [netbsd-2-0]: linux_exec.c
Log Message:
Pull up revision 1.72 (requested by jdolecek in ticket #762):
fix two bugs in previous:
* flags passed from fork1() are FORK_*, not CLONE_*; thus, correct is to check
for FORK_SHAREVM, not CLONE_VM
* fix a reference counting bug
To generate a diff of this commit:
cvs rdiff -r1.70.2.1 -r1.70.2.2 src/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.
Home |
Main Index |
Thread Index |
Old Index