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
Age
Commit message (
Expand
)
Author
2019-07-09
return return atf_no_error() instead of 0 for consistency.
maya
2019-04-24
Add a complete C11 threads(3) implementation
kamil
2019-03-06
add joins
christos
2018-02-28
Simplify - it's enough to set nctx.uc_link to &octx to restore old
uwe
2018-02-28
Add missing $ in the RCSID.
uwe
2018-02-27
threadfunc - we do return from swapcontext() (since revision 1.2),
uwe
2018-02-27
swapfunc() is not passed to pthread_create, there's no need for it to
uwe
2018-02-27
Drop unnecessary cast to makecontext() argument.
uwe
2018-02-27
Cleanup trailing whitespace.
uwe
2017-12-01
Since there has been no objection (or even comment) in response
kre
2017-08-25
PR/49003: Ngie Cooper: add <sys/time.h>
ginsbach
2017-07-11
Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This
joerg
2017-07-02
Export the guard size of the main thread via vm.guard_size. Add a
joerg
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
beware of your shadow
christos
2017-01-16
PR/51885: Ngie Cooper: Add delays to avoid races.
christos
2017-01-16
PR/51884: Ngie Cooper: Include and message fixes
christos
2017-01-16
PR/51886: Ngie Cooper: Use _exit instead of exit
christos
2017-01-16
PR/51887: Ngie Cooper: Include and error message fixes
christos
2017-01-16
PR/51890: Ngie Cooper: include and error message fixes.
christos
2017-01-16
PR/51888: Ngie Cooper: more error checking, missing includes
christos
2017-01-16
PR/51889: Ngie Cooper: add sys/time.h
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
2015-06-26
Check that PTHREAD_RWLOCK_INITIALIZER works.
pooka
2014-11-04
PR misc/49356 remove unnecessary references to atf-c/config.h
justin
2014-09-03
The cond_timedwait_race test case is no longer expected to fail; it
gson
2014-08-25
Go back to the initial context (as tests/lib/libc/sys/t_swapcontext.c does)
bouyer
2014-02-09
Use compiler builtins instead of atf_arch and atf_machine.
jmmv
2013-10-19
fix unused variable warnings
christos
2013-04-12
loosen the test only for qemu.
christos
2013-04-12
Make cond_wait_mono and cond_wait_real tests accept a wait time in the
gson
2013-03-29
fix printf formats
christos
2013-03-28
Add pthread_cond_timedwait(3) test from PR/47703
christos
2013-03-21
new dlopen tests for libpthread from manu@
christos
2013-03-17
Try to trigger the cond_timedwait_race race several times.
jmmv
2013-01-27
exitting -> exiting.
mbalmer
2012-09-12
setcontext() used to be incompatible with -lpthread since it affected
manu
2012-03-12
Also exercise pthread_attr_setstacksize.
joerg
2012-03-09
It is perfectly valid for sem_wait to be interrupted, so loop on EINTR.
joerg
2012-03-07
Remove libpthread's semaphore implementation and always use the kernel
joerg
2011-12-12
Remove bogus check that (a) depends uninitialised memory (b) overflows a
joerg
2011-08-22
Requires stdint.h.
dholland
[next]