index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
pthread_mutex.c
Age
Commit message (
Expand
)
Author
2003-11-24
Update mutex/rwlock/sem code to match recent change in cond code.
cl
2003-05-27
add missing notreached lint comment.
christos
2003-05-16
Separately report unlocking an unlocked mutex and unlocking a mutex
nathanw
2003-04-23
Use pthread__error() instead of pthread__abort().
nathanw
2003-04-18
More agressive assertions. Change a number of detected conditions, which
nathanw
2003-04-16
pthread_mutex_trylock(): It's not an error to call trylock() on a
nathanw
2003-04-16
When a thread sleeps on a mutex or cv, have it put itself on the
nathanw
2003-03-08
add __RCSID()
lukem
2003-02-15
Remove unnecessary inclusion of <assert.h>.
nathanw
2003-01-31
Mutex tuneup.
nathanw
2003-01-27
Add debug counters for mutex and condvar operations.
nathanw
2003-01-22
Need to include <string.h> for memcmp() prototype.
scw
2003-01-19
Fix typo.
thorpej
2003-01-19
Add mutexattr_init(), mutexattr_destroy(), and mutexattr_settype() (recursive
thorpej
2003-01-18
de-lint
christos
2003-01-18
Merge the nathanw_sa branch.
thorpej