svn commit: r306306 - head/sys/kern

2016-09-24 Thread Julian Elischer
Author: julian Date: Sat Sep 24 22:56:13 2016 New Revision: 306306 URL: https://svnweb.freebsd.org/changeset/base/306306 Log: Give the user a clue as to which process hit maxfiles. MFC after:1 week Sponsored by: Panzura Modified: head/sys/kern/kern_descrip.c Modified:

svn commit: r306305 - head/sys/netinet6

2016-09-24 Thread Mark Johnston
Author: markj Date: Sat Sep 24 21:40:24 2016 New Revision: 306305 URL: https://svnweb.freebsd.org/changeset/base/306305 Log: Convert checks in nd6_dad_start() and nd6_dad_timer() to assertions. In particular, these functions can assume they are operating on tentative addresses. MFC

svn commit: r306304 - in head/sys: cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/intel/dtrace cddl/contrib/opensolaris/uts/powerpc/dtrace conf modules/openso...

2016-09-24 Thread Mark Johnston
Author: markj Date: Sat Sep 24 21:40:14 2016 New Revision: 306304 URL: https://svnweb.freebsd.org/changeset/base/306304 Log: Move implementations of uread() and uwrite() to the illumos compat layer. MFC after:1 week Added: head/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c

Re: svn commit: r306282 - head/sys/compat/cloudabi

2016-09-24 Thread Ed Schouten
2016-09-24 1:08 GMT+02:00 Mateusz Guzik : > Log: > cloudabi: use fget_cap instead of hand-rolling capability read Thank you! -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717 ___

Re: svn commit: r305353 - in head/sys/boot: i386 i386/boot0 i386/boot2 i386/btx/btx i386/btx/btxldr i386/cdboot i386/gptboot i386/gptzfsboot i386/mbr i386/pmbr i386/pxeldr i386/zfsboot pc98 pc98/boot0

2016-09-24 Thread Warner Losh
On Fri, Sep 23, 2016 at 4:17 PM, Allan Jude wrote: > On 09/03/16 11:26 AM, Warner Losh wrote: >> Author: imp >> Date: Sat Sep 3 15:26:28 2016 >> New Revision: 305353 >> URL: https://svnweb.freebsd.org/changeset/base/305353 >> >> Log: >> Don't use -N to set the OMAGIC

svn commit: r306301 - head/sys/dev/cxgbe

2016-09-24 Thread Navdeep Parhar
Author: np Date: Sat Sep 24 19:03:05 2016 New Revision: 306301 URL: https://svnweb.freebsd.org/changeset/base/306301 Log: cxgbe(4): Use the port's top speed to figure out whether it is "high speed" or not (for the purpose of calculating the number of queues etc.) This does the right thing

svn commit: r306300 - head/contrib/ofed/usr.lib/libsdp

2016-09-24 Thread Marcel Moolenaar
Author: marcel Date: Sat Sep 24 17:50:11 2016 New Revision: 306300 URL: https://svnweb.freebsd.org/changeset/base/306300 Log: When MAKEOBJDIRPREFIX points to a case-insensitive file system, the build can break when different source files create the same target files (case-insensitivity

svn commit: r306299 - head/usr.bin/mkimg

2016-09-24 Thread Marcel Moolenaar
Author: marcel Date: Sat Sep 24 17:29:27 2016 New Revision: 306299 URL: https://svnweb.freebsd.org/changeset/base/306299 Log: Update local variable 'block' after calling capacity_resize(), otherwise format_resize(), which is called right after, isn't getting the current/actual image size.

svn commit: r306297 - in head: gnu/lib/libgcc gnu/lib/libgcov lib/libedit lib/libprocstat lib/libthr/support share/mk sys/conf usr.sbin/bsnmpd/modules/snmp_hostres

2016-09-24 Thread Marcel Moolenaar
Author: marcel Date: Sat Sep 24 15:11:27 2016 New Revision: 306297 URL: https://svnweb.freebsd.org/changeset/base/306297 Log: When MAKEOBJDIRPREFIX points to a case-insensitive file system, the build can break when different source files create the same target files (case-insensitivity

svn commit: r306295 - head/sys/dev/cxgbe

2016-09-24 Thread Navdeep Parhar
Author: np Date: Sat Sep 24 13:23:47 2016 New Revision: 306295 URL: https://svnweb.freebsd.org/changeset/base/306295 Log: cxgbe(4): Support SIOGIFXMEDIA so that ifconfig displays correct media for 25Gbps and 100Gbps ports. This should have been part of r305713, which is when the driver

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

2016-09-24 Thread Andriy Gapon
Author: avg Date: Sat Sep 24 08:13:15 2016 New Revision: 306292 URL: https://svnweb.freebsd.org/changeset/base/306292 Log: fix vnode lock assertion for extended attributes directory Background. In ZFS a file with extended attributes has a special directory associated with it where each

svn commit: r306291 - head/sys/dev/amdsbwd

2016-09-24 Thread Andriy Gapon
Author: avg Date: Sat Sep 24 07:59:54 2016 New Revision: 306291 URL: https://svnweb.freebsd.org/changeset/base/306291 Log: the rest of changes intended to be committed in r306290 MFC after:5 days X-MFC with: r306218 Modified: head/sys/dev/amdsbwd/amd_chipset.h Modified:

svn commit: r306290 - head/sys/dev/amdsbwd

2016-09-24 Thread Andriy Gapon
Author: avg Date: Sat Sep 24 07:55:49 2016 New Revision: 306290 URL: https://svnweb.freebsd.org/changeset/base/306290 Log: clarify description of the 0x790b1022 / "KERNCZ"/ "CZ" device MFC after:5 days X-MFC with: r306218 Modified: head/sys/dev/amdsbwd/amd_chipset.h Modified:

svn commit: r306289 - head/sys/net

2016-09-24 Thread Kristof Provost
Author: kp Date: Sat Sep 24 07:09:43 2016 New Revision: 306289 URL: https://svnweb.freebsd.org/changeset/base/306289 Log: bridge: Fix fragment handling and memory leak Fragmented UDP and ICMP packets were corrupted if a firewall with reassembling feature (like pf'scrub) is enabled on the