CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2011/09/17 20:23:18
Modified files: sys/compat/linux: files.linux linux_emuldata.h linux_exec.c syscalls.master Added files: sys/compat/linux: linux_futex.c linux_futex.h Log message: Add futex support for compat/linux. Based on Emmanuel Dreyfus work with additions, tricks and adaptations by me. Lots of help and reviewing by guenther@ and oga@. Okay guenther@.