svn commit: r305275 - stable/10/usr.bin/tar/tests

2016-09-01 Thread Ngie Cooper
Author: ngie Date: Fri Sep 2 04:27:02 2016 New Revision: 305275 URL: https://svnweb.freebsd.org/changeset/base/305275 Log: MFstable/11 r304951: MFC r303804: Fix building usr.bin/tar/tests with PIE symbol building enabled by removing CFLAGS+= -static `CFLAGS+= -static` was a car

svn commit: r305274 - stable/10/sys/modules/zfs

2016-09-01 Thread Ngie Cooper
Author: ngie Date: Fri Sep 2 04:23:26 2016 New Revision: 305274 URL: https://svnweb.freebsd.org/changeset/base/305274 Log: MFC r286321: r286321 (by lwhsu): Fix `make depend` in sys/modules Modified: stable/10/sys/modules/zfs/Makefile Directory Properties: stable/10/ (props changed

svn commit: r305273 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2016-09-01 Thread Ngie Cooper
Author: ngie Date: Fri Sep 2 04:21:40 2016 New Revision: 305273 URL: https://svnweb.freebsd.org/changeset/base/305273 Log: MFstable/11 r305271: MFC r303576: Conditionalize code which defines sysctls per _KERNEL #ifdef guard This resolves several issues when compiling libzpool (us

svn commit: r305272 - stable/10/lib/libc/tests/resolv

2016-09-01 Thread Ngie Cooper
Author: ngie Date: Fri Sep 2 04:12:36 2016 New Revision: 305272 URL: https://svnweb.freebsd.org/changeset/base/305272 Log: MFstable/11 r304950: MFC r304033: Increase timeout from 10 minutes to 20 minutes for all tests On particular slow networks, it can (on average) take longer t

svn commit: r305261 - in stable/10/sys: kern sys

2016-09-01 Thread Mark Johnston
Author: markj Date: Fri Sep 2 00:14:28 2016 New Revision: 305261 URL: https://svnweb.freebsd.org/changeset/base/305261 Log: MFC r285522: Fix cleanup race between unp_dispose and unp_gc. This change modifies the original commit to avoid changing the domain_dispose KPI. Tested by:

svn commit: r305233 - stable/10/cddl/contrib/opensolaris/lib/libzpool/common

2016-09-01 Thread Ngie Cooper
Author: ngie Date: Thu Sep 1 19:31:47 2016 New Revision: 305233 URL: https://svnweb.freebsd.org/changeset/base/305233 Log: MFstable/11 r305225: MFC r303573: Cast result from third parameter to int instead of promoting it to size_t This resolves a -Wformat issue when the value is

svn commit: r305228 - stable/10/tests/sys/kern/acct

2016-09-01 Thread Ngie Cooper
Author: ngie Date: Thu Sep 1 19:08:07 2016 New Revision: 305228 URL: https://svnweb.freebsd.org/changeset/base/305228 Log: MFstable/11 r304947: MFC r304238: Only expect :encode_tv_random_million to fail on 64-bit platforms It passes on i386 Modified: stable/10/tests/sys/kern/a

svn commit: r305229 - stable/10/usr.bin/getconf

2016-09-01 Thread Ngie Cooper
Author: ngie Date: Thu Sep 1 19:10:42 2016 New Revision: 305229 URL: https://svnweb.freebsd.org/changeset/base/305229 Log: MFstable/11 r304949,r305226: r304949: MFC r303830,r304693,r304694,r304698: r303830: Remove vestigal references to __alpha__ Replace alpha reference

svn commit: r305227 - stable/10/tests/sys/acl

2016-09-01 Thread Ngie Cooper
Author: ngie Date: Thu Sep 1 19:05:23 2016 New Revision: 305227 URL: https://svnweb.freebsd.org/changeset/base/305227 Log: MFC r304040: Redirect the output of the testcases to stderr instead of redirecting it to /dev/null This will aid in debugging failures Modified: stable/10/te

svn commit: r305192 - in stable/10: contrib/libarchive/cat/test contrib/libarchive/cpio contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libarch...

2016-09-01 Thread Martin Matuska
Author: mm Date: Thu Sep 1 12:01:23 2016 New Revision: 305192 URL: https://svnweb.freebsd.org/changeset/base/305192 Log: MFC r304075,r304989: Sync libarchive with vendor including security fixes Vendor issues fixed: Issue #731: Reject tar entries >= INT64_MAX Issue #744: Very long pa

svn commit: r305190 - stable/10/contrib/netbsd-tests/lib/libc/string

2016-09-01 Thread Ngie Cooper
Author: ngie Date: Thu Sep 1 08:34:31 2016 New Revision: 305190 URL: https://svnweb.freebsd.org/changeset/base/305190 Log: MFC r301752: Update `goodResult` after recent changes made to the PRNG in libc The PRNG was changed in r300953/r300956, and subsequently, the numbers generated

svn commit: r305189 - stable/10/sys/netinet

2016-09-01 Thread Sepherosa Ziehau
Author: sephe Date: Thu Sep 1 08:01:13 2016 New Revision: 305189 URL: https://svnweb.freebsd.org/changeset/base/305189 Log: MFC 304202 tcp/lro: Make # of LRO entries tunable Reviewed by:hps, gallatin Obtained from: rrs, gallatin Sponsored by: Netflix (rrs, gall

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

2016-09-01 Thread Konstantin Belousov
Author: kib Date: Thu Sep 1 07:20:50 2016 New Revision: 305184 URL: https://svnweb.freebsd.org/changeset/base/305184 Log: MFC r304808: Prevent leak of URWLOCK_READ_WAITERS flag for urwlocks. PR: 211947 Modified: stable/10/sys/kern/kern_umtx.c Directory Properties: stable/10/ (pr

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

2016-09-01 Thread Konstantin Belousov
Author: kib Date: Thu Sep 1 07:21:42 2016 New Revision: 305185 URL: https://svnweb.freebsd.org/changeset/base/305185 Log: MFC r304812: In both do_rw_wrlock() and do_rw_rdlock(), do not obliterate possible error from sleep. Modified: stable/10/sys/kern/kern_umtx.c Directory Properties:

svn commit: r305186 - stable/10/lib/libc/sys

2016-09-01 Thread Konstantin Belousov
Author: kib Date: Thu Sep 1 07:23:47 2016 New Revision: 305186 URL: https://svnweb.freebsd.org/changeset/base/305186 Log: MFC r305024: Typesetting fixes. Modified: stable/10/lib/libc/sys/ptrace.2 Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/sys/ptrace.