svn commit: r274583 - head/usr.sbin/watchdogd

2014-11-16 Thread Xin LI
Author: delphij Date: Sun Nov 16 09:44:30 2014 New Revision: 274583 URL: https://svnweb.freebsd.org/changeset/base/274583 Log: Default to use 10 seconds as nap interval instead of 1. Previously, we have a nap interval of 1 second while we have a timeout of 128 seconds by default, which

svn commit: r274585 - head/sys/net

2014-11-16 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Nov 16 14:56:31 2014 New Revision: 274585 URL: https://svnweb.freebsd.org/changeset/base/274585 Log: Make witness happy: destroy rte lock before free. MFC after:2 weeks Modified: head/sys/net/route.c Modified: head/sys/net/route.c

svn commit: r274587 - head/sys/dev/drm2/radeon

2014-11-16 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Sun Nov 16 17:53:48 2014 New Revision: 274587 URL: https://svnweb.freebsd.org/changeset/base/274587 Log: drm/radeon: Lower priority of a message related to invalid EDID Like in r259717, the prority goes from error to debug to avoid spamming logs when the connectors

svn commit: r274588 - head/sys/dev/ixgbe

2014-11-16 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Nov 16 18:08:00 2014 New Revision: 274588 URL: https://svnweb.freebsd.org/changeset/base/274588 Log: Fix r273112: do not turn DROP_EN by default. Due to adapter-hw.fc.requested_mode is filled with default value after ixgbe_initialize_receive_units(), this leads

svn commit: r274589 - head/sys/net

2014-11-16 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Nov 16 18:15:23 2014 New Revision: 274589 URL: https://svnweb.freebsd.org/changeset/base/274589 Log: Revert r274585: rte lock is properly destroyed in uma dtor callback. Pointed by: glebius Modified: head/sys/net/route.c Modified: head/sys/net/route.c

Re: svn commit: r274337 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/zstreamdump cddl/contrib/opensolari

2014-11-16 Thread Slawa Olhovchenkov
On Mon, Nov 10, 2014 at 08:20:22AM +, Xin LI wrote: Author: delphij Date: Mon Nov 10 08:20:21 2014 New Revision: 274337 URL: https://svnweb.freebsd.org/changeset/base/274337 Log: MFV r274273: ZFS large block support. Please note that booting from datasets that have

svn commit: r274591 - head

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 19:47:29 2014 New Revision: 274591 URL: https://svnweb.freebsd.org/changeset/base/274591 Log: Add freebsd-testing and myself to MAINTAINERS for contrib/netbsd-tests and contrib/pjdfstest Modified: head/MAINTAINERS Modified: head/MAINTAINERS

svn commit: r274592 - in head: lib/libc/tests/stdio tools/regression/lib/libc/stdio

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 19:57:47 2014 New Revision: 274592 URL: https://svnweb.freebsd.org/changeset/base/274592 Log: Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase and rename as lib/libc/stdio/fmemopen2_test Sponsored by: EMC / Isilon Storage Division

svn commit: r274593 - head

2014-11-16 Thread Sean Bruno
Author: sbruno Date: Sun Nov 16 20:10:37 2014 New Revision: 274593 URL: https://svnweb.freebsd.org/changeset/base/274593 Log: Flush out many more static binaries that can be used in a jail for building pkgs via poudriere. This removes a significant amount of emulation speeding up run

Re: svn commit: r274593 - head

2014-11-16 Thread Garrett Cooper
On Nov 16, 2014, at 12:10, Sean Bruno sbr...@freebsd.org wrote: Author: sbruno Date: Sun Nov 16 20:10:37 2014 New Revision: 274593 URL: https://svnweb.freebsd.org/changeset/base/274593 Log: Flush out many more static binaries that can be used in a jail for building pkgs via poudriere.

svn commit: r274595 - in head: lib/libc/tests/gen tools/regression/lib/libc/gen

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:29:57 2014 New Revision: 274595 URL: https://svnweb.freebsd.org/changeset/base/274595 Log: Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase and Rename as lib/libc/stdio/fpclassify2_test Sponsored by: EMC / Isilon Storage

svn commit: r274596 - head/sys/arm/arm

2014-11-16 Thread Ian Lepore
Author: ian Date: Sun Nov 16 20:34:14 2014 New Revision: 274596 URL: https://svnweb.freebsd.org/changeset/base/274596 Log: Indent a couple lines properly and expand a comment. No functional changes. Modified: head/sys/arm/arm/busdma_machdep-v6.c Modified:

svn commit: r274597 - head/contrib/netbsd-tests/lib/libm

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:34:46 2014 New Revision: 274597 URL: https://svnweb.freebsd.org/changeset/base/274597 Log: Skip the long-double epsilon checks on FreeBSD/i386 Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/netbsd-tests/lib/libm/t_precision.c

svn commit: r274598 - head/contrib/netbsd-tests/lib/libm

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:35:32 2014 New Revision: 274598 URL: https://svnweb.freebsd.org/changeset/base/274598 Log: Reset errno to 0 before running scalbn to be sure that the tested errno is valid Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r274599 - head/contrib/netbsd-tests/lib/libm

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:37:46 2014 New Revision: 274599 URL: https://svnweb.freebsd.org/changeset/base/274599 Log: Alias isinff to isinf on FreeBSD isinf on FreeBSD automatically picks the appropriate type per math.h Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r274600 - head/contrib/netbsd-tests/lib/libm

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:39:11 2014 New Revision: 274600 URL: https://svnweb.freebsd.org/changeset/base/274600 Log: - Expect exp2_powers to fail on FreeBSD/i386 - Expect exp2_values to fail on FreeBSD due to the small epsilon Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r274601 - head/contrib/netbsd-tests/lib/libm

2014-11-16 Thread Garrett Cooper
Author: ngie Date: Sun Nov 16 20:42:30 2014 New Revision: 274601 URL: https://svnweb.freebsd.org/changeset/base/274601 Log: - Skip over the testcases that call cbrtl on platforms where LDBL_PREC == 53 (arm, mips, powerpc). This fixes the build on these platforms, based on some ad hoc

svn commit: r274602 - head/sys/arm/arm

2014-11-16 Thread Ian Lepore
Author: ian Date: Sun Nov 16 20:55:51 2014 New Revision: 274602 URL: https://svnweb.freebsd.org/changeset/base/274602 Log: Do not do a cache invalidate on a PREREAD sync that is also a PREWRITE sync. The PREWRITE handling does a writeback of any dirty cachelines, so there's no danger of an

svn commit: r274603 - head/sys/arm/arm

2014-11-16 Thread Ian Lepore
Author: ian Date: Sun Nov 16 20:59:27 2014 New Revision: 274603 URL: https://svnweb.freebsd.org/changeset/base/274603 Log: Do the cache invalidate sequence from the outermost to innermost, required for correct operation. Submitted by: Michal Meloun mel...@miracle.cz Modified:

svn commit: r274604 - head/sys/arm/arm

2014-11-16 Thread Ian Lepore
Author: ian Date: Sun Nov 16 21:22:42 2014 New Revision: 274604 URL: https://svnweb.freebsd.org/changeset/base/274604 Log: Correct the sequence of busdma sync ops involved with PRE/POSTREAD syncs. We used to invalidate the cache for PREREAD alone, or writeback+invalidate for PREREAD with

svn commit: r274605 - head/sys/arm/arm

2014-11-16 Thread Ian Lepore
Author: ian Date: Sun Nov 16 21:39:56 2014 New Revision: 274605 URL: https://svnweb.freebsd.org/changeset/base/274605 Log: No functional changes. Remove a couple outdated or inane comments and add new comment blocks describing why the cache maintenance sequences are done in the order they

Re: svn commit: r274583 - head/usr.sbin/watchdogd

2014-11-16 Thread Benjamin Kaduk
On Sun, Nov 16, 2014 at 4:44 AM, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Sun Nov 16 09:44:30 2014 New Revision: 274583 URL: https://svnweb.freebsd.org/changeset/base/274583 Log: Default to use 10 seconds as nap interval instead of 1. Previously, we have a nap interval

svn commit: r274606 - in stable/10: share/man/man9 sys/kern sys/sys

2014-11-16 Thread Konstantin Belousov
Author: kib Date: Sun Nov 16 23:02:32 2014 New Revision: 274606 URL: https://svnweb.freebsd.org/changeset/base/274606 Log: MFC r273966: Fix two issues with lockmgr(9) LK_CAN_SHARE() test, related to the exclusive locker starvation. MFC r273986: Fix the build with ADAPTIVE_LOCKMGRS

svn commit: r274607 - head

2014-11-16 Thread Sean Bruno
Author: sbruno Date: Sun Nov 16 23:31:23 2014 New Revision: 274607 URL: https://svnweb.freebsd.org/changeset/base/274607 Log: Add mv, echo and hostname to the native-xtools target. Missed these when profiling. MFC after:2 weeks Modified: head/Makefile.inc1 Modified:

svn commit: r274608 - stable/10/sys/conf

2014-11-16 Thread Konstantin Belousov
Author: kib Date: Mon Nov 17 00:57:33 2014 New Revision: 274608 URL: https://svnweb.freebsd.org/changeset/base/274608 Log: MFC r274040 and r274084. The result is removal of agp_intel.c from the static amd64 kernel when agp is configured. Modified: stable/10/sys/conf/files.amd64 Directory

svn commit: r274609 - stable/10/sys/kern

2014-11-16 Thread Konstantin Belousov
Author: kib Date: Mon Nov 17 00:59:45 2014 New Revision: 274609 URL: https://svnweb.freebsd.org/changeset/base/274609 Log: MFC r274023: When other end of the pipe closed during the write, but some bytes were written, return short write instead of EPIPE. Modified:

svn commit: r274610 - stable/10/sys/kern

2014-11-16 Thread Konstantin Belousov
Author: kib Date: Mon Nov 17 01:01:45 2014 New Revision: 274610 URL: https://svnweb.freebsd.org/changeset/base/274610 Log: MFC r274343: When sleeping waiting for the profiling stop, always set P_STOPPROF before dropping process lock. Clear P_STOPPROF when doing wakeup. Modified:

svn commit: r274611 - in head: sbin/route sys/net sys/netinet sys/netinet6

2014-11-16 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Nov 17 01:05:29 2014 New Revision: 274611 URL: https://svnweb.freebsd.org/changeset/base/274611 Log: Finish r274175: do control plane MTU tracking. Update route MTU in case of ifnet MTU change. Add new RTF_FIXEDMTU to track explicitly specified MTU. Old

Re: svn commit: r274583 - head/usr.sbin/watchdogd

2014-11-16 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 11/16/14 13:46, Benjamin Kaduk wrote: On Sun, Nov 16, 2014 at 4:44 AM, Xin LI delp...@freebsd.org mailto:delp...@freebsd.org wrote: Author: delphij Date: Sun Nov 16 09:44:30 2014 New Revision: 274583 URL:

svn commit: r274612 - stable/10/sys/dev/cxgbe/firmware

2014-11-16 Thread Navdeep Parhar
Author: np Date: Mon Nov 17 07:20:03 2014 New Revision: 274612 URL: https://svnweb.freebsd.org/changeset/base/274612 Log: MFC r274351: cxgbe(4): adjust PMRX and PMTX parameters. Modified: stable/10/sys/dev/cxgbe/firmware/t4fw_cfg.txt stable/10/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt

svn commit: r274614 - stable/8/sys/dev/cxgbe/firmware

2014-11-16 Thread Navdeep Parhar
Author: np Date: Mon Nov 17 07:20:53 2014 New Revision: 274614 URL: https://svnweb.freebsd.org/changeset/base/274614 Log: MFC r274351: cxgbe(4): adjust PMRX and PMTX parameters. Modified: stable/8/sys/dev/cxgbe/firmware/t4fw_cfg.txt stable/8/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt

svn commit: r274613 - stable/9/sys/dev/cxgbe/firmware

2014-11-16 Thread Navdeep Parhar
Author: np Date: Mon Nov 17 07:20:33 2014 New Revision: 274613 URL: https://svnweb.freebsd.org/changeset/base/274613 Log: MFC r274351: cxgbe(4): adjust PMRX and PMTX parameters. Modified: stable/9/sys/dev/cxgbe/firmware/t4fw_cfg.txt stable/9/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt

svn commit: r274617 - stable/8/tools/tools/cxgbetool

2014-11-16 Thread Navdeep Parhar
Author: np Date: Mon Nov 17 07:38:23 2014 New Revision: 274617 URL: https://svnweb.freebsd.org/changeset/base/274617 Log: MFC r273360: One of MAP_ANON, MAP_PRIVATE, MAP_SHARED, or MAP_STACK must be specified. Modified: stable/8/tools/tools/cxgbetool/cxgbetool.c Directory Properties:

svn commit: r274615 - stable/10/tools/tools/cxgbetool

2014-11-16 Thread Navdeep Parhar
Author: np Date: Mon Nov 17 07:37:41 2014 New Revision: 274615 URL: https://svnweb.freebsd.org/changeset/base/274615 Log: MFC r273360: One of MAP_ANON, MAP_PRIVATE, MAP_SHARED, or MAP_STACK must be specified. Modified: stable/10/tools/tools/cxgbetool/cxgbetool.c Directory Properties:

svn commit: r274616 - stable/9/tools/tools/cxgbetool

2014-11-16 Thread Navdeep Parhar
Author: np Date: Mon Nov 17 07:37:56 2014 New Revision: 274616 URL: https://svnweb.freebsd.org/changeset/base/274616 Log: MFC r273360: One of MAP_ANON, MAP_PRIVATE, MAP_SHARED, or MAP_STACK must be specified. Modified: stable/9/tools/tools/cxgbetool/cxgbetool.c Directory Properties: