summaryrefslogtreecommitdiff
path: root/source3/lib/sendfile.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-24merging [un]signed declarationGerald Carter1-1/+1
2002-10-01Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison1-3/+2
2002-09-30Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger...Jeremy Allison1-3/+84
2002-09-30Don't zero out numwritten before using.... Found by Pierre Belanger belanger@...Jeremy Allison1-2/+2
2002-09-21Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison1-5/+5
2002-09-18HPUX sendfile is now detected correctly.Jeremy Allison1-1/+2
2002-09-17Actually use sendfile if selected.Jeremy Allison1-2/+2
2002-09-17Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison1-7/+17
2002-09-14Use HAVE_SENDFILE64, not SENDFILE64.Jeremy Allison1-2/+5
2002-09-14Added fix for broken Linux (no sendfile64). When offset + count > 2GBJeremy Allison1-0/+57
2002-09-12Fixed up FreeBSD sendfile code - only Solaris left then I can add theJeremy Allison1-22/+55
2002-09-12HPUX takes offset, not pointer to offset.Jeremy Allison1-2/+2
2002-09-12Fixup sendfile to match HPUX semantics with signal interrups. This wasJeremy Allison1-12/+52
2002-09-12First cut at portable sendfile code. Only used in readX at the momentJeremy Allison1-0/+158