Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Solaris sendfile detection. Add small fixes to sendfile code. | Jeremy Allison | 2002-10-01 | 1 | -3/+2 |
| | | | | Jeremy. | ||||
* | Added Solaris sendfile patch + configure tests from Pierre Belanger ↵ | Jeremy Allison | 2002-09-30 | 1 | -3/+84 |
| | | | | | | <belanger@yahoo.com>. Jeremy. | ||||
* | Don't zero out numwritten before using.... Found by Pierre Belanger ↵ | Jeremy Allison | 2002-09-30 | 1 | -2/+2 |
| | | | | | | belanger@pobox.com Jeremy. | ||||
* | Merge back Richard's FreeBSD sendfile fixes. | Jeremy Allison | 2002-09-21 | 1 | -5/+5 |
| | | | | Jeremy. | ||||
* | HPUX sendfile is now detected correctly. | Jeremy Allison | 2002-09-18 | 1 | -1/+2 |
| | | | | Jeremy. | ||||
* | Actually use sendfile if selected. | Jeremy Allison | 2002-09-17 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | Attempt to make broken Linux sendfile work.... Still in progress. | Jeremy Allison | 2002-09-17 | 1 | -7/+17 |
| | | | | Jeremy. | ||||
* | Use HAVE_SENDFILE64, not SENDFILE64. | Jeremy Allison | 2002-09-14 | 1 | -2/+5 |
| | | | | Jeremy. | ||||
* | Added fix for broken Linux (no sendfile64). When offset + count > 2GB | Jeremy Allison | 2002-09-14 | 1 | -0/+57 |
| | | | | | then return ENOSYS and let the upper layer handle it. Jeremy | ||||
* | Fixed up FreeBSD sendfile code - only Solaris left then I can add the | Jeremy Allison | 2002-09-12 | 1 | -22/+55 |
| | | | | | configure tests... Jeremy. | ||||
* | HPUX takes offset, not pointer to offset. | Jeremy Allison | 2002-09-12 | 1 | -2/+2 |
| | | | | Jeremy. | ||||
* | Fixup sendfile to match HPUX semantics with signal interrups. This was | Jeremy Allison | 2002-09-12 | 1 | -12/+52 |
| | | | | | fiddly.... :-(. Jeremy. | ||||
* | First cut at portable sendfile code. Only used in readX at the moment | Jeremy Allison | 2002-09-12 | 1 | -0/+158 |
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. |