index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
linux_futex.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove the Linux emulation code, no longer referenced by anything
naddy
2016-03-02
1
-753
/
+0
*
The futex_pool and futex_wp_pool pools never get used in interrupt context.
kettenis
2015-09-04
1
-4
/
+4
*
Release CPU mutexes on EINVAL.
doug
2014-08-20
1
-2
/
+3
*
Start to deal with the time_t change's effect on compat/linux:
guenther
2013-10-25
1
-3
/
+3
*
futex: Prevent multiple futex pool initializations.
pirofti
2013-04-10
1
-5
/
+10
*
futex: Sprinkle a few debug printfs that helped me in the past.
pirofti
2013-04-10
1
-1
/
+8
*
futex: Assert that the refcount is larger than 0 when doing futex_put.
pirofti
2013-04-10
1
-1
/
+2
*
Process futex requeuing even when the thread times out or is signaled.
guenther
2013-01-15
1
-12
/
+24
*
Use a more descriptive name for the userland cas operation.
pirofti
2012-11-19
1
-2
/
+2
*
Count should always start from zero.
pirofti
2012-06-19
1
-4
/
+2
*
Set the appropiate return value on futex wait.
pirofti
2012-06-19
1
-1
/
+2
*
Avoid eternal sleep.
pirofti
2012-06-19
1
-3
/
+3
*
Add extra argument validation for the futex syscall.
pirofti
2012-06-19
1
-6
/
+31
*
- remove outdated comment, we already do an equivalent of linux' access_ok()
jasper
2012-06-19
1
-3
/
+1
*
Improve debug output and fix some style. No functional change.
pirofti
2012-06-19
1
-30
/
+39
*
Change the pool_get() flags from WAITOK to NOWAIT.
pirofti
2012-06-19
1
-4
/
+8
*
compat_linux: Don't hold the lock while pool_get'ing with WAITOK.
pirofti
2012-06-16
1
-1
/
+3
*
Add futex support for compat/linux.
pirofti
2011-09-18
1
-0
/
+690