summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread
AgeCommit message (Expand)Author
2024-08-29Convert prototypes to new style.Claudio Jeker
2024-08-29Use signal handler safe dprintf() instead of asprintf + writeClaudio Jeker
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-05-13Output the relevant time specs before the assertion, in the hopes ofAnton Lindqvist
2021-12-24Run malloc_duel for 60 seconds instead of 20. It did find kernelAlexander Bluhm
2021-12-13remove a couple hundred sys/param.h includes in userland code, andTheo de Raadt
2021-06-23Adjust test. You're not supposed to change errno in a signal handler andMark Kettenis
2020-04-06Update my email address.Paul Irofti
2019-12-20Fix the sem_timedwait(3) test.cheloha
2019-05-16enable malloc_duel; "tests want to run" bluhm@Otto Moerbeek
2019-05-15Turn the 2 thread duel into a 11 thread melee.Otto Moerbeek
2019-05-14Remove the REGRESS_MAXTIME feature from regress framework. TheAlexander Bluhm
2019-03-04link pthread_rwlock2 testSebastien Marie
2019-03-04add a new pthread_rwlock test based on concurrent rw/rd access on a buffer.Sebastien Marie
2018-05-21In general I like verbose tests as output makes debugging easier.Alexander Bluhm
2018-04-27Fix sem_timedwait regress test. Needs SA_RESTART to block now.Paul Irofti
2018-04-27pthread_join() must not return EINTRPhilip Guenther
2018-04-26Prefer <fcntl.h> over <sys/fcntl.h> in userlandPhilip Guenther
2017-11-16Disable the pthread_once subtest until the problem with samba portAlexander Bluhm
2017-10-16Add regress test for cancellation of pthread_once()'s init_routinePhilip Guenther
2017-09-07Try both libpthread and RTLD_DEFAULT when looking up functionsPhilip Guenther
2017-07-29Remove unused function and variable to shut up warning. Put backAlexander Bluhm
2017-07-29repair regress for more aggressive post fork checking in library.Ted Unangst
2017-07-07Remove all references to "make depend" from regress.Alexander Bluhm
2017-05-30Fix a race by always modifying the 'counter' variable while holding theMartin Pieuchot
2017-05-27Do not connect to cvs.openbsd.org in regress. Run on loopback toAlexander Bluhm
2017-05-27Go to sleep to let our contending thread win a race.Martin Pieuchot
2016-09-21set BIOCIMMEDIATE, makes the test work for lo0, which does more bufferingOtto Moerbeek
2016-09-20switch master & slave; prompted by bluhm@Otto Moerbeek
2016-09-20don't depend on /dev/tty, in bluhm's framework there is no such thingOtto Moerbeek
2016-09-01Tighten up the siginfo checkPhilip Guenther
2016-09-01delete wrong cvs $ tagsTheo de Raadt
2016-08-09When interrupted, connect() should leave the socket connecting in thePhilip Guenther
2016-05-10In a signal handler use snprintf()+local buffer instead of asprintf+freePhilip Guenther
2016-05-10Test that various calls can be interrupted in a non-threaded process,Philip Guenther
2016-03-20Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0])Kenneth R Westerback
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2016-01-27Properly initialize sin_family.Jeremie Courreges-Anglas
2015-11-19hint: compile before commitTheo de Raadt
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-09-14init a variable to avoid spurious failurePhilip Guenther
2015-09-14Check pselect, poll, and ppoll tooPhilip Guenther
2015-09-14Add regress for cancellation of wait/waitpid/wait3/wait4Philip Guenther
2014-11-16Delete a test which required behavior not defined by the specPhilip Guenther
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-03Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.Miod Vallat
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2014-01-22There can be resolution-worth of slop in two places, so accept thatPhilip Guenther
2013-12-26spacingMark Kettenis