First cut at portable sendfile code. Only used in readX at the moment
authorJeremy Allison <jra@samba.org>
Thu, 12 Sep 2002 02:12:52 +0000 (02:12 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 12 Sep 2002 02:12:52 +0000 (02:12 +0000)
commitfd772ca7b16cd86e0d50c7ed8d537c202976a6d2
tree8d455b2c4e8fce4913773af0e7886e0a51519b39
parentf75d61b03a3377f3a791b56fc307dc7e56e4707a
First cut at portable sendfile code. Only used in readX at the moment
and doesn't actually call sendfile. Needs to be vectored through the
VFS and tested on all supported platforms (Solaris/HPUX/FreeBSD/Linux).
Linux doesn't actually work (2.4.19 kernel) at the moment because it
doesn't have a 64-bit clean sendfile.
Jeremy.
source/Makefile.in
source/include/smbprofile.h
source/lib/sendfile.c [new file with mode: 0644]
source/smbd/reply.c
source/smbd/vfs-wrap.c