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
/
sys
/
mutex.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-23
Remove file name and line number output from witness(4)
visa
1
-14
/
+4
2019-03-23
Add a simple spinning mutex for ddb. Unlike mutex(9), this lock keeps
visa
1
-1
/
+15
2019-01-23
eliminate a ?: in witness mtx initializer by pushing the default one
tedu
1
-3
/
+3
2018-06-08
Constipate all the struct lock_type's so they go into .rodata
guenther
1
-4
/
+4
2018-03-27
Try harder to execute code protected by mutexes after entering ddb(4).
mpi
1
-3
/
+3
2018-02-10
Artur Grabowski agreed to relicense his C mutex implementation under ISC.
mpi
1
-21
/
+12
2018-01-25
Move common mutex implementations to a MI place.
mpi
1
-1
/
+60
2017-11-29
Show line number correctly in synthetic mutex names.
visa
1
-3
/
+3
2017-08-12
Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappers
guenther
1
-11
/
+10
2017-05-16
use _mtx_init instead of __mtx_init inside mtx_init on !WITNESS kernels
dlg
1
-3
/
+3
2017-04-20
Hook up mutex(9) to witness(4).
visa
1
-6
/
+61
2009-08-13
A new(er) mtx_enter_try().
weingart
1
-1
/
+2
2009-04-27
Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on
kettenis
1
-2
/
+1
2009-04-25
Enter mtx_enter_try. In part for completeness, things may start
weingart
1
-1
/
+2
2007-05-15
Remove the MI implementation of mutexes and remove the __HAVE_MUTEX
art
1
-56
/
+1
2005-07-18
remove trailing newline in panic(9); ok millert@ and deraadt@
fgsch
1
-3
/
+3
2004-10-01
add some missing $, ok djm@ 'That looks fine to me' millert@
jsg
1
-0
/
+2
2004-07-20
Introducing mutexes - cpu-owned spinning locks with spl semantics.
art
1
-0
/
+109