index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
sys
/
netinet
Age
Commit message (
Expand
)
Author
2016-12-13
Print better error messages in case an expected packet is missing.
Alexander Bluhm
2016-12-12
Set promiscuous mode during srp1() to receive the arp reply directed
Alexander Bluhm
2016-11-15
Fix rdomain_is_used() now that lo(4) is created automagically.
Martin Pieuchot
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-10-24
Add regress tests for carp(4).
YASUOKA Masahiko
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-09-05
Big refactoring in main(), simplify the invocation syntax.
Vincent Gross
2016-09-03
split ipv4 and ipv6
Vincent Gross
2016-09-02
Print SKIPPED if a regress test cannot be executed for some reason.
Alexander Bluhm
2016-08-16
Add regression tests for IP_SENDSRCADDR.
Vincent Gross
2016-07-18
Remote regression tests should not run ssh with -t all the time.
Alexander Bluhm
2016-07-11
Add regression tests for the path MTU discovery implementation in
Alexander Bluhm
2016-07-12
Link path MTU discovery regress test into build.
Alexander Bluhm
2016-07-11
Add regression tests for the path MTU discovery implementation in
Alexander Bluhm
2016-03-30
Clear local and remote ARP cache for every subtest.
Alexander Bluhm
2016-03-30
Fix multicast test and a typo.
Martin Pieuchot
2016-03-24
Make sure that two ARP entries can be created for the same IP when
Martin Pieuchot
2015-12-23
Add my machines' configuration files as an example to the readme.
Alexander Bluhm
2015-12-22
Correct expected results on v6 mcast bind on ANY, and add comments to
Vincent Gross
2015-12-09
add multicast test suites
Vincent Gross
2015-12-07
Add regression tests for in_pcbbind.
Vincent Gross
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-02
KNF and use ${SUDO} when needed.
Martin Pieuchot
2015-11-05
Link arp regress into build.
Alexander Bluhm
2015-11-05
Add regression tests for the ARP implementation in the kernel. Send
Alexander Bluhm
2015-10-27
add regress test on bind(2)ing with broadcast and inexistant addresses
Vincent Gross
2015-10-14
bugfix : use ${.CURDIR} to cope with obj symlinks
Vincent Gross
2015-10-14
add regress tests for automatic port allocation.
Vincent Gross