Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2002-09-21 | Merge back Richard's FreeBSD sendfile fixes. | Jeremy Allison | 1 | -5/+5 |
2002-09-18 | HPUX sendfile is now detected correctly. | Jeremy Allison | 1 | -1/+2 |
2002-09-17 | Actually use sendfile if selected. | Jeremy Allison | 1 | -2/+2 |
2002-09-17 | Attempt to make broken Linux sendfile work.... Still in progress. | Jeremy Allison | 1 | -7/+17 |
2002-09-14 | Use HAVE_SENDFILE64, not SENDFILE64. | Jeremy Allison | 1 | -2/+5 |
2002-09-14 | Added fix for broken Linux (no sendfile64). When offset + count > 2GB | Jeremy Allison | 1 | -0/+57 |
2002-09-12 | Fixed up FreeBSD sendfile code - only Solaris left then I can add the | Jeremy Allison | 1 | -22/+55 |
2002-09-12 | HPUX takes offset, not pointer to offset. | Jeremy Allison | 1 | -2/+2 |
2002-09-12 | Fixup sendfile to match HPUX semantics with signal interrups. This was | Jeremy Allison | 1 | -12/+52 |
2002-09-12 | First cut at portable sendfile code. Only used in readX at the moment | Jeremy Allison | 1 | -0/+158 |