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