History log of /freebsd/tests/sys/kern/sendfile_helper.c (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ac52fa1f 21-Jun-2024 Mark Johnston <markj@FreeBSD.org>

sendfile tests: Fix an error check in tcp_socketpair()

Fixes: c368d3f20fc0 ("tests/sendfile: factor out tcp_socketpair()")
Differential Revision: https://reviews.freebsd.org/D45598


Revision tags: release/14.1.0
# 0c0146c3 03-May-2024 Gleb Smirnoff <glebius@FreeBSD.org>

tests/sendfile: test operation on unix/stream socket

Although there are already multiple tests in the tests collection
that utilize sendfile(2) support over unix/stream socket, they all
don't exerci

tests/sendfile: test operation on unix/stream socket

Although there are already multiple tests in the tests collection
that utilize sendfile(2) support over unix/stream socket, they all
don't exercise the asynchronous part of the operation. This test
framework, however, uses a trick to toggle true async operation and
guarantee that pr_ready method of unix/stream is also tested.

Reviewed by: chs
Differential Revision: https://reviews.freebsd.org/D45055

show more ...


# c368d3f2 03-May-2024 Gleb Smirnoff <glebius@FreeBSD.org>

tests/sendfile: factor out tcp_socketpair()

It creates a pair of connected TCP sockets for later testing. No
functional change.

Reviewed by: chs
Differential Revision: https://reviews.freebsd.org

tests/sendfile: factor out tcp_socketpair()

It creates a pair of connected TCP sockets for later testing. No
functional change.

Reviewed by: chs
Differential Revision: https://reviews.freebsd.org/D45054

show more ...


Revision tags: release/13.3.0, release/14.0.0
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0
# c7aa572c 31-Jul-2020 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: Rubicon Communications, LLC (netgate.com)


# 3b41d99d 20-Jul-2020 Chuck Silvers <chs@FreeBSD.org>

add a few tests for sendfile.

Reviewed by: markj
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D25431