Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/23/2005 22:38:46
Module Name: src
Committed By: manu
Date: Wed Nov 23 22:38:46 UTC 2005
Modified Files:
src/sys/compat/linux/common: linux_exec.c
Log Message:
To awake all processes sleeping on a futex, set maximum value to 0x7fffffff
instead of -1 (0xffffffff): the value is signed...
To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 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.