summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_futex.c
AgeCommit message (Expand)Author
2007-11-04- Replace lockmgr with mutex;rmind
2007-10-19Add compat_linux and exec_linux_elf lkm support for amd64:njoly
2006-07-24typomanu
2006-07-09If the user process requests a non null timeout, make sure we do not turnmanu
2005-11-23- Add Linux tkill and tgkill (partial emulation).manu
2005-11-09Prevent integer overflow in timout calculation.manu
2005-11-08Correctly computes futex timeout.manu
2005-11-05Implement more of Linux futex(2)manu
2005-11-04Implement Linux futex ang gettidmanu