svn commit: r297504 - vendor-sys/illumos/dist/uts/common/fs/zfs

2016-04-02 Thread Alexander Motin
Author: mav Date: Sat Apr 2 08:19:41 2016 New Revision: 297504 URL: https://svnweb.freebsd.org/changeset/base/297504 Log: 6681 zfs list burning lots of time in dodefault() via dsl_prop_* Reviewed by: Patrick Mooney Reviewed by: Matthew Ahrens Reviewed by: Dan McDonald Approved by:

svn commit: r297505 - in vendor/illumos/dist/lib/libzpool/common: . sys

2016-04-02 Thread Alexander Motin
Author: mav Date: Sat Apr 2 08:24:23 2016 New Revision: 297505 URL: https://svnweb.freebsd.org/changeset/base/297505 Log: 6739 userland version of cv_timedwait_hires() always assumes absolute time Reviewed by: Paul Dagnelie Reviewed by: Matthew Ahrens Reviewed by: Dan McDonald Rev

svn commit: r297506 - vendor-sys/illumos/dist/uts/common/fs/zfs

2016-04-02 Thread Alexander Motin
Author: mav Date: Sat Apr 2 08:25:41 2016 New Revision: 297506 URL: https://svnweb.freebsd.org/changeset/base/297506 Log: 6738 zfs send stream padding needs documentation Reviewed by: Matthew Ahrens Reviewed by: Dan Kimmel Reviewed by: Paul Dagnelie Reviewed by: Dan McDonald Ap

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

2016-04-02 Thread Alexander Motin
Author: mav Date: Sat Apr 2 08:28:46 2016 New Revision: 297507 URL: https://svnweb.freebsd.org/changeset/base/297507 Log: MFV r297504: 6681 zfs list burning lots of time in dodefault() via dsl_prop_* Reviewed by: Patrick Mooney Reviewed by: Matthew Ahrens Reviewed by: Dan McDonald

svn commit: r297508 - in head/cddl/contrib/opensolaris/lib/libzpool/common: . sys

2016-04-02 Thread Alexander Motin
Author: mav Date: Sat Apr 2 08:34:15 2016 New Revision: 297508 URL: https://svnweb.freebsd.org/changeset/base/297508 Log: MFV r297505: 6739 userland version of cv_timedwait_hires() always assumes absolute time Reviewed by: Paul Dagnelie Reviewed by: Matthew Ahrens Reviewed by: Dan

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

2016-04-02 Thread Alexander Motin
Author: mav Date: Sat Apr 2 08:36:24 2016 New Revision: 297509 URL: https://svnweb.freebsd.org/changeset/base/297509 Log: MFV r297506: 6738 zfs send stream padding needs documentation Reviewed by: Matthew Ahrens Reviewed by: Dan Kimmel Reviewed by: Paul Dagnelie Reviewed by: Dan M

svn commit: r297510 - head/sys/kern

2016-04-02 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Apr 2 09:11:52 2016 New Revision: 297510 URL: https://svnweb.freebsd.org/changeset/base/297510 Log: Add configurable rate limit for "log" and "devctl" actions. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/kern_rctl.c Modif

Re: svn commit: r297501 - head/usr.sbin/pciconf

2016-04-02 Thread Oliver Pinter
Hi! On Saturday, April 2, 2016, John Baldwin wrote: > Author: jhb > Date: Sat Apr 2 01:59:53 2016 > New Revision: 297501 > URL: https://svnweb.freebsd.org/changeset/base/297501 > > Log: > Output information about PCI-e devices with slots. > > In particular this includes additional informati

svn commit: r297511 - svnadmin/conf

2016-04-02 Thread Matthew Seaman
Author: matthew (ports committer) Date: Sat Apr 2 12:03:08 2016 New Revision: 297511 URL: https://svnweb.freebsd.org/changeset/base/297511 Log: Take in davide's commit-bit for safe keeping, at his own request. Approved by: core (implicit) Modified: svnadmin/conf/access Modified: svnad

Re: svn commit: r297326 - head/sys/nfs

2016-04-02 Thread Julian Elischer
On 28/03/2016 7:16 AM, Ian Lepore wrote: The theory here is that since we can only have one default route, the one most likely to be correct for mounting the rootfs is the one that was delivered along with the rootpath option. We can have multiple default routes with weights, and we ca

Re: svn commit: r297326 - head/sys/nfs

2016-04-02 Thread Ian Lepore
On Sat, 2016-04-02 at 23:39 +0800, Julian Elischer wrote: > On 28/03/2016 7:16 AM, Ian Lepore wrote: > >The theory here is that since we can only have one default > > route, the one > >most likely to be correct for mounting the rootfs is the one > > that was > >delivered along with the

svn commit: r297513 - in head/sys/cddl: compat/opensolaris/sys contrib/opensolaris/uts/common/fs contrib/opensolaris/uts/common/fs/zfs

2016-04-02 Thread Andriy Gapon
Author: avg Date: Sat Apr 2 16:25:46 2016 New Revision: 297513 URL: https://svnweb.freebsd.org/changeset/base/297513 Log: remove emulation of VFS_HOLD and VFS_RELE from opensolaris compat On FreeBSD VFS_HOLD/VN_RELE were mapped to MNT_REF/MNT_REL that manipulate mnt_ref. But the job of

svn commit: r297514 - head/sys/arm/allwinner

2016-04-02 Thread Jared McNeill
Author: jmcneill Date: Sat Apr 2 16:53:12 2016 New Revision: 297514 URL: https://svnweb.freebsd.org/changeset/base/297514 Log: Improve HDMI display detection by searching the CEA-861 extension block for an HDMI vendor-specific data block (VSDB) containing the HDMI 24-bit IEEE registration I

Re: svn commit: r296881 - in head: contrib/bsnmp/snmp_mibII sys/netinet

2016-04-02 Thread Bjoern A. Zeeb
On Tue, 15 Mar 2016, Gleb Smirnoff wrote: Author: glebius Date: Tue Mar 15 00:15:10 2016 New Revision: 296881 URL: https://svnweb.freebsd.org/changeset/base/296881 Log: Redo r294869. The array of counters for TCP states doesn't belong to struct tcpstat, because the structure can be zeroed out

Re: svn commit: r297331 - head/sbin/devd

2016-04-02 Thread Conrad Meyer
Should this be: On Sun, Mar 27, 2016 at 9:22 PM, Warner Losh wrote: > Author: imp > Date: Mon Mar 28 04:22:22 2016 > New Revision: 297331 > URL: https://svnweb.freebsd.org/changeset/base/297331 > ... > @@ -793,10 +793,15 @@ process_event(char *buffer) > devdlog(LOG_INFO, "Processing event

svn commit: r297518 - stable/10/sys/compat/linux

2016-04-02 Thread Dmitry Chagin
Author: dchagin Date: Sun Apr 3 06:22:36 2016 New Revision: 297518 URL: https://svnweb.freebsd.org/changeset/base/297518 Log: MFC r297309: Whitespaces and style(9) fix. No functional changes. Modified: stable/10/sys/compat/linux/linux_socket.c Directory Properties: stable/10/ (props

svn commit: r297519 - head/sys/compat/linux

2016-04-02 Thread Dmitry Chagin
Author: dchagin Date: Sun Apr 3 06:33:16 2016 New Revision: 297519 URL: https://svnweb.freebsd.org/changeset/base/297519 Log: Move Linux specific times tests up to guarantee the values are defined. CID: 1305178 Submitted by: pfg@ MFC after:1 week Modified: head/sys/comp