svn commit: r319191 - in stable/11/usr.sbin: fstyp ntp/doc ntp/doc/drivers ntp/doc/drivers/icons ntp/doc/drivers/scripts ntp/doc/hints ntp/doc/icons ntp/doc/pic ntp/doc/scripts ntp/libntp ntp/libnt...

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 05:15:09 2017 New Revision: 319191 URL: https://svnweb.freebsd.org/changeset/base/319191 Log: MFC r314451,r314452,r314453,r314456,r314457,r314458,r314459,r314460,r314461,r314462,r314464,r314466,r314468,r314470,r314472,r314478: r314451: Use SRCTOP-relative

svn commit: r319190 - in stable/11/usr.sbin/wpa: . hostapd hostapd_cli wpa_cli wpa_passphrase wpa_priv wpa_supplicant

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 04:45:11 2017 New Revision: 319190 URL: https://svnweb.freebsd.org/changeset/base/319190 Log: MFC r314541: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output. Modified: stabl

svn commit: r319189 - in stable/11/secure: . lib lib/libcrypto lib/libcrypto/engines lib/libssh

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 04:42:36 2017 New Revision: 319189 URL: https://svnweb.freebsd.org/changeset/base/319189 Log: MFC r314658: crypto: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output Modified: stable/11/secure/Makefile st

svn commit: r319188 - stable/11/sys/modules/ipsec

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 04:36:11 2017 New Revision: 319188 URL: https://svnweb.freebsd.org/changeset/base/319188 Log: MFC r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP

svn commit: r319187 - stable/11/share/mk

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 04:31:35 2017 New Revision: 319187 URL: https://svnweb.freebsd.org/changeset/base/319187 Log: MFC r307741: r307741 (by emaste): Allow all subdirectories to be optional via SUBDIR.${MK_*} Tested by:br Pointy hat to:emaste Modified: stable

svn commit: r319186 - in stable/11/usr.bin: bsdiff/bsdiff bzip2 bzip2recover chkey chpass compile_et cpio ctlstat drill ee elfcopy factor file ftp host ipcrm iscsictl kdump less lessecho lesskey le...

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 04:27:05 2017 New Revision: 319186 URL: https://svnweb.freebsd.org/changeset/base/319186 Log: MFC r315170: r315170 (by imp): Adopt SRCTOP in usr.bin Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for pat

svn commit: r319185 - in stable/11/sbin: atm/atmconfig bsdlabel dhclient/tests etherswitchcfg fdisk ffsinfo fsck_ffs fsck_msdosfs fsdb gbde geom/class geom/class/cache geom/class/concat geom/class/...

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 04:17:22 2017 New Revision: 319185 URL: https://svnweb.freebsd.org/changeset/base/319185 Log: MFC r314655: bin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output Modified: stable/11/sbin/atm/atmconfig/Make

svn commit: r319184 - in stable/11/bin: csh df freebsd-version rmail sh

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 04:15:40 2017 New Revision: 319184 URL: https://svnweb.freebsd.org/changeset/base/319184 Log: MFC r314655: bin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output Modified: stable/11/bin/csh/Makefile stab

svn commit: r319183 - in stable/11/kerberos5: . lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libkafs5 lib/libkrb5 libexec/hprop libexec/kpasswdd tools/asn1_compile tool...

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 04:13:06 2017 New Revision: 319183 URL: https://svnweb.freebsd.org/changeset/base/319183 Log: MFC r314657: kerberos5: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output Modified: stable/11/kerberos5/Makefil

svn commit: r319182 - in stable/11/sys/modules: . 3dfx 3dfx_linux aac aac/aac_linux aacraid aacraid/aacraid_linux accf_data accf_dns accf_http acl_nfs4 acl_posix1e acpi/acpi_asus acpi/acpi_asus_wmi...

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 04:11:12 2017 New Revision: 319182 URL: https://svnweb.freebsd.org/changeset/base/319182 Log: MFC r314651,r318439,r318440: r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/mo

svn commit: r319181 - stable/11/sys/modules/gpio/gpiospi

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 04:00:26 2017 New Revision: 319181 URL: https://svnweb.freebsd.org/changeset/base/319181 Log: MFC r307698: r307698 (by lwhsu): - Add required header for fixing `make` in sys/modules/gpio Modified: stable/11/sys/modules/gpio/gpiospi/Makefile Directory Prope

svn commit: r319180 - stable/11/sys/dev/bhnd

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 03:55:38 2017 New Revision: 319180 URL: https://svnweb.freebsd.org/changeset/base/319180 Log: MFC r308161: r308161 (by lwhsu): - Fix `make` in sys/modules/bhnd Modified: stable/11/sys/dev/bhnd/bhnd_debug.h Directory Properties: stable/11/ (props change

svn commit: r319179 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2017-05-29 Thread Cy Schubert
Author: cy Date: Tue May 30 03:33:48 2017 New Revision: 319179 URL: https://svnweb.freebsd.org/changeset/base/319179 Log: MFC r318606: Refactor & compact struct i6addr_t #ifdef: remove redundant structure definintion when USE_INET6 is false. Modified: stable/10/sys/contrib/ipfilter/net

svn commit: r319179 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2017-05-29 Thread Cy Schubert
Author: cy Date: Tue May 30 03:33:48 2017 New Revision: 319179 URL: https://svnweb.freebsd.org/changeset/base/319179 Log: MFC r318606: Refactor & compact struct i6addr_t #ifdef: remove redundant structure definintion when USE_INET6 is false. Modified: stable/11/sys/contrib/ipfilter/net

svn commit: r319178 - in stable: 10/usr.sbin/nscd 11/usr.sbin/nscd

2017-05-29 Thread Cy Schubert
Author: cy Date: Tue May 30 03:30:53 2017 New Revision: 319178 URL: https://svnweb.freebsd.org/changeset/base/319178 Log: MFC r318588: Fix up two assertions following malloc(). vangyzen@ notified me of the second one. The first one is fixed as well. Reported by: vangyzen@ Modified:

svn commit: r319178 - in stable: 10/usr.sbin/nscd 11/usr.sbin/nscd

2017-05-29 Thread Cy Schubert
Author: cy Date: Tue May 30 03:30:53 2017 New Revision: 319178 URL: https://svnweb.freebsd.org/changeset/base/319178 Log: MFC r318588: Fix up two assertions following malloc(). vangyzen@ notified me of the second one. The first one is fixed as well. Reported by: vangyzen@ Modified:

svn commit: r319177 - in stable: 10/usr.sbin/nscd 11/usr.sbin/nscd

2017-05-29 Thread Cy Schubert
Author: cy Date: Tue May 30 03:27:59 2017 New Revision: 319177 URL: https://svnweb.freebsd.org/changeset/base/319177 Log: MFC r318578: Fix non-recoverable name resolution failures due to negative cache entries never expiring. This patch honours the negative cache timeout. To test/exp

svn commit: r319177 - in stable: 10/usr.sbin/nscd 11/usr.sbin/nscd

2017-05-29 Thread Cy Schubert
Author: cy Date: Tue May 30 03:27:59 2017 New Revision: 319177 URL: https://svnweb.freebsd.org/changeset/base/319177 Log: MFC r318578: Fix non-recoverable name resolution failures due to negative cache entries never expiring. This patch honours the negative cache timeout. To test/exp

svn commit: r319176 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2017-05-29 Thread Cy Schubert
Author: cy Date: Tue May 30 03:25:05 2017 New Revision: 319176 URL: https://svnweb.freebsd.org/changeset/base/319176 Log: MFC r318745: Remove redundant variable declaration. Modified: stable/10/sys/contrib/ipfilter/netinet/ip_nat.c Directory Properties: stable/10/ (props changed) Ch

svn commit: r319176 - in stable: 10/sys/contrib/ipfilter/netinet 11/sys/contrib/ipfilter/netinet

2017-05-29 Thread Cy Schubert
Author: cy Date: Tue May 30 03:25:05 2017 New Revision: 319176 URL: https://svnweb.freebsd.org/changeset/base/319176 Log: MFC r318745: Remove redundant variable declaration. Modified: stable/11/sys/contrib/ipfilter/netinet/ip_nat.c Directory Properties: stable/11/ (props changed) Ch

svn commit: r319175 - in stable/11/contrib/ipfilter: . iplang ipsd ipsend lib tools

2017-05-29 Thread Cy Schubert
Author: cy Date: Tue May 30 03:22:18 2017 New Revision: 319175 URL: https://svnweb.freebsd.org/changeset/base/319175 Log: MFC r315368: calloc() and realloc() modernization. This commit replaces calloc calls, which called calloc() as if it were malloc() by allocating a multiple of obj

svn commit: r319174 - stable/11/sys/tests/framework

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 03:10:05 2017 New Revision: 319174 URL: https://svnweb.freebsd.org/changeset/base/319174 Log: MFC r318006: style(9): sort headers and remove duplicates Modified: stable/11/sys/tests/framework/kern_testfrwk.c Directory Properties: stable/11/ (props change

svn commit: r319173 - stable/11/tests/sys/aio

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 03:09:01 2017 New Revision: 319173 URL: https://svnweb.freebsd.org/changeset/base/319173 Log: MFC r312913,r318100,r318107: r312913 (by asomers): Improve the aio tests * Add tests for aio_suspend(2). * Add tests for polled completion notification.

svn commit: r319172 - stable/11/tests/sys/aio

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 03:05:22 2017 New Revision: 319172 URL: https://svnweb.freebsd.org/changeset/base/319172 Log: MFC r318094,r318098,r318099: r318094: style(9): clean up trailing whitespace r318098: Refactor ATF_REQUIRE_UNSAFE_AIO and PLAIN_REQUIRE_UNSAFE_AIO

svn commit: r319171 - in stable/11/sys: conf modules modules/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 03:02:07 2017 New Revision: 319171 URL: https://svnweb.freebsd.org/changeset/base/319171 Log: MFC r318007,r318008,r318009,r318011: r318007: Add intermediary Makefile for compiling all items in the directory r318008: Only compile tests/ if MK_TEST

svn commit: r319169 - stable/11/tools/regression/geom_gpt

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 02:56:17 2017 New Revision: 319169 URL: https://svnweb.freebsd.org/changeset/base/319169 Log: MFC r319015: Use calloc instead of malloc + memset Modified: stable/11/tools/regression/geom_gpt/gctl_test_helper.c Directory Properties: stable/11/ (props chan

svn commit: r319170 - stable/10/tools/regression/geom_gpt

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 02:56:37 2017 New Revision: 319170 URL: https://svnweb.freebsd.org/changeset/base/319170 Log: MFC r319015: Use calloc instead of malloc + memset Modified: stable/10/tools/regression/geom_gpt/gctl_test_helper.c Directory Properties: stable/10/ (props chan

svn commit: r319168 - stable/11/sys/tests/callout_test

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Tue May 30 02:53:00 2017 New Revision: 319168 URL: https://svnweb.freebsd.org/changeset/base/319168 Log: MFC r318010: style(9): sort headers Modified: stable/11/sys/tests/callout_test/callout_test.c Directory Properties: stable/11/ (props changed) Modified: stable

svn commit: r319167 - head/sys/kern

2017-05-29 Thread Mateusz Guzik
Author: mjg Date: Tue May 30 02:25:47 2017 New Revision: 319167 URL: https://svnweb.freebsd.org/changeset/base/319167 Log: mtx: fix whitespace damage in _mtx_trylock_flags_ MFC after:3 days Modified: head/sys/kern/kern_mutex.c Modified: head/sys/kern/kern_mutex.c ===

svn commit: r319163 - in stable/11: etc/mtree usr.bin/compress usr.bin/compress/tests

2017-05-29 Thread Jilles Tjoelker
Author: jilles Date: Mon May 29 21:48:02 2017 New Revision: 319163 URL: https://svnweb.freebsd.org/changeset/base/319163 Log: MFC r318591: compress: Add basic tests. Added: stable/11/usr.bin/compress/tests/ - copied from r318591, head/usr.bin/compress/tests/ Modified: stable/11/etc/mtr

svn commit: r319162 - head/sys/dev/atkbdc

2017-05-29 Thread Vladimir Kondratyev
Author: wulf Date: Mon May 29 20:43:00 2017 New Revision: 319162 URL: https://svnweb.freebsd.org/changeset/base/319162 Log: psm: add support for evdev protocol Both relative and absolute multitouch modes are supported. To enable psm(4) evdev support one should: 1. Add `device evdev` and

svn commit: r319161 - head

2017-05-29 Thread Koop Mast
Author: kwm (ports committer) Date: Mon May 29 20:27:31 2017 New Revision: 319161 URL: https://svnweb.freebsd.org/changeset/base/319161 Log: Also add libzfs and libmilter to the 64-bit inode library bump list. Make the comment more generic. Approved by: emaste@ Modified: head/Obsolete

svn commit: r319160 - head

2017-05-29 Thread Koop Mast
Author: kwm (ports committer) Date: Mon May 29 20:11:27 2017 New Revision: 319160 URL: https://svnweb.freebsd.org/changeset/base/319160 Log: 64-bit inode commit bumped libarchive library version, record the old one. Approved by: emaste@ Modified: head/ObsoleteFiles.inc Modified: head/O

svn commit: r319159 - head/lib/libnv/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 19:02:52 2017 New Revision: 319159 URL: https://svnweb.freebsd.org/changeset/base/319159 Log: :dnvlist_get_string__default_value: fix a bogus string comparison test Check actual_value vs "5", not "5" vs itself. MFC after:3 days Reported by: Coverity

svn commit: r319158 - head/lib/msun/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 18:49:28 2017 New Revision: 319158 URL: https://svnweb.freebsd.org/changeset/base/319158 Log: logarithm_test: assert that feclearexcept succeeds This helps ensure that test preconditons are fulfilled. MFC after:3 days Reported by: Coverity CID:

svn commit: r319157 - head/lib/msun/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 18:45:10 2017 New Revision: 319157 URL: https://svnweb.freebsd.org/changeset/base/319157 Log: fma_test: mute a warning about unreachable code on amd64 by restructuring the #ifdef block to only handle the rest of the logic in the loop in the #else case. MFC

svn commit: r319156 - head/lib/libnv/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 18:39:28 2017 New Revision: 319156 URL: https://svnweb.freebsd.org/changeset/base/319156 Log: :nvlist_unpack__duplicate_key : check the result of nvlist_pack(3) This fixes a potential NULL pointer dereference. MFC after:3 days Reported by: Coverity

svn commit: r319155 - head/lib/libnv/tests

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 18:34:45 2017 New Revision: 319155 URL: https://svnweb.freebsd.org/changeset/base/319155 Log: lib/libnv/tests/dnv_test: fix memory leaks for memory allocated via either strdup or one of the dnvlist* libcalls. Reported by: Coverity CID: 1362056-136

svn commit: r319154 - stable/10/tools/regression/geom_gpt

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 18:20:29 2017 New Revision: 319154 URL: https://svnweb.freebsd.org/changeset/base/319154 Log: MFC r317313: gctl_test.t: catch errors with the mdcfg directive While here, add a note about certain testcases relying on `count=1024` in the "create" portion.

svn commit: r319153 - stable/11/tools/regression/geom_gpt

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 18:19:32 2017 New Revision: 319153 URL: https://svnweb.freebsd.org/changeset/base/319153 Log: MFC r317313: gctl_test.t: catch errors with the mdcfg directive While here, add a note about certain testcases relying on `count=1024` in the "create" portion.

svn commit: r319152 - in stable/11: . share/man/man4 sys/cam/ctl sys/conf sys/modules sys/modules/cfiscsi sys/modules/ctl usr.sbin/ctladm usr.sbin/ctld

2017-05-29 Thread Ngie Cooper
2017(r319152) @@ -22,6 +22,19 @@ from older version of current across the installed. To continue using aarch64-binutils, set CROSS_BINUTILS_PREFIX=/usr/local/aarch64-freebsd/bin . +20170529: + The ctl.ko module no longer implements the iSCSI target fro

Re: svn commit: r319080 - head/share/man/man5

2017-05-29 Thread Rodney W. Grimes
> On 0528T2008, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > > > Author: trasz > > > Date: Sun May 28 18:09:49 2017 > > > New Revision: 319080 > > > URL: https://svnweb.freebsd.org/changeset/base/319080 > > > > > > Log: > > > Fix Xrs; they were pointing to the wrong

Re: svn commit: r319080 - head/share/man/man5

2017-05-29 Thread Edward Tomasz Napierala
On 0528T2008, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] > > Author: trasz > > Date: Sun May 28 18:09:49 2017 > > New Revision: 319080 > > URL: https://svnweb.freebsd.org/changeset/base/319080 > > > > Log: > > Fix Xrs; they were pointing to the wrong section. > > >

svn commit: r319146 - in vendor/libc++/dist: . cmake include include/experimental lib test/libcxx test/libcxx/experimental/language.support test/libcxx/experimental/language.support/support.corouti...

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:26:10 2017 New Revision: 319146 URL: https://svnweb.freebsd.org/changeset/base/319146 Log: Vendor import of libc++ trunk r304149: https://llvm.org/svn/llvm-project/libcxx/trunk@304149 Added: vendor/libc++/dist/include/experimental/coroutine vendor/libc++/di

svn commit: r319150 - in vendor/lldb/dist: docs include/lldb include/lldb/API include/lldb/Core include/lldb/Host include/lldb/Host/common include/lldb/Target include/lldb/Utility packages/Python/l...

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:26:31 2017 New Revision: 319150 URL: https://svnweb.freebsd.org/changeset/base/319150 Log: Vendor import of lldb trunk r304149: https://llvm.org/svn/llvm-project/lldb/trunk@304149 Added: vendor/lldb/dist/packages/Python/lldbsuite/test/functionalities/thread/

svn commit: r319151 - vendor/lldb/lldb-trunk-r304149

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:26:37 2017 New Revision: 319151 URL: https://svnweb.freebsd.org/changeset/base/319151 Log: Tag lldb trunk r304149. Added: vendor/lldb/lldb-trunk-r304149/ - copied from r319150, vendor/lldb/dist/ ___ svn-src-all@f

svn commit: r319149 - vendor/lld/lld-trunk-r304149

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:26:26 2017 New Revision: 319149 URL: https://svnweb.freebsd.org/changeset/base/319149 Log: Tag lld trunk r304149. Added: vendor/lld/lld-trunk-r304149/ - copied from r319148, vendor/lld/dist/ ___ svn-src-all@freeb

svn commit: r319147 - vendor/libc++/libc++-trunk-r304149

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:26:16 2017 New Revision: 319147 URL: https://svnweb.freebsd.org/changeset/base/319147 Log: Tag libc++ trunk r304149. Added: vendor/libc++/libc++-trunk-r304149/ - copied from r319146, vendor/libc++/dist/ ___ svn-s

svn commit: r319148 - in vendor/lld/dist: COFF ELF test/COFF test/COFF/Inputs test/ELF test/ELF/Inputs test/ELF/linkerscript test/ELF/lto test/ELF/lto/Inputs

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:26:20 2017 New Revision: 319148 URL: https://svnweb.freebsd.org/changeset/base/319148 Log: Vendor import of lld trunk r304149: https://llvm.org/svn/llvm-project/lld/trunk@304149 Added: vendor/lld/dist/test/COFF/Inputs/delayimports-error.yaml vendor/lld/dist

svn commit: r319144 - in vendor/compiler-rt/dist: cmake lib/asan lib/asan/scripts lib/asan/tests lib/builtins lib/builtins/arm lib/lsan lib/sanitizer_common lib/sanitizer_common/tests lib/scudo lib...

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:25:57 2017 New Revision: 319144 URL: https://svnweb.freebsd.org/changeset/base/319144 Log: Vendor import of compiler-rt trunk r304149: https://llvm.org/svn/llvm-project/compiler-rt/trunk@304149 Added: vendor/compiler-rt/dist/lib/builtins/bswapdi2.c (content

svn commit: r319145 - vendor/compiler-rt/compiler-rt-trunk-r304149

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:26:06 2017 New Revision: 319145 URL: https://svnweb.freebsd.org/changeset/base/319145 Log: Tag compiler-rt trunk r304149. Added: vendor/compiler-rt/compiler-rt-trunk-r304149/ - copied from r319144, vendor/compiler-rt/dist/ _

svn commit: r319140 - in vendor/llvm/dist: . docs examples/Kaleidoscope/BuildingAJIT/Chapter1 examples/Kaleidoscope/BuildingAJIT/Chapter2 examples/Kaleidoscope/BuildingAJIT/Chapter3 examples/Kaleid...

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:25:25 2017 New Revision: 319140 URL: https://svnweb.freebsd.org/changeset/base/319140 Log: Vendor import of llvm trunk r304149: https://llvm.org/svn/llvm-project/llvm/trunk@304149 Added: vendor/llvm/dist/docs/Benchmarking.rst vendor/llvm/dist/include/llvm/C

svn commit: r319142 - in vendor/clang/dist: . bindings/python/clang cmake/caches docs include/clang-c include/clang/AST include/clang/Basic include/clang/Driver include/clang/Format include/clang/F...

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:25:46 2017 New Revision: 319142 URL: https://svnweb.freebsd.org/changeset/base/319142 Log: Vendor import of clang trunk r304149: https://llvm.org/svn/llvm-project/cfe/trunk@304149 Added: vendor/clang/dist/cmake/caches/BaremetalARM.cmake vendor/clang/dist/li

svn commit: r319141 - vendor/llvm/llvm-trunk-r304149

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:25:32 2017 New Revision: 319141 URL: https://svnweb.freebsd.org/changeset/base/319141 Log: Tag llvm trunk r304149. Added: vendor/llvm/llvm-trunk-r304149/ - copied from r319140, vendor/llvm/dist/ ___ svn-src-all@f

svn commit: r319143 - vendor/clang/clang-trunk-r304149

2017-05-29 Thread Dimitry Andric
Author: dim Date: Mon May 29 16:25:53 2017 New Revision: 319143 URL: https://svnweb.freebsd.org/changeset/base/319143 Log: Tag clang trunk r304149. Added: vendor/clang/clang-trunk-r304149/ - copied from r319142, vendor/clang/dist/ ___ svn-src-a

svn commit: r319139 - stable/11/usr.sbin/bhyve

2017-05-29 Thread Pedro F. Giffuni
Author: pfg Date: Mon May 29 15:24:45 2017 New Revision: 319139 URL: https://svnweb.freebsd.org/changeset/base/319139 Log: MFC r318788: bhyvegc_resize: make use of reallocarray(3) for bounds-checking. Also add __FBSDID. Reviewed by: grehan Modified: stable/11/usr.sbin/bhyve/bhyve

svn commit: r319138 - head/libexec/rtld-elf

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 13:38:26 2017 New Revision: 319138 URL: https://svnweb.freebsd.org/changeset/base/319138 Log: Document direct execution mode for rtld. Reviewed by: emaste, jonathan (previous version) Sponsored by: The FreeBSD Foundation MFC after:3 days Differential

svn commit: r319137 - head/libexec/rtld-elf

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 13:36:32 2017 New Revision: 319137 URL: https://svnweb.freebsd.org/changeset/base/319137 Log: Correct explanation of the dynamic tokens handling. Reviewed by: emaste, jonathan Sponsored by: The FreeBSD Foundation X-Differential Revision: https://review

svn commit: r319136 - stable/11/libexec/rtld-elf

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 13:25:55 2017 New Revision: 319136 URL: https://svnweb.freebsd.org/changeset/base/319136 Log: MFC r318446: Update my copyright, note The FreeBSD Foundation involvement. Modified: stable/11/libexec/rtld-elf/rtld.c Directory Properties: stable/11/ (props chang

svn commit: r319135 - stable/11/libexec/rtld-elf

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 13:24:27 2017 New Revision: 319135 URL: https://svnweb.freebsd.org/changeset/base/319135 Log: MFC direct execution mode for rtld. MFC r318313: Make ld-elf.so.1 directly executable. MFC r318352 (by jonathan): Rename rtld's parse_libdir to parse_integer.

svn commit: r319134 - stable/11/libexec/rtld-elf

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 13:18:20 2017 New Revision: 319134 URL: https://svnweb.freebsd.org/changeset/base/319134 Log: MFC r318312: Fix the AT_EXECFD functionality. Modified: stable/11/libexec/rtld-elf/map_object.c Directory Properties: stable/11/ (props changed) Modified: stable/1

svn commit: r319133 - in stable/11/sys: amd64/acpica amd64/amd64 x86/acpica

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 13:17:00 2017 New Revision: 319133 URL: https://svnweb.freebsd.org/changeset/base/319133 Log: MFC r318318: Ensure that resume path on amd64 only accesses page tables for normal operation after processor is configured to allow all required features. Modified:

svn commit: r319132 - head/usr.bin/grep

2017-05-29 Thread Ed Maste
Author: emaste Date: Mon May 29 13:10:01 2017 New Revision: 319132 URL: https://svnweb.freebsd.org/changeset/base/319132 Log: bsdgrep: bump version number and add Kyle Evans copyright The following changes have been made over the last couple of months: Features: - With bsdgrep -r

svn commit: r319131 - stable/10/lib/libc/stdlib

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 13:00:39 2017 New Revision: 319131 URL: https://svnweb.freebsd.org/changeset/base/319131 Log: MFC r318303: Style. Modified: stable/10/lib/libc/stdlib/realpath.c Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/stdlib/realpath.c

svn commit: r319130 - stable/10/lib/libc/stdlib

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 12:59:24 2017 New Revision: 319130 URL: https://svnweb.freebsd.org/changeset/base/319130 Log: MFC r318299: Simplify cleanup on failure in realpath(3). Modified: stable/10/lib/libc/stdlib/realpath.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r319129 - stable/10/lib/libc/stdlib

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 12:58:30 2017 New Revision: 319129 URL: https://svnweb.freebsd.org/changeset/base/319129 Log: MFC r318298: Fix several buffer overflows in realpath(3), and other minor issues. PR: 219154 Modified: stable/10/lib/libc/stdlib/realpath.c Directory Properties:

svn commit: r319128 - stable/11/lib/libc/stdlib

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 12:55:26 2017 New Revision: 319128 URL: https://svnweb.freebsd.org/changeset/base/319128 Log: MFC r318303: Style. Modified: stable/11/lib/libc/stdlib/realpath.c Directory Properties: stable/11/ (props changed) Modified: stable/11/lib/libc/stdlib/realpath.c

svn commit: r319127 - stable/11/lib/libc/stdlib

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 12:53:44 2017 New Revision: 319127 URL: https://svnweb.freebsd.org/changeset/base/319127 Log: MFC r318299: Simplify cleanup on failure in realpath(3). Modified: stable/11/lib/libc/stdlib/realpath.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r319126 - stable/11/lib/libc/stdlib

2017-05-29 Thread Konstantin Belousov
Author: kib Date: Mon May 29 12:52:13 2017 New Revision: 319126 URL: https://svnweb.freebsd.org/changeset/base/319126 Log: MFC r318298: Fix several buffer overflows in realpath(3), and other minor issues. PR: 219154 Modified: stable/11/lib/libc/stdlib/realpath.c Directory Properties:

svn commit: r319125 - head/usr.bin/mkimg

2017-05-29 Thread Emmanuel Vadot
Author: manu Date: Mon May 29 12:51:02 2017 New Revision: 319125 URL: https://svnweb.freebsd.org/changeset/base/319125 Log: mkimg: Correct an off by one error in the PMBR size The PMBR last sector should be number of sector - 1 (As stated in UEFI Spec 2.6 page 118 table 17). This fixes

svn commit: r319124 - stable/11/usr.sbin/bsdinstall/scripts

2017-05-29 Thread Roger Pau Monné
Author: royger Date: Mon May 29 11:37:08 2017 New Revision: 319124 URL: https://svnweb.freebsd.org/changeset/base/319124 Log: MFC r318632, r318633: bsdinstall: mount is not needed for the ZFS install case bsdinstall: do not use distextract in scripted mode Modified: stable/11/usr.sbin/

svn commit: r319119 - in stable/11/usr.sbin: acpi amd amd/amd amd/libamu ancontrol audit auditd auditdistd auditreduce authpf autofs bhyvectl bhyveload bluetooth bluetooth/bthidcontrol bluetooth/rf...

2017-05-29 Thread Ngie Cooper
Author: ngie Date: Mon May 29 10:15:41 2017 New Revision: 319119 URL: https://svnweb.freebsd.org/changeset/base/319119 Log: MFC r314659,r314676: r314659: usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output r314676:

svn commit: r319118 - head/sys/netipsec

2017-05-29 Thread Andrey V. Elsukov
Author: ae Date: Mon May 29 09:30:38 2017 New Revision: 319118 URL: https://svnweb.freebsd.org/changeset/base/319118 Log: Disable IPsec debugging code by default when IPSEC_DEBUG kernel option is not specified. Due to the long call chain IPsec code can produce the kernel stack exhaustio

svn commit: r319117 - head/sys/cam/scsi

2017-05-29 Thread Wojciech Macek
Author: wma Date: Mon May 29 09:22:53 2017 New Revision: 319117 URL: https://svnweb.freebsd.org/changeset/base/319117 Log: Introduce Genesys GL3224 quirks The Genesys chip is failing when issueing READ_CAP(16) command. Force a quirk to disable it and use READ_CAP(10) instead. Also, d

svn commit: r319116 - head/sys/dev/ath/ath_hal

2017-05-29 Thread Wojciech Macek
Author: wma Date: Mon May 29 09:21:38 2017 New Revision: 319116 URL: https://svnweb.freebsd.org/changeset/base/319116 Log: Increase timeout in Atheros HAL It turned out, that some models of the Atheros PCIe adapters (e.g. AR983x family) may fail to attach due to insufficient timeout val

svn commit: r319115 - head/sys/arm/conf

2017-05-29 Thread Wojciech Macek
Author: wma Date: Mon May 29 09:20:20 2017 New Revision: 319115 URL: https://svnweb.freebsd.org/changeset/base/319115 Log: Enable wireless Atheros cards in ARMADA38X Submitted by: Bartosz Szczepanek Dominik Ermel Obtained from: Semihalf Sponsored by: Stormshield

svn commit: r319102 - head/sys/mips/conf

2017-05-29 Thread Adrian Chadd
Author: adrian Date: Mon May 29 07:57:01 2017 New Revision: 319102 URL: https://svnweb.freebsd.org/changeset/base/319102 Log: [AP93] fix up the arge0/arge1 hints. Modified: head/sys/mips/conf/AP93.hints Modified: head/sys/mips/conf/AP93.hints =

svn commit: r319101 - head/sys/mips/conf

2017-05-29 Thread Adrian Chadd
Author: adrian Date: Mon May 29 07:30:07 2017 New Revision: 319101 URL: https://svnweb.freebsd.org/changeset/base/319101 Log: [ar71xx] [ar724x] update to work * add EARLY_PRINTF for debugging * update module list to be much larger * add random, otherwise well, stuff doesn't work. * IP

svn commit: r319100 - head/sys/mips/conf

2017-05-29 Thread Adrian Chadd
Author: adrian Date: Mon May 29 07:27:08 2017 New Revision: 319100 URL: https://svnweb.freebsd.org/changeset/base/319100 Log: Update AP93 support to the new world order. * Map change: create a combined kernel+rootfs image. The instructions I'll post on the wiki (which will be for a ve

svn commit: r319099 - head/sys/contrib/ipfilter/netinet

2017-05-29 Thread Cy Schubert
Author: cy Date: Mon May 29 07:15:28 2017 New Revision: 319099 URL: https://svnweb.freebsd.org/changeset/base/319099 Log: Revert r318789. It causes hanging NAT tcp sessions. Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c