summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update my email address.pirofti2020-04-062-4/+4
* Fix the sem_timedwait(3) test.cheloha2019-12-201-9/+25
* enable malloc_duel; "tests want to run" bluhm@otto2019-05-161-3/+3
* Turn the 2 thread duel into a 11 thread melee.otto2019-05-151-4/+8
* Remove the REGRESS_MAXTIME feature from regress framework. Thebluhm2019-05-143-9/+3
* link pthread_rwlock2 testsemarie2019-03-041-2/+2
* add a new pthread_rwlock test based on concurrent rw/rd access on a buffer.semarie2019-03-042-0/+116
* In general I like verbose tests as output makes debugging easier.bluhm2018-05-212-33/+30
* Fix sem_timedwait regress test. Needs SA_RESTART to block now.pirofti2018-04-271-2/+2
* pthread_join() must not return EINTRguenther2018-04-271-3/+25
* Prefer <fcntl.h> over <sys/fcntl.h> in userlandguenther2018-04-261-6/+6
* Disable the pthread_once subtest until the problem with samba portbluhm2017-11-161-1/+8
* Add regress test for cancellation of pthread_once()'s init_routineguenther2017-10-163-2/+55
* Try both libpthread and RTLD_DEFAULT when looking up functionsguenther2017-09-071-2/+3
* Remove unused function and variable to shut up warning. Put backbluhm2017-07-291-11/+2
* repair regress for more aggressive post fork checking in library.tedu2017-07-291-18/+1
* Remove all references to "make depend" from regress.bluhm2017-07-071-2/+2
* Fix a race by always modifying the 'counter' variable while holding thempi2017-05-301-3/+3
* Do not connect to cvs.openbsd.org in regress. Run on loopback tobluhm2017-05-271-5/+12
* Go to sleep to let our contending thread win a race.mpi2017-05-271-1/+2
* set BIOCIMMEDIATE, makes the test work for lo0, which does more bufferingotto2016-09-211-1/+4
* switch master & slave; prompted by bluhm@otto2016-09-202-4/+4
* don't depend on /dev/tty, in bluhm's framework there is no such thingotto2016-09-204-10/+12
* Tighten up the siginfo checkguenther2016-09-011-3/+3
* delete wrong cvs $ tagsderaadt2016-09-011-2/+1
* When interrupted, connect() should leave the socket connecting in theguenther2016-08-091-2/+5
* In a signal handler use snprintf()+local buffer instead of asprintf+freeguenther2016-05-101-6/+6
* Test that various calls can be interrupted in a non-threaded process,guenther2016-05-103-3/+707
* Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])krw2016-03-201-14/+14
* Last parameter to execl[e]() functions *must* be cast to a pointer.krw2016-03-171-2/+2
* Properly initialize sin_family.jca2016-01-273-3/+6
* hint: compile before commitderaadt2015-11-191-3/+3
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-043-9/+9
* init a variable to avoid spurious failureguenther2015-09-141-2/+2
* Check pselect, poll, and ppoll tooguenther2015-09-141-4/+77
* Add regress for cancellation of wait/waitpid/wait3/wait4guenther2015-09-143-2/+116
* Delete a test which required behavior not defined by the specguenther2014-11-161-15/+2
* Only need <stdint.h> and not all of <inttypes.h> hereguenther2014-08-101-2/+2
* zap trailing newlines; "go for it" deraadtokan2014-07-162-4/+2
* Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.miod2014-07-031-2/+2
* Use errc/warnc to simplify code.guenther2014-05-202-5/+5
* There can be resolution-worth of slop in two places, so accept thatguenther2014-01-221-1/+2
* spacingkettenis2013-12-261-2/+2
* Use a bigger timeout, otherwise this test fails on some (not really) slowerkettenis2013-12-221-1/+3
* Use timespec and CLOCK_MONOTONIC for a timing testguenther2013-12-211-10/+15
* use lld format string and a cast for time_tjsg2013-10-291-3/+3
* Add a test to verify that disabling cancelation defers it until reenabled.guenther2013-10-061-2/+46
* Some tests are currently failing. Only run those if the REGRESS_FULLkettenis2013-08-011-11/+16
* Add earlysig test to check whether the pthread fork() wrapperguenther2013-06-213-2/+95
* Disable the blocked_{close,dup2,fifo} tests, as we know they failguenther2013-03-251-3/+8