| Commit message (Expand) | Author | Age | Files | Lines |
* | Update my email address. |  pirofti | 2020-04-06 | 2 | -4/+4 |
* | Fix the sem_timedwait(3) test. |  cheloha | 2019-12-20 | 1 | -9/+25 |
* | enable malloc_duel; "tests want to run" bluhm@ |  otto | 2019-05-16 | 1 | -3/+3 |
* | Turn the 2 thread duel into a 11 thread melee. |  otto | 2019-05-15 | 1 | -4/+8 |
* | Remove the REGRESS_MAXTIME feature from regress framework. The |  bluhm | 2019-05-14 | 3 | -9/+3 |
* | link pthread_rwlock2 test |  semarie | 2019-03-04 | 1 | -2/+2 |
* | add a new pthread_rwlock test based on concurrent rw/rd access on a buffer. |  semarie | 2019-03-04 | 2 | -0/+116 |
* | In general I like verbose tests as output makes debugging easier. |  bluhm | 2018-05-21 | 2 | -33/+30 |
* | Fix sem_timedwait regress test. Needs SA_RESTART to block now. |  pirofti | 2018-04-27 | 1 | -2/+2 |
* | pthread_join() must not return EINTR |  guenther | 2018-04-27 | 1 | -3/+25 |
* | Prefer <fcntl.h> over <sys/fcntl.h> in userland |  guenther | 2018-04-26 | 1 | -6/+6 |
* | Disable the pthread_once subtest until the problem with samba port |  bluhm | 2017-11-16 | 1 | -1/+8 |
* | Add regress test for cancellation of pthread_once()'s init_routine |  guenther | 2017-10-16 | 3 | -2/+55 |
* | Try both libpthread and RTLD_DEFAULT when looking up functions |  guenther | 2017-09-07 | 1 | -2/+3 |
* | Remove unused function and variable to shut up warning. Put back |  bluhm | 2017-07-29 | 1 | -11/+2 |
* | repair regress for more aggressive post fork checking in library. |  tedu | 2017-07-29 | 1 | -18/+1 |
* | Remove all references to "make depend" from regress. |  bluhm | 2017-07-07 | 1 | -2/+2 |
* | Fix a race by always modifying the 'counter' variable while holding the |  mpi | 2017-05-30 | 1 | -3/+3 |
* | Do not connect to cvs.openbsd.org in regress. Run on loopback to |  bluhm | 2017-05-27 | 1 | -5/+12 |
* | Go to sleep to let our contending thread win a race. |  mpi | 2017-05-27 | 1 | -1/+2 |
* | set BIOCIMMEDIATE, makes the test work for lo0, which does more buffering |  otto | 2016-09-21 | 1 | -1/+4 |
* | switch master & slave; prompted by bluhm@ |  otto | 2016-09-20 | 2 | -4/+4 |
* | don't depend on /dev/tty, in bluhm's framework there is no such thing |  otto | 2016-09-20 | 4 | -10/+12 |
* | Tighten up the siginfo check |  guenther | 2016-09-01 | 1 | -3/+3 |
* | delete wrong cvs $ tags |  deraadt | 2016-09-01 | 1 | -2/+1 |
* | When interrupted, connect() should leave the socket connecting in the |  guenther | 2016-08-09 | 1 | -2/+5 |
* | In a signal handler use snprintf()+local buffer instead of asprintf+free |  guenther | 2016-05-10 | 1 | -6/+6 |
* | Test that various calls can be interrupted in a non-threaded process, |  guenther | 2016-05-10 | 3 | -3/+707 |
* | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) |  krw | 2016-03-20 | 1 | -14/+14 |
* | Last parameter to execl[e]() functions *must* be cast to a pointer. |  krw | 2016-03-17 | 1 | -2/+2 |
* | Properly initialize sin_family. |  jca | 2016-01-27 | 3 | -3/+6 |
* | hint: compile before commit |  deraadt | 2015-11-19 | 1 | -3/+3 |
* | replace setbuf with setvbuf, from Frederic Nowak |  tedu | 2015-11-04 | 3 | -9/+9 |
* | init a variable to avoid spurious failure |  guenther | 2015-09-14 | 1 | -2/+2 |
* | Check pselect, poll, and ppoll too |  guenther | 2015-09-14 | 1 | -4/+77 |
* | Add regress for cancellation of wait/waitpid/wait3/wait4 |  guenther | 2015-09-14 | 3 | -2/+116 |
* | Delete a test which required behavior not defined by the spec |  guenther | 2014-11-16 | 1 | -15/+2 |
* | Only need <stdint.h> and not all of <inttypes.h> here |  guenther | 2014-08-10 | 1 | -2/+2 |
* | zap trailing newlines; "go for it" deraadt |  okan | 2014-07-16 | 2 | -4/+2 |
* | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. |  miod | 2014-07-03 | 1 | -2/+2 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-20 | 2 | -5/+5 |
* | There can be resolution-worth of slop in two places, so accept that |  guenther | 2014-01-22 | 1 | -1/+2 |
* | spacing |  kettenis | 2013-12-26 | 1 | -2/+2 |
* | Use a bigger timeout, otherwise this test fails on some (not really) slower |  kettenis | 2013-12-22 | 1 | -1/+3 |
* | Use timespec and CLOCK_MONOTONIC for a timing test |  guenther | 2013-12-21 | 1 | -10/+15 |
* | use lld format string and a cast for time_t |  jsg | 2013-10-29 | 1 | -3/+3 |
* | Add a test to verify that disabling cancelation defers it until reenabled. |  guenther | 2013-10-06 | 1 | -2/+46 |
* | Some tests are currently failing. Only run those if the REGRESS_FULL |  kettenis | 2013-08-01 | 1 | -11/+16 |
* | Add earlysig test to check whether the pthread fork() wrapper |  guenther | 2013-06-21 | 3 | -2/+95 |
* | Disable the blocked_{close,dup2,fifo} tests, as we know they fail |  guenther | 2013-03-25 | 1 | -3/+8 |