svn commit: r322807 - stable/11

2017-08-22 Thread Kirk McKusick
process from older version of current across the gcc/clang cutover is a bit fragile. +20170822: + Since the switch to GPT disk labels, fsck for UFS/FFS has been + unable to automatically find alternate superblocks. As of r322806, + the information needed to find alternate superblocks

svn commit: r322806 - in stable/11: sbin/fsck_ffs sbin/newfs sys/ufs/ffs

2017-08-22 Thread Kirk McKusick
Author: mckusick Date: Wed Aug 23 04:35:03 2017 New Revision: 322806 URL: https://svnweb.freebsd.org/changeset/base/322806 Log: MFC of 322200, 322201, 322271, and 322297 322200: Remove (broken) search for alternate superblocks 322201: Show differences when alternate superblock fails to ma

svn commit: r322804 - head/usr.sbin/ctladm

2017-08-22 Thread Benno Rice
Author: benno Date: Tue Aug 22 23:55:09 2017 New Revision: 322804 URL: https://svnweb.freebsd.org/changeset/base/322804 Log: Correct typo in usage string. Submitted by: peterpakos (GitHub username) MFC after:1 day Modified: head/usr.sbin/ctladm/ctladm.c Modified: head/usr.sbin/ctl

svn commit: r322803 - head/sys/kern

2017-08-22 Thread Jung-uk Kim
Author: jkim Date: Tue Aug 22 20:46:29 2017 New Revision: 322803 URL: https://svnweb.freebsd.org/changeset/base/322803 Log: Fix size to copyout(9) for cpuset_getid(2). MFC after:3 days Modified: head/sys/kern/kern_cpuset.c Modified: head/sys/kern/kern_cpuset.c ==

svn commit: r322802 - head/sys/x86/acpica

2017-08-22 Thread Alexander Motin
Author: mav Date: Tue Aug 22 19:56:30 2017 New Revision: 322802 URL: https://svnweb.freebsd.org/changeset/base/322802 Log: Fix off-by-one error when parsing SRAT table. Reviewed by: jhb MFC after:1 week Modified: head/sys/x86/acpica/srat.c Modified: head/sys/x86/acpica/srat.c ===

svn commit: r322801 - stable/11/sys/arm64/arm64

2017-08-22 Thread John Baldwin
Author: jhb Date: Tue Aug 22 19:48:33 2017 New Revision: 322801 URL: https://svnweb.freebsd.org/changeset/base/322801 Log: Add missing #include to fix build after r322761. Reported by: lwhsu Pointy hat to:jhb Modified: stable/11/sys/arm64/arm64/mp_machdep.c Modified: stable/1

svn commit: r322800 - head/sys/arm64/arm64

2017-08-22 Thread Andrew Turner
Author: andrew Date: Tue Aug 22 18:20:25 2017 New Revision: 322800 URL: https://svnweb.freebsd.org/changeset/base/322800 Log: Remove an unneeded call to pmap_invalidate_all. This was never called as the anyvalid variable is never set. MFC after:1 week Sponsored by: DARPA, AFRL Modi

svn commit: r322799 - head/sys/amd64/amd64

2017-08-22 Thread Konstantin Belousov
Author: kib Date: Tue Aug 22 18:15:47 2017 New Revision: 322799 URL: https://svnweb.freebsd.org/changeset/base/322799 Log: Ensure that fs/gs bases are stored in pcb before copying the pcb for new process or thread. Reported and tested by: ae, dhw Sponsored by: The FreeBSD Foundati

Re: svn commit: r322761 - in stable/11/sys/arm64: arm64 include

2017-08-22 Thread Andrew Turner
> On 22 Aug 2017, at 16:59, Li-Wen Hsu wrote: > > On Mon, Aug 21, 2017 at 17:35:04 +, John Baldwin wrote: >> Author: jhb >> Date: Mon Aug 21 17:35:04 2017 >> New Revision: 322761 >> URL: https://svnweb.freebsd.org/changeset/base/322761 >> >> Log: >> MFC 322437: Reliably enable debug except

svn commit: r322798 - head/sys/conf

2017-08-22 Thread Ed Maste
Author: emaste Date: Tue Aug 22 17:57:34 2017 New Revision: 322798 URL: https://svnweb.freebsd.org/changeset/base/322798 Log: newvers.sh: accommodate `git worktree` newvers.sh looks for a .vcs subdirectory (e.g. .git, .svn) to determine which vcs info tool to run (e.g., git rev-parse, svn

svn commit: r322797 - head/sys/arm64/arm64

2017-08-22 Thread Andrew Turner
Author: andrew Date: Tue Aug 22 17:38:06 2017 New Revision: 322797 URL: https://svnweb.freebsd.org/changeset/base/322797 Log: Fix a bug in pmap_protect where we invalidate the wrong page. With this we can now remove an unneeded call to invalidate all entries. MFC after:1 week Sponso

svn commit: r322796 - head/usr.sbin/chown/tests

2017-08-22 Thread Glen Barber
Author: gjb Date: Tue Aug 22 17:23:29 2017 New Revision: 322796 URL: https://svnweb.freebsd.org/changeset/base/322796 Log: Revert part of r322770 in usr.sbin/chown/tests/chown_test.sh, which incorrectly adds atf_expect_fail() where there is no failure case. MFC after:3 days MFC wi

svn commit: r322795 - head/sys/compat/linuxkpi/common/include/linux

2017-08-22 Thread Mark Johnston
Author: markj Date: Tue Aug 22 17:13:28 2017 New Revision: 322795 URL: https://svnweb.freebsd.org/changeset/base/322795 Log: Add some miscellaneous definitions to support the DRM drivers. MFC after:1 week Modified: head/sys/compat/linuxkpi/common/include/linux/device.h head/sys/com

Re: svn commit: r322761 - in stable/11/sys/arm64: arm64 include

2017-08-22 Thread Li-Wen Hsu
On Mon, Aug 21, 2017 at 17:35:04 +, John Baldwin wrote: > Author: jhb > Date: Mon Aug 21 17:35:04 2017 > New Revision: 322761 > URL: https://svnweb.freebsd.org/changeset/base/322761 > > Log: > MFC 322437: Reliably enable debug exceptions on all CPUs. > > Previously, debug exceptions wer

svn commit: r322794 - head/release/tools

2017-08-22 Thread Glen Barber
Author: gjb Date: Tue Aug 22 15:34:27 2017 New Revision: 322794 URL: https://svnweb.freebsd.org/changeset/base/322794 Log: Use py-google-compute-engine instead for releasing Google Compute Engine (GCE) images with an updated version of Google's tools. PR: 221714 Submitted by:

svn commit: r322793 - stable/10/sys/geom/journal

2017-08-22 Thread Kirk McKusick
Author: mckusick Date: Tue Aug 22 15:26:47 2017 New Revision: 322793 URL: https://svnweb.freebsd.org/changeset/base/322793 Log: MFC of 269692, 322179, 322463, and 322464: 269692: cswitch is unsigned, so don't compare it < 0 322179: Correct ordering of bio's in gjournal queue 322463: Eli

svn commit: r322792 - stable/11/sys/geom/journal

2017-08-22 Thread Kirk McKusick
Author: mckusick Date: Tue Aug 22 15:20:48 2017 New Revision: 322792 URL: https://svnweb.freebsd.org/changeset/base/322792 Log: MFC of 322179, 322463, and 322464: 322179: Correct ordering of bio's in gjournal queue 322463: Eliminate a variable that is set-only in g_journal.c 322464: Cor

svn commit: r322791 - stable/11/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil

2017-08-22 Thread Ngie Cooper
Author: ngie Date: Tue Aug 22 15:16:09 2017 New Revision: 322791 URL: https://svnweb.freebsd.org/changeset/base/322791 Log: MFC r321387: Don't use incorrect hardcoded path to ksh -- use /usr/bin/env to find ksh instead Modified: stable/11/cddl/contrib/opensolaris/cmd/dtrace/test/tst/c

svn commit: r322790 - stable/10/usr.bin/mt

2017-08-22 Thread Kenneth D. Merry
Author: ken Date: Tue Aug 22 14:40:56 2017 New Revision: 322790 URL: https://svnweb.freebsd.org/changeset/base/322790 Log: MFC r322410: r322410 | ken | 2017-08-11 12:43:52 -0600 (Fri, 11 Aug 2017) | 16 lines

svn commit: r322788 - stable/11/usr.bin/mt

2017-08-22 Thread Kenneth D. Merry
Author: ken Date: Tue Aug 22 13:59:50 2017 New Revision: 322788 URL: https://svnweb.freebsd.org/changeset/base/322788 Log: MFC r322410: r322410 | ken | 2017-08-11 12:43:52 -0600 (Fri, 11 Aug 2017) | 16 lines

svn commit: r322787 - head/sys/arm64/arm64

2017-08-22 Thread Andrew Turner
Author: andrew Date: Tue Aug 22 13:53:53 2017 New Revision: 322787 URL: https://svnweb.freebsd.org/changeset/base/322787 Log: Fix a comment on uncommitted work. Modified: head/sys/arm64/arm64/swtch.S Modified: head/sys/arm64/arm64/swtch.S =

svn commit: r322786 - in head/sys/arm64: arm64 include

2017-08-22 Thread Andrew Turner
Author: andrew Date: Tue Aug 22 13:16:14 2017 New Revision: 322786 URL: https://svnweb.freebsd.org/changeset/base/322786 Log: Move the l0 pagetable address to struct mdproc. It is a property of the whole process so should live there. Sponsored by: DARPA, AFRL Modified: head/sys/arm64/a

svn commit: r322785 - head/usr.sbin/camdd

2017-08-22 Thread Kenneth D. Merry
Author: ken Date: Tue Aug 22 13:08:22 2017 New Revision: 322785 URL: https://svnweb.freebsd.org/changeset/base/322785 Log: Restructure camdd(8) slightly to make it easier to add support for additional protocols. Submitted by: Chuck Tuffli MFC after:1 week Differential Revision:

svn commit: r322784 - in head/contrib/zstd: . doc doc/educational_decoder lib lib/common lib/compress lib/decompress lib/deprecated lib/dictBuilder lib/legacy programs tests tests/files tests/fuzz ...

2017-08-22 Thread Baptiste Daroussin
Author: bapt Date: Tue Aug 22 11:11:49 2017 New Revision: 322784 URL: https://svnweb.freebsd.org/changeset/base/322784 Log: Import zstandard 1.3.1 Added: head/contrib/zstd/lib/common/compiler.h - copied unchanged from r322782, vendor/zstd/dist/lib/common/compiler.h head/contrib/zstd/te

svn commit: r322783 - vendor/zstd/1.3.1

2017-08-22 Thread Baptiste Daroussin
Author: bapt Date: Tue Aug 22 11:11:10 2017 New Revision: 322783 URL: https://svnweb.freebsd.org/changeset/base/322783 Log: Tag import of zstandard 1.3.1 Added: vendor/zstd/1.3.1/ - copied from r322782, vendor/zstd/dist/ ___ svn-src-all@freebsd

svn commit: r322782 - vendor/zstd/1.3.1

2017-08-22 Thread Baptiste Daroussin
Author: bapt Date: Tue Aug 22 11:09:51 2017 New Revision: 322782 URL: https://svnweb.freebsd.org/changeset/base/322782 Log: Remove tag for zstandard 1.3.1 which was not imported properly Deleted: vendor/zstd/1.3.1/ ___ svn-src-all@freebsd.org mailin

svn commit: r322781 - vendor/zstd/dist/lib/common

2017-08-22 Thread Baptiste Daroussin
Author: bapt Date: Tue Aug 22 11:09:16 2017 New Revision: 322781 URL: https://svnweb.freebsd.org/changeset/base/322781 Log: Add missing compiler.h Added: vendor/zstd/dist/lib/common/compiler.h (contents, props changed) Added: vendor/zstd/dist/lib/common/compiler.h =

svn commit: r322780 - in vendor/zstd/1.3.1: . doc doc/educational_decoder examples lib lib/common lib/compress lib/decompress lib/deprecated lib/dictBuilder lib/legacy programs tests tests/files te...

2017-08-22 Thread Baptiste Daroussin
Author: bapt Date: Tue Aug 22 11:03:50 2017 New Revision: 322780 URL: https://svnweb.freebsd.org/changeset/base/322780 Log: Tag import of zstandard 1.3.1 Added: vendor/zstd/1.3.1/ - copied from r322652, vendor/zstd/dist/ vendor/zstd/1.3.1/tests/files/ - copied from r322779, vendor

svn commit: r322779 - in vendor/zstd/dist: . doc doc/educational_decoder lib lib/common lib/compress lib/decompress lib/deprecated lib/dictBuilder lib/legacy programs tests tests/files tests/fuzz z...

2017-08-22 Thread Baptiste Daroussin
Author: bapt Date: Tue Aug 22 11:02:59 2017 New Revision: 322779 URL: https://svnweb.freebsd.org/changeset/base/322779 Log: Import zstd 1.3.1 Added: vendor/zstd/dist/tests/files/ vendor/zstd/dist/tests/files/huffman-compressed-larger (contents, props changed) vendor/zstd/dist/tests/fuz