Re: svn commit: r311012 - head/include

2017-01-01 Thread Conrad Meyer
Hey Pedro, Why not just remove __nonnull and replace it with _Nonnull in the same commit? Best, Conrad On Sun, Jan 1, 2017 at 9:16 AM, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Jan 1 17:16:47 2017 > New Revision: 311012 > URL:

svn commit: r311045 - head/sys/dev/netmap

2017-01-01 Thread Adrian Chadd
Author: adrian Date: Mon Jan 2 06:36:12 2017 New Revision: 311045 URL: https://svnweb.freebsd.org/changeset/base/311045 Log: [netmap] call RLOCK /and/ RUNLOCK. Reported by: olivier Modified: head/sys/dev/netmap/netmap_freebsd.c Modified: head/sys/dev/netmap/netmap_freebsd.c

Re: svn commit: r311039 - in head/sys: dev/bnxt kern net

2017-01-01 Thread Ngie Cooper (yaneurabeya)
> On Jan 1, 2017, at 16:56, Sean Bruno wrote: … > mFC after: “… after:"? signature.asc Description: Message signed with OpenPGP using GPGMail

svn commit: r311040 - head/sys/kern

2017-01-01 Thread Mark Johnston
Author: markj Date: Mon Jan 2 01:23:21 2017 New Revision: 311040 URL: https://svnweb.freebsd.org/changeset/base/311040 Log: Factor out instances of a knote detach followed by a knote_drop() call. Reviewed by: kib (previous version) MFC after:2 weeks Differential Revision:

svn commit: r311039 - in head/sys: dev/bnxt kern net

2017-01-01 Thread Sean Bruno
Author: sbruno Date: Mon Jan 2 00:56:33 2017 New Revision: 311039 URL: https://svnweb.freebsd.org/changeset/base/311039 Log: 2017 IFLIB updates in preparation for commits to e1000 and ixgbe. - iflib - add checksum in place support (mmacy) - iflib - initialize IP for TSO (going to be needed

svn commit: r311014 - head/sys/vm

2017-01-01 Thread Konstantin Belousov
Author: kib Date: Sun Jan 1 18:49:46 2017 New Revision: 311014 URL: https://svnweb.freebsd.org/changeset/base/311014 Log: Style fixes for vm_map_insert(). Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/vm/vm_map.c Modified:

svn commit: r311012 - head/include

2017-01-01 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jan 1 17:16:47 2017 New Revision: 311012 URL: https://svnweb.freebsd.org/changeset/base/311012 Log: Remove some uses of the GCC __nonnull() attribute. While the checks are considered useful, the attribute does dangerous optimizations, removing NULL checks where

Re: svn commit: r310974 - head/usr.sbin/syslogd

2017-01-01 Thread Jilles Tjoelker
On Sat, Dec 31, 2016 at 01:15:52PM +, Hiroki Sato wrote: > Author: hrs > Date: Sat Dec 31 13:15:52 2016 > New Revision: 310974 > URL: https://svnweb.freebsd.org/changeset/base/310974 > Log: > - Use more descriptive names for variables. > - Set O_CLOEXEC to the signal pipe and /dev/klog. >

svn commit: r311005 - head/usr.sbin/ntp/doc

2017-01-01 Thread Cy Schubert
Author: cy Date: Sun Jan 1 10:37:10 2017 New Revision: 311005 URL: https://svnweb.freebsd.org/changeset/base/311005 Log: Fix up grammar. MFC after:3 days Modified: head/usr.sbin/ntp/doc/ntp.conf.5 Modified: head/usr.sbin/ntp/doc/ntp.conf.5

Re: svn commit: r310180 - head/sys/net

2017-01-01 Thread Mateusz Guzik
On Fri, Dec 16, 2016 at 03:55:41PM -0700, Alan Somers wrote: > On Fri, Dec 16, 2016 at 3:45 PM, Mateusz Guzik wrote: > > On Fri, Dec 16, 2016 at 10:39:31PM +, Alan Somers wrote: > >> Author: asomers > >> Date: Fri Dec 16 22:39:30 2016 > >> New Revision: 310180 > >> URL:

svn commit: r311004 - head/sys/kern

2017-01-01 Thread Mateusz Guzik
Author: mjg Date: Sun Jan 1 08:55:28 2017 New Revision: 311004 URL: https://svnweb.freebsd.org/changeset/base/311004 Log: fd: access openfiles once in falloc_noinstall This is similar to what's done with nprocs. Note this is only a band aid. Modified: head/sys/kern/kern_descrip.c