Age | Commit message (Expand) | Author |
2012-06-23 | add (currently failing) stackjmp regress test | Matthew Dempsky |
2012-06-20 | no more mac68k; | Jason McIntyre |
2012-06-20 | more mac68k bits for the attic | Matthew Dempsky |
2012-06-15 | Add a regress test for ld.so's DF_1_NOOPEN support. | Matthew Dempsky |
2012-06-02 | In groff, trying to redefine standard man(7) macros before .TH has no effect; | Ingo Schwarze |
2012-06-02 | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze |
2012-06-01 | don't delete .* on cleanup due to unintended env expansion; pointed out in | Damien Miller |
2012-06-01 | append to rather than truncate test log; bz#2013 from openssh AT | Damien Miller |
2012-05-31 | Fix blank line handling in .if. | Ingo Schwarze |
2012-05-28 | While i already got my fingers dirty on mandoc_escape(), | Ingo Schwarze |
2012-05-28 | Make recursive parsing of roff(7) escapes actually work in the general case, | Ingo Schwarze |
2012-05-28 | Implement the roff \z escape sequence, intended to output the next | Ingo Schwarze |
2012-05-27 | Make sure a nasty bug reported by naddy@ on July 3, 2011 | Ingo Schwarze |
2012-05-27 | some real tbl(7) regression tests | Ingo Schwarze |
2012-05-27 | Fix the vertical spacing around tbl(7) instances in man(7). | Ingo Schwarze |
2012-05-13 | Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests | Darren Tucker |
2012-05-05 | old libs outside of /usr/local should keep their directories around too | Marc Espie |
2012-05-03 | Add pthread spinlock support. | Paul Irofti |
2012-04-13 | Remove suspend_np1 test from regress | Kurt Miller |
2012-04-13 | Remove suspend_np1 from regress build. | Kurt Miller |
2012-04-13 | Make it easier to compile regress tests on other OSes | Philip Guenthe |
2012-04-12 | regress tests for moe gm4 compat | Marc Espie |
2012-04-12 | rfork RIP | Philip Guenthe |
2012-04-11 | Add a simple barrier regression test. | Paul Irofti |
2012-03-24 | Another tiny test case | Philip Guenthe |
2012-03-19 | Add blocked_fifo. | Owain Ainsworth |
2012-03-19 | Add a (failing) test for a deadlock with fifos and threads. | Owain Ainsworth |
2012-03-13 | better bounds | Otto Moerbeek |
2012-03-13 | rough test of the bc(1) math lib | Otto Moerbeek |
2012-03-07 | another questionable hang. | Federico G. Schwindt |
2012-03-05 | If the main thread exits, the process should still be able to get | Philip Guenthe |
2012-03-03 | Add tests for sem_timedwait() | Philip Guenthe |
2012-03-03 | Verify that sem_wait() doesn't return zero without decrementing the | Philip Guenthe |
2012-03-03 | While we guarantee that a zero-filled sem_t variable will trigger | Philip Guenthe |
2012-02-27 | test based on python's dubious test_3_join_in_forked_from_thread test. | Federico G. Schwindt |
2012-02-26 | update error message. inetd has not been used since rev 1.3. | Federico G. Schwindt |
2012-02-26 | similar change to the setsockopt1.c one: use the resolution of the monotonic | Federico G. Schwindt |
2012-02-26 | Remove OpenBSD release numbers from these tests, | Ingo Schwarze |
2012-02-26 | Let this compile with gcc 2. | Miod Vallat |
2012-02-23 | Check that PTHREAD_MUTEX_NORMAL mutexes will self-deadlock and that | Philip Guenthe |
2012-02-22 | similar change to the setsockopt1.c one: use the resolution of the monotonic | Federico G. Schwindt |
2012-02-21 | Add pthread_suspend_np regress test. okay guenther@ | Kurt Miller |
2012-02-20 | Switch the time measuring to be in timespecs, and then check the | Philip Guenthe |
2012-02-20 | - remove invalid potions of blocked_* regress tests | Kurt Miller |
2012-02-20 | Disable the dup2_race test, as it requires a buggy behavior that uthreads | Philip Guenthe |
2012-02-20 | Round-robin behavior isn't guaranteed by SCHED_OTHER and the kernel | Philip Guenthe |
2012-02-20 | Enable the errno test; add a quick rwlocks test | Philip Guenthe |
2012-02-20 | End the output with a newline | Philip Guenthe |
2012-02-20 | This test needs a large nprocs ulimit, so just have it raise its own | Philip Guenthe |
2012-02-20 | Need to block the signals in all thread for the kill(getpid(), SIGFOO) | Philip Guenthe |