summaryrefslogtreecommitdiff
path: root/tools/regression/sockets/sendfile
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
* Fix warnings with gcc 5.0Enji Cooper2016-01-161-3/+0
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-2/+1
* - Don't use /tmp because it's outside ATF's prescribed sandboxEnji Cooper2015-04-111-4/+4
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Add a sendfile regression test for transmit length > file size.Ed Maste2013-09-101-32/+64
* Allow to specify path to a file we want to test with sendfile(2).Pawel Jakub Dawidek2010-12-111-3/+16
* Fixed missing or broken library dependencies.Ruslan Ermilov2010-02-251-1/+2
* Update the sendfile regression test so that it outputs results in theRebecca Cran2010-02-242-169/+242
* o Correct a comment: a test file size is a four pages not three.Maxim Konovalov2008-09-101-1/+1
* Test sending 0 bytes.Pawel Jakub Dawidek2007-04-201-0/+6
* Fix length calculation.Pawel Jakub Dawidek2007-04-201-1/+1
* Valid error codes for err() and errx() are 1..255.Dag-Erling Smørgrav2007-04-192-27/+29
* Add more tests to verify last sendfile(2) breakage: test sending morePawel Jakub Dawidek2007-04-191-3/+38
* o style.Makefile(5): WARNS= -> WARNS?=.Maxim Konovalov2006-07-091-1/+1
* Use WARNS and rely on rules rather than an explicit target for theRobert Watson2006-05-251-3/+1
* Add a basic regression test for sendfile() over TCP, which sends varyingRobert Watson2006-05-252-0/+337