svn commit: r268827 - head/usr.sbin/ndp

2014-07-18 Thread Peter Wemm
Author: peter Date: Fri Jul 18 06:48:02 2014 New Revision: 268827 URL: http://svnweb.freebsd.org/changeset/base/268827 Log: Fix ndp -d hostname. Modified: head/usr.sbin/ndp/ndp.c Modified: head/usr.sbin/ndp/ndp.c ==

svn commit: r268830 - in head: . share/man/man9

2014-07-18 Thread Alan Cox
(r268829) +++ head/ObsoleteFiles.inc Fri Jul 18 06:56:24 2014(r268830) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20140718: Remove an obsolete man page +OLD_FILES+=usr/share/man/man9/pmap_page_protect.9.gz # 20140717: Remove an obsolete man page OLD_FILES+=usr

svn commit: r268831 - in head: contrib/libucl contrib/libucl/doc contrib/libucl/include contrib/libucl/src contrib/libucl/tests contrib/libucl/uthash lib/libucl

2014-07-18 Thread Baptiste Daroussin
Author: bapt Date: Fri Jul 18 06:58:01 2014 New Revision: 268831 URL: http://svnweb.freebsd.org/changeset/base/268831 Log: Update libucl to the 2014-07-16 snapshot This update brings streamlined ucl emitter support Added: head/contrib/libucl/ChangeLog.md - copied unchanged from

svn commit: r268833 - head/sys/dev/bge

2014-07-18 Thread Peter Wemm
Author: peter Date: Fri Jul 18 07:41:38 2014 New Revision: 268833 URL: http://svnweb.freebsd.org/changeset/base/268833 Log: Fix an apparent conversion error in bge to the new driver api. if_multiaddr_array() does the LLADDR work, don't do it twice. This broke IPv6 in interesting ways in

svn commit: r268834 - in head/sys: arm/conf arm/freescale/imx boot/fdt/dts/arm

2014-07-18 Thread Ruslan Bukin
Author: br Date: Fri Jul 18 07:47:50 2014 New Revision: 268834 URL: http://svnweb.freebsd.org/changeset/base/268834 Log: o Enable GPIO device driver for i.MX6. It was originally written for i.MX5 and compatible with newer chip. o Extend device tree information o style(9) fixes

svn commit: r268835 - head/sys/arm/freescale/imx

2014-07-18 Thread Ruslan Bukin
Author: br Date: Fri Jul 18 07:52:35 2014 New Revision: 268835 URL: http://svnweb.freebsd.org/changeset/base/268835 Log: Rename gpio driver file. Added: head/sys/arm/freescale/imx/imx_gpio.c - copied unchanged from r268834, head/sys/arm/freescale/imx/imx51_gpio.c Deleted:

svn commit: r268836 - head/sys/boot/fdt/dts/arm

2014-07-18 Thread Ruslan Bukin
Author: br Date: Fri Jul 18 08:08:45 2014 New Revision: 268836 URL: http://svnweb.freebsd.org/changeset/base/268836 Log: Fix typo. Modified: head/sys/boot/fdt/dts/arm/wandboard-dual.dts head/sys/boot/fdt/dts/arm/wandboard-quad.dts head/sys/boot/fdt/dts/arm/wandboard-solo.dts Modified:

svn commit: r268837 - head/sys/netinet

2014-07-18 Thread Adrian Chadd
Author: adrian Date: Fri Jul 18 08:22:13 2014 New Revision: 268837 URL: http://svnweb.freebsd.org/changeset/base/268837 Log: Update the default RSS hash to the Chelsio T5 firmware one - it provides markedly better distribution of IPv6 address/ports than the previous key. The previous key

svn commit: r268838 - in head/sys: arm/conf boot/fdt/dts/arm

2014-07-18 Thread Ruslan Bukin
Author: br Date: Fri Jul 18 08:23:53 2014 New Revision: 268838 URL: http://svnweb.freebsd.org/changeset/base/268838 Log: Add support for Toradex Apalis i.MX6 development board. Sponsored by: Toradex AG Added: head/sys/arm/conf/APALIS-IMX6 (contents, props changed)

svn commit: r268840 - head/usr.sbin/unbound/local-setup

2014-07-18 Thread Dag-Erling Smørgrav
Author: des Date: Fri Jul 18 12:33:22 2014 New Revision: 268840 URL: http://svnweb.freebsd.org/changeset/base/268840 Log: Use a combination of unblock-lan-zones (r268839) and domain-insecure to fix reverse lookups on networks using private addresses. Modified:

svn commit: r268842 - head/usr.bin/iscsictl

2014-07-18 Thread Gavin Atkinson
Author: gavin Date: Fri Jul 18 12:51:35 2014 New Revision: 268842 URL: http://svnweb.freebsd.org/changeset/base/268842 Log: Fix two typos in iscsictl.8 PR: 191581 Submitted by: Jimmy Olgeni MFC after:3 days Modified: head/usr.bin/iscsictl/iscsictl.8 Modified:

Re: svn commit: r268833 - head/sys/dev/bge

2014-07-18 Thread Marcel Moolenaar
On Jul 18, 2014, at 12:41 AM, Peter Wemm pe...@freebsd.org wrote: Author: peter Date: Fri Jul 18 07:41:38 2014 New Revision: 268833 URL: http://svnweb.freebsd.org/changeset/base/268833 Log: Fix an apparent conversion error in bge to the new driver api. if_multiaddr_array() does the

svn commit: r268843 - in head: lib/libc/sys sys/kern sys/sys

2014-07-18 Thread Baptiste Daroussin
Author: bapt Date: Fri Jul 18 14:27:04 2014 New Revision: 268843 URL: http://svnweb.freebsd.org/changeset/base/268843 Log: Extend kqueue's EVFILT_TIMER by adding precision unit flags support Define the precision macros as bits sets to conform with XNU equivalent. Test fflags passed for

Re: svn commit: r268827 - head/usr.sbin/ndp

2014-07-18 Thread Benjamin Kaduk
On Fri, Jul 18, 2014 at 2:48 AM, Peter Wemm pe...@freebsd.org wrote: Author: peter Date: Fri Jul 18 06:48:02 2014 New Revision: 268827 URL: http://svnweb.freebsd.org/changeset/base/268827 Log: Fix ndp -d hostname. MFC? -Ben ___

svn commit: r268844 - head/sys/kern

2014-07-18 Thread Gleb Smirnoff
Author: glebius Date: Fri Jul 18 14:59:35 2014 New Revision: 268844 URL: http://svnweb.freebsd.org/changeset/base/268844 Log: Use assignment instead of bcopy. Submitted by: jmg Modified: head/sys/kern/uipc_mbuf.c Modified: head/sys/kern/uipc_mbuf.c

svn commit: r268845 - in head: . share/man/man9

2014-07-18 Thread Alan Cox
@@ # xargs -n1 | sort | uniq -d; # done +# 20140718: Remove obsolete man pages +OLD_FILES+=usr/share/man/man9/zero_copy.9.gz +OLD_FILES+=usr/share/man/man9/zero_copy_sockets.9.gz # 20140718: Remove an obsolete man page OLD_FILES+=usr/share/man/man9/pmap_page_protect.9.gz # 20140717: Remove an obsolete

svn commit: r268846 - head/include

2014-07-18 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jul 18 16:21:15 2014 New Revision: 268846 URL: http://svnweb.freebsd.org/changeset/base/268846 Log: Revertr268826: The current ordering of this header is a feature as it is more consistent with POSIX. Also adding gratuitous newlines is not elegant.

svn commit: r268847 - head/sys/dev/e1000

2014-07-18 Thread Hiren Panchasara
Author: hiren Date: Fri Jul 18 16:25:35 2014 New Revision: 268847 URL: http://svnweb.freebsd.org/changeset/base/268847 Log: The description is a bit misleading. Trying to make it more obvious. Phabric:https://phabric.freebsd.org/D435 Reviewed by: gnn Modified:

Re: svn commit: r268837 - head/sys/netinet

2014-07-18 Thread Peter Grehan
Update the default RSS hash to the Chelsio T5 firmware one - it provides markedly better distribution of IPv6 address/ports than the previous key. That's actually the key that's used for verification in the Microsoft spec, though it looks like you have the bytes arranged backwards,

Re: svn commit: r268837 - head/sys/netinet

2014-07-18 Thread Adrian Chadd
On 18 July 2014 09:46, Peter Grehan gre...@freebsd.org wrote: Update the default RSS hash to the Chelsio T5 firmware one - it provides markedly better distribution of IPv6 address/ports than the previous key. That's actually the key that's used for verification in the Microsoft spec,

Re: svn commit: r268837 - head/sys/netinet

2014-07-18 Thread Peter Grehan
Hi Adrian, Hah! I wonder why the key from the T3 NIC that Robert committed was so .. terrible then. Are you saying that the actual byte order is totally reversed, or just endian? The 32-bit word order of your array is reversed. The last 4 bytes should be the first, etc. Have a look at the

svn commit: r268854 - head/sys/dev/bxe

2014-07-18 Thread David C Somayajulu
Author: davidcs Date: Fri Jul 18 20:04:11 2014 New Revision: 268854 URL: http://svnweb.freebsd.org/changeset/base/268854 Log: Initiate error recovery stats fail to update after 3 retries. Change bxe_panic() ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() to panic only if ECORE_STOP_ON_ERROR

Re: Phabric IDs / URLs in commits

2014-07-18 Thread Ed Maste
On 11 July 2014 12:38, John Baldwin j...@freebsd.org wrote: CR: https://phabric.freebsd.org/D312 Reviewed by:jilles MFC after: 1 week Just picking my own commit here as a sample case. I think we should be annotating commits with phabricator code reviews in

Re: svn commit: r268840 - head/usr.sbin/unbound/local-setup

2014-07-18 Thread Larry Rosenman
should this be noted in UPDATING to re-gen the files locally or something? On 2014-07-18 07:33, Dag-Erling Smørgrav wrote: Author: des Date: Fri Jul 18 12:33:22 2014 New Revision: 268840 URL: http://svnweb.freebsd.org/changeset/base/268840 Log: Use a combination of unblock-lan-zones

svn commit: r268855 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2014-07-18 Thread Xin LI
Author: delphij Date: Fri Jul 18 20:41:40 2014 New Revision: 268855 URL: http://svnweb.freebsd.org/changeset/base/268855 Log: MFV r268848: Instead of asserting all zio's be properly aligned, only assert on the logical ones. Cap uberblocks at 8k, otherwise with ashift=17, there would

Re: svn commit: r268854 - head/sys/dev/bxe

2014-07-18 Thread Bjoern A. Zeeb
On 18 Jul 2014, at 20:04 , David C Somayajulu davi...@freebsd.org wrote: Author: davidcs Date: Fri Jul 18 20:04:11 2014 New Revision: 268854 URL: http://svnweb.freebsd.org/changeset/base/268854 Log: Initiate error recovery stats fail to update after 3 retries. Change bxe_panic()

svn commit: r268856 - head/sys/dev/bxe

2014-07-18 Thread Xin LI
Author: delphij Date: Fri Jul 18 21:28:59 2014 New Revision: 268856 URL: http://svnweb.freebsd.org/changeset/base/268856 Log: Fix build by using the driver API (driver converted in r266979 which should be upstreamed). X-MFC with: r268854 MFC after:5 days Modified:

svn commit: r268857 - head/lib/libc/gen

2014-07-18 Thread Jilles Tjoelker
Author: jilles Date: Fri Jul 18 21:29:59 2014 New Revision: 268857 URL: http://svnweb.freebsd.org/changeset/base/268857 Log: ttyname(3): Fix EBADF/ENOTTY error descriptions. Also, make sure to document the return values and errors for all three functions in the man page. PR:

svn commit: r268858 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-07-18 Thread Xin LI
Author: delphij Date: Fri Jul 18 22:04:21 2014 New Revision: 268858 URL: http://svnweb.freebsd.org/changeset/base/268858 Log: MFV r268850: Change the interaction between the DMU and ARC so that when the DMU is shutting down an objset, we do not evict the data from the ARC. Instead we

svn commit: r268859 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-07-18 Thread Xin LI
Author: delphij Date: Fri Jul 18 22:34:01 2014 New Revision: 268859 URL: http://svnweb.freebsd.org/changeset/base/268859 Log: MFV r268851: When a sync task is waiting for a txg to complete, we should hurry it along by increasing the number of outstanding async writes (i.e. make

svn commit: r268860 - head/usr.sbin/sysrc

2014-07-18 Thread Devin Teske
Author: dteske Date: Fri Jul 18 22:44:15 2014 New Revision: 268860 URL: http://svnweb.freebsd.org/changeset/base/268860 Log: Minor enhancements, bug fixes, and man-page adjustments. + Make `sysrc -x foo' produce error status if foo is unset. NB: Reported by lme (everything else ``while

svn commit: r268861 - head/usr.bin/timeout

2014-07-18 Thread Baptiste Daroussin
Author: bapt Date: Fri Jul 18 22:56:59 2014 New Revision: 268861 URL: http://svnweb.freebsd.org/changeset/base/268861 Log: Improve timeout(1) man page Document the exit values and the duration format Improve wording Pet mandoc -Tlint Sort SEE ALSO Phabric:

svn commit: r268862 - head

2014-07-18 Thread Baptiste Daroussin
+OLD_LIBS+=lib/libsbuf.so.6 # 20140718: Remove obsolete man pages OLD_FILES+=usr/share/man/man9/zero_copy.9.gz OLD_FILES+=usr/share/man/man9/zero_copy_sockets.9.gz ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head

svn commit: r268863 - head/usr.sbin/sysrc

2014-07-18 Thread Devin Teske
Author: dteske Date: Fri Jul 18 23:23:52 2014 New Revision: 268863 URL: http://svnweb.freebsd.org/changeset/base/268863 Log: Oops, forgot to bump manual date/copyright in r268860. MFC after:3 days X-MFC-to: stable/10, stable/9, ports X-MFC-with: r268860 Modified:

Re: svn commit: r268494 - in head: lib/libsbuf sys/kern sys/sys

2014-07-18 Thread Bryan Drewery
On 2014-07-10 08:08, Pietro Cerutti wrote: Author: gahr (ports committer) Date: Thu Jul 10 13:08:51 2014 New Revision: 268494 URL: http://svnweb.freebsd.org/changeset/base/268494 Log: Implement Short/Small String Optimization in SBUF(9) and change lengths and positions in the API from

Re: svn commit: r268840 - head/usr.sbin/unbound/local-setup

2014-07-18 Thread Dag-Erling Smørgrav
Larry Rosenman l...@lerctr.org writes: should this be noted in UPDATING to re-gen the files locally or something? Good point, thank you. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing list

svn commit: r268864 - head

2014-07-18 Thread Dag-Erling Smørgrav
Author: des Date: Sat Jul 19 00:11:51 2014 New Revision: 268864 URL: http://svnweb.freebsd.org/changeset/base/268864 Log: Document the need to regenerate the local_unbound configuration. Modified: head/UPDATING Modified: head/UPDATING

svn commit: r268865 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2014-07-18 Thread Xin LI
Author: delphij Date: Sat Jul 19 00:26:03 2014 New Revision: 268865 URL: http://svnweb.freebsd.org/changeset/base/268865 Log: Reduce lock contention on the z_teardown_lock under heavily cached read workload by splitting the single teardown rrw lock into RRM_NUM_LOCKS (17) of them. Read

svn commit: r268866 - head/usr.sbin/nfsd

2014-07-18 Thread Rick Macklem
Author: rmacklem Date: Sat Jul 19 01:15:01 2014 New Revision: 268866 URL: http://svnweb.freebsd.org/changeset/base/268866 Log: r243637 changed the default number of nfsd threads created, but the man page did not reflect this. This is a content change. Reported by: bde MFC after:

svn commit: r268867 - head/lib/libc/net

2014-07-18 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jul 19 01:53:52 2014 New Revision: 268867 URL: http://svnweb.freebsd.org/changeset/base/268867 Log: Use unsigned optlen in getsourcefilter() Sizes can not be negative and the functions that use it expect an unsigned value anyways. Obtained from:Apple

svn commit: r268869 - in head/sys: amd64/amd64 cddl/dev/dtrace/amd64 cddl/dev/fbt

2014-07-18 Thread Mark Johnston
Author: markj Date: Sat Jul 19 02:27:31 2014 New Revision: 268869 URL: http://svnweb.freebsd.org/changeset/base/268869 Log: Use a C wrapper for trap() instead of checking and calling the DTrace trap hook in assembly. Suggested by: kib Reviewed by: kib (original version) X-MFC-With: