On Thu, Sep 24, 2015 at 02:57:57PM +0100, Steven Hartland wrote:
> On 17/09/2015 14:07, Alexey Dokuchaev wrote:
> > On Thu, Sep 17, 2015 at 12:58:59PM +0100, Steven Hartland wrote:
> > > 8 isn't supported any more but the patch should apply to stable/8
> > > sources if you maintain your own branch
On 17/09/2015 14:07, Alexey Dokuchaev wrote:
On Thu, Sep 17, 2015 at 12:58:59PM +0100, Steven Hartland wrote:
On 17/09/2015 09:15, Alexey Dokuchaev wrote:
On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote:
New Revision: 287886
URL: https://svnweb.freebsd.org/changeset/base/2878
Steven Hartland wrote this message on Thu, Sep 17, 2015 at 00:03 +:
> Author: smh
> Date: Thu Sep 17 00:03:55 2015
> New Revision: 287886
> URL: https://svnweb.freebsd.org/changeset/base/287886
>
> Log:
> Fix kqueue write events for files > 2GB
>
> Due to the use of int's for file offse
On 17/09/2015 17:16, Bryan Drewery wrote:
On 9/17/15 1:15 AM, Alexey Dokuchaev wrote:
On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote:
New Revision: 287886
URL: https://svnweb.freebsd.org/changeset/base/287886
Log:
Fix kqueue write events for files > 2GB
Due to the
On 9/17/15 1:15 AM, Alexey Dokuchaev wrote:
> On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote:
>> New Revision: 287886
>> URL: https://svnweb.freebsd.org/changeset/base/287886
>>
>> Log:
>> Fix kqueue write events for files > 2GB
>>
>> Due to the use of int's for file offsets
On Thu, Sep 17, 2015 at 12:58:59PM +0100, Steven Hartland wrote:
> On 17/09/2015 09:15, Alexey Dokuchaev wrote:
> > On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote:
> >> New Revision: 287886
> >> URL: https://svnweb.freebsd.org/changeset/base/287886
> >>
> >> Log:
> >>Fix kqueue
On 17/09/2015 09:15, Alexey Dokuchaev wrote:
On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote:
New Revision: 287886
URL: https://svnweb.freebsd.org/changeset/base/287886
Log:
Fix kqueue write events for files > 2GB
Due to the use of int's for file offsets in the VOP_W
On Thu, Sep 17, 2015 at 12:03:56AM +, Steven Hartland wrote:
> New Revision: 287886
> URL: https://svnweb.freebsd.org/changeset/base/287886
>
> Log:
> Fix kqueue write events for files > 2GB
>
> Due to the use of int's for file offsets in the VOP_WRITE_(PRE|POST)
> macros, kqueue writ
Author: smh
Date: Thu Sep 17 00:03:55 2015
New Revision: 287886
URL: https://svnweb.freebsd.org/changeset/base/287886
Log:
Fix kqueue write events for files > 2GB
Due to the use of int's for file offsets in the VOP_WRITE_(PRE|POST)
macros, kqueue write events for files greater 2GB where n