Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 03/15/2001 21:18:21
Module Name: syssrc
Committed By: manu
Date: Thu Mar 15 19:18:21 UTC 2001
Modified Files:
syssrc/sys/compat/linux/common: linux_emuldata.h linux_exec.c
linux_misc.c
Log Message:
Fixed brk() emulation. We now keep track of the processes' idea of the
break value. See http://mail-index.netbsd.org/tech-kern/2001/03/15/0000.html
for more details.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/compat/linux/common/linux_emuldata.h
cvs rdiff -r1.45 -r1.46 syssrc/sys/compat/linux/common/linux_exec.c
cvs rdiff -r1.83 -r1.84 syssrc/sys/compat/linux/common/linux_misc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.