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
/
tests
/
lib
/
libpthread
/
t_mutex.c
Age
Commit message (
Expand
)
Author
2022-05-07
Bump timeout for slow machines.
rin
2017-12-01
Since there has been no objection (or even comment) in response
kre
2017-04-01
Make the mutex6 test (which fails every know and then, but too rarely
martin
2017-03-23
Avoid using an uninitialized mutex.
martin
2017-03-05
reenable mutex2 and mutex3 on powerpc now that PR 44387 is fixed.
chs
2017-01-16
PR/51888: Ngie Cooper: more error checking, missing includes
christos
2016-10-31
more tests from kamil
christos
2016-10-31
fix typos
christos
2016-10-31
Merge and fix the timed mutex tests to use absolute time.
christos
2016-10-30
Add new test t_timedmutex
kamil
2016-07-31
we require root for sched_fifo, and more verbose messages.
christos
2016-07-06
fix uninitialized var.
christos
2016-07-03
GSoC 2016 Charles Cui: Implement thread priority protection based on work
christos
2014-11-04
PR misc/49356 remove unnecessary references to atf-c/config.h
justin
2014-02-09
Use compiler builtins instead of atf_arch and atf_machine.
jmmv
2011-04-04
Do only set a (lower than default) timeout value if we are on powerpc and
martin
2011-02-21
mutex2/mutex3 are expected to fail on powerpc because of
riz
2011-02-20
The mutex3 test is supposed to use a static initializer so that it differs
jmmv
2010-07-16
Add missing pthread_mutex_init call in mutex3 testcase.
njoly
2010-07-16
Convert the libpthread tests to atf.
jmmv