Age | Commit message (Expand) | Author |
2016-01-24 | In the OpenBSD-specific part of verify_xref(), discard the standard error | Ingo Schwarze |
2016-01-22 | Replace a (broken) test for @option explicit-update (the code has been | Landry Breuil |
2016-01-16 | better mockup for promptlen() | Ingo Schwarze |
2016-01-12 | The ksh(1) vi editing mode code is much harder to understand than | Ingo Schwarze |
2016-01-10 | tests for double backspace after double-width characters | Ingo Schwarze |
2016-01-10 | Make the test file 7-bit clean and improve diagnostics with hexdump(1), | Ingo Schwarze |
2016-01-10 | some UTF-8 tests | Ingo Schwarze |
2016-01-09 | drop "abort" promise, and make it the default behaviour. | Sebastien Marie |
2016-01-07 | When syslogd is not running, check that no syslog priority or dropped | Alexander Bluhm |
2016-01-05 | Regression suite for ul(1). | Ingo Schwarze |
2015-12-30 | Test logging to console by redirecting the system's console into a | Alexander Bluhm |
2015-12-28 | initialize pointer to avoid undefined free on failure | Brent Cook |
2015-12-23 | Add my machines' configuration files as an example to the readme. | Alexander Bluhm |
2015-12-22 | Test suite for colrm(1) including tests for single byte characters, | Ingo Schwarze |
2015-12-22 | Correct expected results on v6 mcast bind on ANY, and add comments to | Vincent Gross |
2015-12-21 | add parsing tests that must not segfault based on Jonathan Gray initial | Marc Espie |
2015-12-15 | test some valid UTF-8, but in the C locale | Ingo Schwarze |
2015-12-15 | test encoding of a few invalid UTF-8 sequences | Ingo Schwarze |
2015-12-15 | test vis(3)ing | Ingo Schwarze |
2015-12-15 | tests for the following keywords: cwd login group rgroup ruser user | Ingo Schwarze |
2015-12-15 | regression suite for the "command" keyword | Ingo Schwarze |
2015-12-09 | add multicast test suites | Vincent Gross |
2015-12-09 | add a quick test for utf-8 handling | Ted Unangst |
2015-12-07 | Add regression tests for in_pcbbind. | Vincent Gross |
2015-12-07 | basic unit tests for rsa-sha2-* signature types | Damien Miller |
2015-12-06 | test suite for fmt(1) written from scratch | Ingo Schwarze |
2015-12-06 | Check .Xr links by forking "man -f" rather than manually looking | Ingo Schwarze |
2015-12-05 | simplistic regress test for KEVENT_TIMER kqueue(2) calls | Bret Lambert |
2015-12-04 | Comment all existing ARP test cases describing what is going on. | Alexander Bluhm |
2015-12-04 | Enter a static ARP entry for a fake address which is not published | Alexander Bluhm |
2015-11-05 | Add regression tests for the ARP implementation in the kernel. Send | Alexander Bluhm |
2015-12-04 | tweak wc test to include a nonbreaking space | Ted Unangst |
2015-12-04 | Add tests that call the syscalls sendsyslog(2) and sendsyslog2(2) | Alexander Bluhm |
2015-12-04 | add a test for wc -m | Ted Unangst |
2015-12-04 | Sync after rt_mask() removal. | Martin Pieuchot |
2015-12-03 | Sync to recent changes including SRP protection of rtable_get(), use | Martin Pieuchot |
2015-12-02 | KNF and use ${SUDO} when needed. | Martin Pieuchot |
2015-12-02 | quicky test for cut | Ted Unangst |
2015-12-02 | add a tiny utf8 test (for tr, failing) | Ted Unangst |
2015-12-02 | Fix the mandoc test suite after afresh1@ changed wcwidth(3) in libc | Ingo Schwarze |
2015-12-02 | Check that routes to the same destination but with a different priority | Martin Pieuchot |
2015-12-01 | sync and update the list of supported archs; | Jason McIntyre |
2015-12-01 | Send solbourne to where the ........... | Theo de Raadt |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt |
2015-12-01 | Cope with the changed order of warning and error messages caused by the | Ingo Schwarze |
2015-11-30 | Rewrite the "netmask" rule testing the "-dst" and "-net" options | Martin Pieuchot |
2015-11-29 | now that targets are dedup'd, we can fix that one too. | Marc Espie |
2015-11-24 | add some more tail tests, from Martijn van Duren | Ted Unangst |
2015-11-19 | hint: compile before commit | Theo de Raadt |
2015-11-17 | Drop a few NULL-checks before free() | mmcc |