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
/
kern
/
kern_rwlock.c
Age
Commit message (
Expand
)
Author
2009-08-13
Remove unrelated bit from last commit which breaks at least 2 arches.
Bret Lambert
2009-08-13
rwlock assertion functions, currently unused
Bret Lambert
2007-05-13
print lock name in some panic messages so we know what's up
Ted Unangst
2007-05-04
Kill a dead variable.
Artur Grabowski
2007-05-04
- Rename rw_test_and_set to rw_cas, since most litterature uses the
Artur Grabowski
2007-04-04
Implement RW_DOWNGRADE that downgrades an exclusive lock to a shared lock
Artur Grabowski
2006-11-30
s/completly/completely/
Michael Knudsen
2006-06-02
remove upgrade/downgrade, they are useless.
Ted Unangst
2006-05-07
add a name to rwlock so that we can tell where procs are getting stuck
Ted Unangst
2006-04-20
much -> must
Pedro Martelletto
2006-01-06
oring in PCATCH doesn't help if we don't pass the right prio to tsleep
Ted Unangst
2006-01-06
check in of "rwlock.20051230" from art.
Ted Unangst
2004-07-21
I was wrong. The assymetry created by the proc argument to rw_enter_write
Artur Grabowski
2003-11-18
don't leave test code enabled, spotted Dries Schellekens
Ted Unangst
2003-11-18
add lightwight reader/writer locks from art@. we will be using these
Ted Unangst