summaryrefslogtreecommitdiff
path: root/lib/libc/tests/sys/sendfile_test.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-02-24sendfile_test: fix copy-paste bugEric van Gyzen
2022-02-02kyua/qemu: When running in qemu, don't teset sendfileWarner Losh
2020-09-02Pass a valid mode with O_CREATE to open(2).John Baldwin
2019-04-22Fix `get_int_via_sysctlbyname(..)` on JenkinsEnji Cooper
2019-02-19Make `server_cat(..)` handle short receivesEnji Cooper
2019-02-04Avoid the DNS lookup for "localhost"Enji Cooper
2019-01-26Fix reporting errors with `gai_strerror(..)`Enji Cooper
2019-01-23Fix up r343367Enji Cooper
2019-01-23Unbreak the build on architectures where size_t isn't synonymous with uintmax_tEnji Cooper
2019-01-23Unbreak the gcc build with sendfile_test after r343362Enji Cooper
2019-01-23Add [initial] functional tests for sendfile(2) as lib/libc/sys/sendfileEnji Cooper