Age | Commit message (Expand) | Author |
2016-11-15 | Mark pf states created by this regress test with a label. Remove | Alexander Bluhm |
2016-11-15 | Sync rdomain_is_used() | Martin Pieuchot |
2016-11-15 | rtable_init() now creates the default routing table. | Martin Pieuchot |
2016-11-15 | Fix rdomain_is_used() now that lo(4) is created automagically. | Martin Pieuchot |
2016-11-15 | Check for correct flags now that ::1 is set automagically. | Martin Pieuchot |
2016-11-14 | Regression test for creating a rdomain default loopback interface. | Martin Pieuchot |
2016-11-09 | Remove the path MTU workaround in the af-to tcp test. This subtest | Alexander Bluhm |
2016-11-09 | Split the pf forwarding test into more subtests to make debugging | Alexander Bluhm |
2016-11-09 | Use netstat -n in target check-setup to avoid DNS timeout. | Alexander Bluhm |
2016-11-09 | Use variable REMOTE_SSH to check the setup of the remote machine. | Alexander Bluhm |
2016-11-05 | Add regress tests for multicasts and dynamic vxlans | Vincent Gross |
2016-10-26 | In addition to forwarding and path MTU discovery with pf, check | Alexander Bluhm |
2016-10-26 | Cleanup pflow test before fixing it. Be more verbose to make | Alexander Bluhm |
2016-10-24 | Add regress tests for carp(4). | YASUOKA Masahiko |
2016-10-20 | During sniffing filter strictly on icmp6 "packet too big" to avoid | Alexander Bluhm |
2016-10-20 | By removing all the sleeps I created a race in the pf tests. The | Alexander Bluhm |
2016-10-20 | Replace fork() and sleep() with a Python thread for sniffing packets. | Alexander Bluhm |
2016-10-20 | Replace fork() and sleep() with a Python thread for sniffing packets. | Alexander Bluhm |
2016-10-20 | Make the test faster. Move all the packet matching code into the | Alexander Bluhm |
2016-10-19 | Add a test suite for pf state handling. It needs a remote machine | Alexander Bluhm |
2016-10-19 | Link pf_state test to build. | Alexander Bluhm |
2016-10-19 | Add a test suite for pf state handling. It needs a remote machine | Alexander Bluhm |
2016-10-19 | The clean:, cleandir:, and obj: targets of src/Makefile descend into | Theo Buehler |
2016-10-19 | Do not change routes during test run, but expect that everything | Alexander Bluhm |
2016-10-10 | Move check for sysctl settings from shell script to makefile to | Alexander Bluhm |
2016-10-07 | Add simple regress test for vxlan(4) and etherip(4). | YASUOKA Masahiko |
2016-10-05 | Link the setuid regress test to the build in a way that the obj | Alexander Bluhm |
2016-10-03 | The setuid tests needs an obj directory that allows to run programs | Alexander Bluhm |
2016-09-30 | crypto(4) is no more | Otto Moerbeek |
2016-09-28 | If stdout is not line buffered, messages got lost when assert() was | Alexander Bluhm |
2016-09-24 | On sparc64 we need "retl" not "ret" to do an immediate return. | Mark Kettenis |
2016-09-24 | recpect W^X, sparc64 still has a problem: non-exec mmap: execute | Otto Moerbeek |
2016-09-23 | Making the regress target depends on building PROG. | Alexander Bluhm |
2016-09-23 | Zap mquery test for good | Otto Moerbeek |
2016-09-23 | Zap. Has been disabled for a long time and makes unholy assumptions about | Otto Moerbeek |
2016-09-21 | Use /dev/console as a template for the pseudo tty, stdin may be not | Alexander Bluhm |
2016-09-21 | Enter rtable | Martin Pieuchot |
2016-09-21 | Test ART implementation by default. | Martin Pieuchot |
2016-09-20 | To make debugging the kqueue test easier, always print the assertion | Alexander Bluhm |
2016-09-07 | add objdir to fix regress test | Vincent Gross |
2016-09-06 | remove test programs for the audio driver, as we've better | Alexandre Ratchov |
2007-07-06 | regression test for AUDIO_GETINFO/AUDIO_SETINFO ioctls | Jacob Meuser |
2003-02-01 | audio encoding tester | Jason Wright |
2016-09-05 | Big refactoring in main(), simplify the invocation syntax. | Vincent Gross |
2016-09-04 | When passing the (1ULL << 32) to EV_SET, it gets casted to __uintptr_t. | Alexander Bluhm |
2016-09-04 | If we bind to [::], we do not check for sockaddr availability. | Vincent Gross |
2016-09-03 | split ipv4 and ipv6 | Vincent Gross |
2016-09-03 | Graceful failure handling at startup and run | Vincent Gross |
2016-09-02 | Print SKIPPED if a regress test cannot be executed for some reason. | Alexander Bluhm |
2016-09-02 | Pull in Chacha20 and Poly1305 source code as xform.o dependencies | Mike Belopuhov |