Re: svn commit: r287886 - head/sys/sys

2015-09-24 Thread Alexey Dokuchaev
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

Re: svn commit: r287886 - head/sys/sys

2015-09-24 Thread Steven Hartland
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

Re: svn commit: r287886 - head/sys/sys

2015-09-22 Thread John-Mark Gurney
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

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Steven Hartland
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

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Bryan Drewery
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

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Alexey Dokuchaev
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

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Steven Hartland
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

Re: svn commit: r287886 - head/sys/sys

2015-09-17 Thread Alexey Dokuchaev
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

svn commit: r287886 - head/sys/sys

2015-09-16 Thread Steven Hartland
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