Re: svn commit: r333822 - head/sys/kern

2018-05-19 Thread Warner Losh
On Sat, May 19, 2018 at 10:57 AM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > [ Charset UTF-8 unsupported, converting... ] > > On Sat, May 19, 2018 at 07:17 Emmanuel Vadot > wrote: > > > > > On 2018-05-19 15:35, Rodney W. Grimes wrote: > > > > [ Charset

Re: svn commit: r333822 - head/sys/kern

2018-05-19 Thread Matthew Macy
On Sat, May 19, 2018 at 8:56 AM, Emmanuel Vadot wrote: > On 2018-05-19 17:39, Matthew Macy wrote: >> >> On Sat, May 19, 2018 at 07:17 Emmanuel Vadot >> wrote: >> >>> On 2018-05-19 15:35, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported,

Re: svn commit: r333822 - head/sys/kern

2018-05-19 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Sat, May 19, 2018 at 07:17 Emmanuel Vadot wrote: > > > On 2018-05-19 15:35, Rodney W. Grimes wrote: > > > [ Charset UTF-8 unsupported, converting... ] > > >> Author: mmacy > > >> Date: Sat May 19 02:15:40 2018 > > >> New

Re: svn commit: r333822 - head/sys/kern

2018-05-19 Thread Emmanuel Vadot
On 2018-05-19 17:39, Matthew Macy wrote: On Sat, May 19, 2018 at 07:17 Emmanuel Vadot wrote: On 2018-05-19 15:35, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] Author: mmacy Date: Sat May 19 02:15:40 2018 New Revision: 333822 URL:

Re: svn commit: r333822 - head/sys/kern

2018-05-19 Thread Warner Losh
On Sat, May 19, 2018 at 9:48 AM, Warner Losh wrote: > > > On Sat, May 19, 2018 at 9:39 AM, Matthew Macy wrote: > >> >> On Sat, May 19, 2018 at 07:17 Emmanuel Vadot >> wrote: >> >>> On 2018-05-19 15:35, Rodney W. Grimes wrote: >>> > [

Re: svn commit: r333822 - head/sys/kern

2018-05-19 Thread Warner Losh
On Sat, May 19, 2018 at 9:39 AM, Matthew Macy wrote: > > On Sat, May 19, 2018 at 07:17 Emmanuel Vadot > wrote: > >> On 2018-05-19 15:35, Rodney W. Grimes wrote: >> > [ Charset UTF-8 unsupported, converting... ] >> >> Author: mmacy >> >> Date: Sat May 19

Re: svn commit: r333822 - head/sys/kern

2018-05-19 Thread Matthew Macy
On Sat, May 19, 2018 at 07:17 Emmanuel Vadot wrote: > On 2018-05-19 15:35, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > >> Author: mmacy > >> Date: Sat May 19 02:15:40 2018 > >> New Revision: 333822 > >> URL:

Re: svn commit: r333822 - head/sys/kern

2018-05-19 Thread Emmanuel Vadot
On 2018-05-19 15:35, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] Author: mmacy Date: Sat May 19 02:15:40 2018 New Revision: 333822 URL: https://svnweb.freebsd.org/changeset/base/333822 Log: fix gcc8 unused variable and set but not used variable in unix sockets

Re: svn commit: r333822 - head/sys/kern

2018-05-19 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: mmacy > Date: Sat May 19 02:15:40 2018 > New Revision: 333822 > URL: https://svnweb.freebsd.org/changeset/base/333822 > > Log: > fix gcc8 unused variable and set but not used variable in unix sockets > add copyright from lock rewrite

svn commit: r333822 - head/sys/kern

2018-05-18 Thread Matt Macy
Author: mmacy Date: Sat May 19 02:15:40 2018 New Revision: 333822 URL: https://svnweb.freebsd.org/changeset/base/333822 Log: fix gcc8 unused variable and set but not used variable in unix sockets add copyright from lock rewrite while here Modified: head/sys/kern/uipc_usrreq.c Modified: