chiark / gitweb /
copy: teach copy_bytes() sendfile() support, and then replace sendfile_full() by it
authorLennart Poettering <lennart@poettering.net>
Thu, 6 Nov 2014 20:19:20 +0000 (21:19 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 7 Nov 2014 00:19:56 +0000 (01:19 +0100)
commitcda134ab1eac84f874aacf8e885a07112a7fd5ce
tree1c1739debf6148d09afd9f18cd61e1c2471fab94
parent0c2576ef74a9f9b96519cdcb7f9c01742d8255e2
copy: teach copy_bytes() sendfile() support, and then replace sendfile_full() by it
src/shared/copy.c
src/shared/copy.h
src/shared/fileio.c
src/shared/fileio.h
src/systemctl/systemctl.c
src/test/test-copy.c
src/test/test-fileio.c