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 > wrote: > > Author: delphij Date: Sun Nov 16 09:44:30 2014 New Revision: > 274583 URL: https://svnweb.freebsd.org/changeset/base/27458

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 beh

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: head/Makefile

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 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 of 1 secon

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 a

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: 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 Modified: head/sys/arm/arm/busdma_ma

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 e

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 tinderb

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: 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: hea

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: head/contrib/netbsd-tests/l

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 Modified

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: head/sys/arm/arm/busdma_machdep-v6.

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 Divisi

Re: svn commit: r274593 - head

2014-11-16 Thread Garrett Cooper
On Nov 16, 2014, at 12:10, Sean Bruno 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. This remov

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 times.

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 A

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 ===

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 tha

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 ==

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: 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 connect

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: 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 co