summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_futex.c
AgeCommit message (Expand)Author
2013-04-10futex: Prevent multiple futex pool initializations.Paul Irofti
2013-04-10futex: Sprinkle a few debug printfs that helped me in the past.Paul Irofti
2013-04-10futex: Assert that the refcount is larger than 0 when doing futex_put.Paul Irofti
2013-01-15Process futex requeuing even when the thread times out or is signaled.Philip Guenther
2012-11-19Use a more descriptive name for the userland cas operation.Paul Irofti
2012-06-19Count should always start from zero.Paul Irofti
2012-06-19Set the appropiate return value on futex wait.Paul Irofti
2012-06-19Avoid eternal sleep.Paul Irofti
2012-06-19Add extra argument validation for the futex syscall.Paul Irofti
2012-06-19- remove outdated comment, we already do an equivalent of linux' access_ok()Jasper Lievisse Adriaanse
2012-06-19Improve debug output and fix some style. No functional change.Paul Irofti
2012-06-19Change the pool_get() flags from WAITOK to NOWAIT.Paul Irofti
2012-06-16compat_linux: Don't hold the lock while pool_get'ing with WAITOK.Paul Irofti
2011-09-18Add futex support for compat/linux.Paul Irofti