summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/cmsgsize (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete wasteful ;;deraadt2020-01-221-2/+2
| | | | ok tedu
* Expect usable addresses provided in environment variables. Stopbluhm2018-10-082-73/+69
| | | | | | creating interfaces and configuring random addresses. Allows testing without root permissions and without default route. Refactor the test code to get more specific error messages.
* Add regression test for cmsg size bug.vgross2018-09-302-0/+169
With help and prodding from bluhm@, mpi@, jca@ and Alexander Markert.