Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/linux
Module Name: src
Committed By: njoly
Date: Wed Nov 19 13:09:19 UTC 2008
Modified Files:
src/sys/compat/linux/arch/amd64: syscalls.master
src/sys/compat/linux/arch/i386: syscalls.master
src/sys/compat/linux/common: linux_futex.c linux_time.c
Log Message:
futex(2) timeout argument cleanup/fix.
- Use `struct linux_timespec', converted to native structure.
- Ensure that provided values are correct.
- Replace timeval+tvtohz by tstohz.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/compat/linux/arch/amd64/syscalls.master
cvs rdiff -r1.94 -r1.95 src/sys/compat/linux/arch/i386/syscalls.master
cvs rdiff -r1.19 -r1.20 src/sys/compat/linux/common/linux_futex.c
cvs rdiff -r1.26 -r1.27 src/sys/compat/linux/common/linux_time.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