summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/sosplice/Remote.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some Perl statements perlcritic was bitching about: Variablebluhm2016-05-031-2/+2
| | | | declared in conditional statement.
* Align the three variants of Remote.pm.bluhm2015-06-251-3/+2
|
* Make the perl modules consistent for the multiple regression tests.bluhm2014-08-181-6/+6
| | | | | This includes coding style, better error messages and variable naming.
* Reengineer the socket splicing regression tests:bluhm2013-01-031-0/+76
- Move the tests from splice to new sosplice directory for consistent naming. - Split the API tests and the TCP splicing tests into separate directories. - Create some tests for the upcoming UDP splicing. - Tests can be run in obj directories now. - The API tests can run both on a local and on a remote machine now. - Fix the forking TCP tests which splice and read or write simultaneously. - Bunch of little fixes for races in the tests. - Deduplicate code, move checks into common functions.