summaryrefslogtreecommitdiff
path: root/tools/regression/sockets/sendfile
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2016-01-16Fix warnings with gcc 5.0Enji Cooper
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-04-11- Don't use /tmp because it's outside ATF's prescribed sandboxEnji Cooper
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2013-09-10Add a sendfile regression test for transmit length > file size.Ed Maste
2010-12-11Allow to specify path to a file we want to test with sendfile(2).Pawel Jakub Dawidek
2010-02-25Fixed missing or broken library dependencies.Ruslan Ermilov
2010-02-24Update the sendfile regression test so that it outputs results in theRebecca Cran
2008-09-10o Correct a comment: a test file size is a four pages not three.Maxim Konovalov
2007-04-20Test sending 0 bytes.Pawel Jakub Dawidek
2007-04-20Fix length calculation.Pawel Jakub Dawidek
2007-04-19Valid error codes for err() and errx() are 1..255.Dag-Erling Smørgrav
2007-04-19Add more tests to verify last sendfile(2) breakage: test sending morePawel Jakub Dawidek
2006-07-09o style.Makefile(5): WARNS= -> WARNS?=.Maxim Konovalov
2006-05-25Use WARNS and rely on rules rather than an explicit target for theRobert Watson
2006-05-25Add a basic regression test for sendfile() over TCP, which sends varyingRobert Watson