Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 11/04/2007 11:10:34
Module Name:	src
Committed By:	rmind
Date:		Sun Nov  4 11:10:34 UTC 2007

Modified Files:
	src/sys/compat/linux/common: linux_futex.c

Log Message:
- Replace lockmgr with mutex;
- Use condvars instead of tsleep/wakeup;
- Replace malloc with kmem;
- Use itimespecfix/tstohz;

Reviewed by <ad>.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/compat/linux/common/linux_futex.c

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