Re: svn commit: r302054 - in head/sys: contrib/ipfilter/netinet dev/usb/net kern net netgraph netinet netinet6 netipsec netpfil/ipfw netpfil/pf

2016-06-21 Thread Navdeep Parhar
This causes a panic when a NIC driver module is unloaded from a kernel without VIMAGE. if_vnet is NULL and if_detach_internal tries to dereference it. Regards, Navdeep On 06/21/2016 06:48, Bjoern A. Zeeb wrote: > Author: bz > Date: Tue Jun 21 13:48:49 2016 > New Revision: 302054 > URL:

svn commit: r302074 - in head: sys/dev/cxgbe/tom sys/kern sys/sys tests/sys/aio

2016-06-21 Thread John Baldwin
Author: jhb Date: Tue Jun 21 22:19:06 2016 New Revision: 302074 URL: https://svnweb.freebsd.org/changeset/base/302074 Log: Account for AIO socket operations in thread/process resource usage. File and disk-backed I/O requests store counts of read/written disk blocks in each AIO job so

svn commit: r302073 - in head: share/mk sys/conf

2016-06-21 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 21 21:55:03 2016 New Revision: 302073 URL: https://svnweb.freebsd.org/changeset/base/302073 Log: META_MODE: Don't generate or read _EXTRADEPEND dependencies when using filemon. The DPADD data in .depend will be redundant with what is in the .meta file.

svn commit: r302071 - head/sys/sys

2016-06-21 Thread Kenneth D. Merry
Author: ken Date: Tue Jun 21 20:28:30 2016 New Revision: 302071 URL: https://svnweb.freebsd.org/changeset/base/302071 Log: Bump __FreeBSD_version to 1100118 for r302069, which breaks binary compatibility for loadable modules that depend on struct disk. Approved by: re (delphij)

svn commit: r302069 - head/sys/geom

2016-06-21 Thread Kenneth D. Merry
Author: ken Date: Tue Jun 21 20:18:19 2016 New Revision: 302069 URL: https://svnweb.freebsd.org/changeset/base/302069 Log: Fix a bug that caused da(4) instances to hang around after the underlying device is gone. The problem was that when disk_gone() is called, if the GEOM disk

svn commit: r302067 - head

2016-06-21 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 21 20:14:32 2016 New Revision: 302067 URL: https://svnweb.freebsd.org/changeset/base/302067 Log: Fix top-level builds with fmake / 9.x. Reported by: allanjude Approved by: re (marius) Sponsored by: EMC / Isilon Storage Division Modified:

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

2016-06-21 Thread Konstantin Belousov
On Tue, Jun 21, 2016 at 09:49:24PM +0300, Andriy Gapon wrote: > On 15/06/2016 18:56, Konstantin Belousov wrote: > > Author: kib > > Date: Wed Jun 15 15:56:03 2016 > > New Revision: 301929 > > URL: https://svnweb.freebsd.org/changeset/base/301929 > > > > Log: > > Do not assume that we own the

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

2016-06-21 Thread Andriy Gapon
On 15/06/2016 18:56, Konstantin Belousov wrote: > Author: kib > Date: Wed Jun 15 15:56:03 2016 > New Revision: 301929 > URL: https://svnweb.freebsd.org/changeset/base/301929 > > Log: > Do not assume that we own the use reference on the covered vnode until > we set MNTK_UNMOUNT flag on the mp.

svn commit: r302064 - head/sys/arm/include

2016-06-21 Thread Ian Lepore
Author: ian Date: Tue Jun 21 17:53:42 2016 New Revision: 302064 URL: https://svnweb.freebsd.org/changeset/base/302064 Log: Revert the recent armv6 changes to ALIGNED_POINTER(), restoring the fully-pessimized implementation that requires a type to be aligned to its natural size. On

svn commit: r302063 - head/sys/vm

2016-06-21 Thread Konstantin Belousov
Author: kib Date: Tue Jun 21 17:49:33 2016 New Revision: 302063 URL: https://svnweb.freebsd.org/changeset/base/302063 Log: The vmtotal sysctl handler marks active vm objects to calculate statistics. Marking is done by setting the OBJ_ACTIVE flag. The flags change is locked, but the

Re: svn commit: r302026 - in head: share/monetdef share/msgdef share/numericdef share/timedef tools/tools/locale/tools

2016-06-21 Thread Andrey Chernov
On 21.06.2016 10:12, Baptiste Daroussin wrote: > On Mon, Jun 20, 2016 at 10:14:04PM +0300, Andrey Chernov wrote: >> On 20.06.2016 9:45, Baptiste Daroussin wrote: >>> Author: bapt >>> Date: Mon Jun 20 06:45:42 2016 >>> New Revision: 302026 >>> URL: https://svnweb.freebsd.org/changeset/base/302026

Re: svn commit: r299448 - in head/sys/cddl/contrib/opensolaris: common/acl uts/common/fs/zfs uts/common/sys

2016-06-21 Thread Adrian Chadd
"Solution dictated on account of personal life" is totally legit! -a On 21 June 2016 at 02:36, Edward Tomasz Napierała wrote: > On 0619T1733, Alexander Motin wrote: >> On 19.06.16 17:28, Cy Schubert wrote: >> > In message <20160619080803.GA1638@brick>, Edward Tomasz >> >

svn commit: r302060 - head/sys/dev/ath

2016-06-21 Thread Adrian Chadd
Author: adrian Date: Tue Jun 21 15:38:20 2016 New Revision: 302060 URL: https://svnweb.freebsd.org/changeset/base/302060 Log: [ath] fix TX throughput for EDMA chips by pushing more into the TX FIFO. It turns out that getting decent performance requires stacking the TX FIFO a little more

svn commit: r302058 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-06-21 Thread Alan Somers
Author: asomers Date: Tue Jun 21 15:27:16 2016 New Revision: 302058 URL: https://svnweb.freebsd.org/changeset/base/302058 Log: Fix uninitialized variable from r300881 sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c Initialize needs_update in vdev_geom_set_physpath

svn commit: r302055 - head/share/man/man4

2016-06-21 Thread Ed Maste
Author: emaste Date: Tue Jun 21 14:16:32 2016 New Revision: 302055 URL: https://svnweb.freebsd.org/changeset/base/302055 Log: syscons.4,vt.4: update kern.vty description reflecting vt as default rS274085 made vt(4) the default system console. Catch up to this in the man page description

svn commit: r302054 - in head/sys: contrib/ipfilter/netinet dev/usb/net kern net netgraph netinet netinet6 netipsec netpfil/ipfw netpfil/pf

2016-06-21 Thread Bjoern A. Zeeb
Author: bz Date: Tue Jun 21 13:48:49 2016 New Revision: 302054 URL: https://svnweb.freebsd.org/changeset/base/302054 Log: Get closer to a VIMAGE network stack teardown from top to bottom rather than removing the network interfaces first. This change is rather larger and convoluted as the

Re: svn commit: r299448 - in head/sys/cddl/contrib/opensolaris: common/acl uts/common/fs/zfs uts/common/sys

2016-06-21 Thread Edward Tomasz Napierała
On 0619T1733, Alexander Motin wrote: > On 19.06.16 17:28, Cy Schubert wrote: > > In message <20160619080803.GA1638@brick>, Edward Tomasz > > =?utf-8?Q?Napiera=C5=82 > > a?= writes: > >> On 0614T0232, Jan Beich wrote: > >>> Alexander Motin writes: > >>> > Author: mav >

Re: svn commit: r302026 - in head: share/monetdef share/msgdef share/numericdef share/timedef tools/tools/locale/tools

2016-06-21 Thread Baptiste Daroussin
On Mon, Jun 20, 2016 at 10:14:04PM +0300, Andrey Chernov wrote: > On 20.06.2016 9:45, Baptiste Daroussin wrote: > > Author: bapt > > Date: Mon Jun 20 06:45:42 2016 > > New Revision: 302026 > > URL: https://svnweb.freebsd.org/changeset/base/302026 > > > > Log: > > Fix generation of locales with