index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
linux_futex.c
Age
Commit message (
Expand
)
Author
2013-04-10
futex: Prevent multiple futex pool initializations.
Paul Irofti
2013-04-10
futex: Sprinkle a few debug printfs that helped me in the past.
Paul Irofti
2013-04-10
futex: Assert that the refcount is larger than 0 when doing futex_put.
Paul Irofti
2013-01-15
Process futex requeuing even when the thread times out or is signaled.
Philip Guenther
2012-11-19
Use a more descriptive name for the userland cas operation.
Paul Irofti
2012-06-19
Count should always start from zero.
Paul Irofti
2012-06-19
Set the appropiate return value on futex wait.
Paul Irofti
2012-06-19
Avoid eternal sleep.
Paul Irofti
2012-06-19
Add 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-19
Improve debug output and fix some style. No functional change.
Paul Irofti
2012-06-19
Change the pool_get() flags from WAITOK to NOWAIT.
Paul Irofti
2012-06-16
compat_linux: Don't hold the lock while pool_get'ing with WAITOK.
Paul Irofti
2011-09-18
Add futex support for compat/linux.
Paul Irofti