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
/
kern
/
kern_rwlock.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace expanded version of RW_PROC() with the macro.
weingart
2011-07-05
1
-2
/
+2
*
Add stricter asserts to DIAGNOSTIC kernels to help catch mutex and
matthew
2010-09-24
1
-1
/
+12
*
Remove unrelated bit from last commit which breaks at least 2 arches.
blambert
2009-08-13
1
-8
/
+1
*
rwlock assertion functions, currently unused
blambert
2009-08-13
1
-1
/
+32
*
print lock name in some panic messages so we know what's up
tedu
2007-05-13
1
-4
/
+7
*
Kill a dead variable.
art
2007-05-04
1
-6
/
+2
*
- Rename rw_test_and_set to rw_cas, since most litterature uses the
art
2007-05-04
1
-12
/
+27
*
Implement RW_DOWNGRADE that downgrades an exclusive lock to a shared lock
art
2007-04-04
1
-7
/
+31
*
s/completly/completely/
mk
2006-11-30
1
-2
/
+2
*
remove upgrade/downgrade, they are useless.
tedu
2006-06-02
1
-73
/
+33
*
add a name to rwlock so that we can tell where procs are getting stuck
tedu
2006-05-07
1
-3
/
+4
*
much -> must
pedro
2006-04-20
1
-2
/
+3
*
oring in PCATCH doesn't help if we don't pass the right prio to tsleep
tedu
2006-01-06
1
-2
/
+2
*
check in of "rwlock.20051230" from art.
tedu
2006-01-06
1
-115
/
+145
*
I was wrong. The assymetry created by the proc argument to rw_enter_write
art
2004-07-21
1
-3
/
+5
*
don't leave test code enabled, spotted Dries Schellekens
tedu
2003-11-18
1
-3
/
+1
*
add lightwight reader/writer locks from art@. we will be using these
tedu
2003-11-18
1
-0
/
+220