Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/linux/common
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.
Home |
Main Index |
Thread Index |
Old Index