History log of /freebsd/tools/regression/sockets/sendfile/sendfile.c (Results 26 – 33 of 33)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/6.2.0_cvs, release/6.2.0
# 0fb57f87 25-May-2006 Robert Watson <rwatson@FreeBSD.org>

Add a basic regression test for sendfile() over TCP, which sends varying
lengths of headers and data and makes sure it receives about the right
number of bytes.


# 8dd83f1e 25-Feb-2010 Rebecca Cran <brucec@FreeBSD.org>

Update the sendfile regression test so that it outputs results in the
TAP format.
Add a checksum to verify that the data hasn't been corrupted between
being read from disk and being received.

Approv

Update the sendfile regression test so that it outputs results in the
TAP format.
Add a checksum to verify that the data hasn't been corrupted between
being read from disk and being received.

Approved by: rrs (mentor)

show more ...


Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# 4225b7d6 10-Sep-2008 Maxim Konovalov <maxim@FreeBSD.org>

o Correct a comment: a test file size is a four pages not three.


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0
# d77f4f6a 20-Apr-2007 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Test sending 0 bytes.


# 4b7e26d0 20-Apr-2007 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Fix length calculation.


# f7754b09 19-Apr-2007 Dag-Erling Smørgrav <des@FreeBSD.org>

Valid error codes for err() and errx() are 1..255.
The correct format specifier for ssize_t is %zd.


# ed3d9b6e 19-Apr-2007 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Add more tests to verify last sendfile(2) breakage: test sending more
than a page size and nbytes=0.


Revision tags: release/6.2.0_cvs, release/6.2.0
# 0fb57f87 25-May-2006 Robert Watson <rwatson@FreeBSD.org>

Add a basic regression test for sendfile() over TCP, which sends varying
lengths of headers and data and makes sure it receives about the right
number of bytes.


12