svn commit: r305321 - head/sys/powerpc/mpc85xx

2016-09-02 Thread Justin Hibbits
Author: jhibbits Date: Sat Sep 3 04:21:40 2016 New Revision: 305321 URL: https://svnweb.freebsd.org/changeset/base/305321 Log: Return a NULL pointer (0 vm_offset) on error in map_dcsr(). mpc85xx_map_dcsr() returns a vm_offset_t, not an error code. Follow-up to r304069. Modified: head

svn commit: r305320 - head/sys/powerpc/powerpc

2016-09-02 Thread Justin Hibbits
Author: jhibbits Date: Sat Sep 3 04:09:03 2016 New Revision: 305320 URL: https://svnweb.freebsd.org/changeset/base/305320 Log: Use the right ifdef macro. "E500" is not defined, but "BOOKE_E500" is. Without this the idle hook cannot be called. MFC after:1 week Modified: head/

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

2016-09-02 Thread Alan Cox
Author: alc Date: Sat Sep 3 03:14:24 2016 New Revision: 305319 URL: https://svnweb.freebsd.org/changeset/base/305319 Log: As an optimization to the machine-independent layer, change the machine- dependent pmap_ts_referenced() so that it updates the page's dirty field if a modified bit is fo

svn commit: r305317 - stable/11/lib/libc/net

2016-09-02 Thread Andrey A. Chernov
Author: ache Date: Sat Sep 3 01:09:22 2016 New Revision: 305317 URL: https://svnweb.freebsd.org/changeset/base/305317 Log: MFC r305133 Apply the same qsort() usage fix as in r304911 getaddrinfo.c qsort() can't be stabilized with just return(-1) alone. Modified: stable/11/lib/libc/net/

svn commit: r305316 - stable/10/lib/libc/net

2016-09-02 Thread Andrey A. Chernov
Author: ache Date: Sat Sep 3 01:08:52 2016 New Revision: 305316 URL: https://svnweb.freebsd.org/changeset/base/305316 Log: MFC r305133 Apply the same qsort() usage fix as in r304911 getaddrinfo.c qsort() can't be stabilized with just return(-1) alone. Modified: stable/10/lib/libc/net/

svn commit: r305313 - in releng/11.0: contrib/libarchive/cat/test contrib/libarchive/cpio contrib/libarchive/cpio/test contrib/libarchive/libarchive contrib/libarchive/libarchive/test contrib/libar...

2016-09-02 Thread Martin Matuska
Author: mm Date: Sat Sep 3 00:27:41 2016 New Revision: 305313 URL: https://svnweb.freebsd.org/changeset/base/305313 Log: MFS r305188: MFC r304075,r304989: Sync libarchive with vendor including security fixes Vendor issues fixed: Issue #731: Reject tar entries >= INT64_M

svn commit: r305312 - head/tools/tools/crypto

2016-09-02 Thread George V. Neville-Neil
Author: gnn Date: Sat Sep 3 00:22:42 2016 New Revision: 305312 URL: https://svnweb.freebsd.org/changeset/base/305312 Log: Add cpuset support to separate forked processes. Reviewed by: cem Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision:https://reviews

Re: svn commit: r299064 - head/sys/kern

2016-09-02 Thread Oliver Pinter
Hi! This commit never gets MFCd back to 10-STABLE. Do you still plan to do it? On 5/4/16, Roger Pau Monné wrote: > Author: royger > Date: Wed May 4 13:48:59 2016 > New Revision: 299064 > URL: https://svnweb.freebsd.org/changeset/base/299064 > > Log: > rtc: fix inverted resolution check > >

svn commit: r305311 - releng/11.0/sys/arm64/conf

2016-09-02 Thread Glen Barber
Author: gjb Date: Fri Sep 2 22:47:57 2016 New Revision: 305311 URL: https://svnweb.freebsd.org/changeset/base/305311 Log: Turn off debugging options in the arm64/aarch64 GENERIC kernel. This is a direct commit to releng/11.0. Approved by: re (bdrewery) Sponsored by: The FreeBSD Fou

svn commit: r305309 - stable/11/sys/contrib/vchiq/interface/vchiq_arm

2016-09-02 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Sep 2 22:13:19 2016 New Revision: 305309 URL: https://svnweb.freebsd.org/changeset/base/305309 Log: MFC r305104: Update VCHIQ driver to upstream version 4eda74f2 PR: 211525 Submitted by: Sylvain Garrigues Modified: stable/11/sys/contrib/vchiq/in

svn commit: r305308 - stable/11/sys/arm/ti

2016-09-02 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Sep 2 22:04:20 2016 New Revision: 305308 URL: https://svnweb.freebsd.org/changeset/base/305308 Log: MFC r305039: Fix TI PRUSS driver panic with INVARIANTS enabled Value passed as islocked argument to knlist_add should be consistent with actual lock state so a

Re: svn commit: r305307 - head/tools/tools/crypto

2016-09-02 Thread Ngie Cooper (yaneurabeya)
> On Sep 2, 2016, at 2:35 PM, George V. Neville-Neil wrote: > > Author: gnn > Date: Fri Sep 2 21:35:32 2016 > New Revision: 305307 > URL: https://svnweb.freebsd.org/changeset/base/305307 > … > +crypto="/tank/users/gnn/Repos/svn/FreeBSD.HEAD/

svn commit: r305307 - head/tools/tools/crypto

2016-09-02 Thread George V. Neville-Neil
Author: gnn Date: Fri Sep 2 21:35:32 2016 New Revision: 305307 URL: https://svnweb.freebsd.org/changeset/base/305307 Log: Add a runner script for cryptotest. Althought cryptotest itself has a -z mode to test all algorithms at a variety of sizes, this script allows us to be more selective

svn commit: r305306 - head/sbin/dhclient

2016-09-02 Thread Conrad E. Meyer
Author: cem Date: Fri Sep 2 21:14:29 2016 New Revision: 305306 URL: https://svnweb.freebsd.org/changeset/base/305306 Log: dhclient: add support for interface-mtu (26) Make dhclient set interface MTU if it was provided. This version implements MTU setting in dhclient itself before it r

svn commit: r305305 - head/bin/sh/tests/builtins

2016-09-02 Thread Jilles Tjoelker
Author: jilles Date: Fri Sep 2 21:13:46 2016 New Revision: 305305 URL: https://svnweb.freebsd.org/changeset/base/305305 Log: sh: Add some tests for non-standard features of the echo builtin. MFC after:1 week Added: head/bin/sh/tests/builtins/echo1.0 (contents, props changed) hea

svn commit: r305304 - head/tools/tools/crypto

2016-09-02 Thread George V. Neville-Neil
Author: gnn Date: Fri Sep 2 21:11:37 2016 New Revision: 305304 URL: https://svnweb.freebsd.org/changeset/base/305304 Log: Clean up the usage message and remove dead code. Reviewed by: cem MFC after:2 weeks Sponsored by: Rubicon Communications, LLC (Netgate) Differential Revision

svn commit: r305303 - head/usr.sbin/ypldap

2016-09-02 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 2 20:41:43 2016 New Revision: 305303 URL: https://svnweb.freebsd.org/changeset/base/305303 Log: DIRDEPS_BUILD: Update dependencies after a 'make bootstrap-tools'. MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified: head/usr.sbin/yp

Re: svn commit: r305290 - in head: lib lib/libifc lib/libifconfig share/examples/libifc share/examples/libifconfig share/mk

2016-09-02 Thread John Baldwin
On Friday, September 02, 2016 06:33:08 PM Kristof Provost wrote: > Author: kp > Date: Fri Sep 2 18:33:08 2016 > New Revision: 305290 > URL: https://svnweb.freebsd.org/changeset/base/305290 > > Log: > Renaming libifc to libifconfig in response to feedback on initial commit of > this library. S

svn commit: r305297 - vendor/lldb/lldb-release_390-r280324

2016-09-02 Thread Dimitry Andric
Author: dim Date: Fri Sep 2 19:07:45 2016 New Revision: 305297 URL: https://svnweb.freebsd.org/changeset/base/305297 Log: Tag lldb 3.9.0 release r280324. Added: vendor/lldb/lldb-release_390-r280324/ - copied from r305296, vendor/lldb/dist/ ___

svn commit: r305296 - vendor/lld/lld-release_390-r280324

2016-09-02 Thread Dimitry Andric
Author: dim Date: Fri Sep 2 19:07:16 2016 New Revision: 305296 URL: https://svnweb.freebsd.org/changeset/base/305296 Log: Tag lld 3.9.0 release r280324. Added: vendor/lld/lld-release_390-r280324/ - copied from r305295, vendor/lld/dist/ ___ svn

svn commit: r305295 - vendor/libc++/libc++-release_390-r280324

2016-09-02 Thread Dimitry Andric
Author: dim Date: Fri Sep 2 19:06:46 2016 New Revision: 305295 URL: https://svnweb.freebsd.org/changeset/base/305295 Log: Tag libc++ 3.9.0 release r280324. Added: vendor/libc++/libc++-release_390-r280324/ - copied from r305294, vendor/libc++/dist/ ___

svn commit: r305294 - vendor/compiler-rt/compiler-rt-release_390-r280324

2016-09-02 Thread Dimitry Andric
Author: dim Date: Fri Sep 2 19:06:07 2016 New Revision: 305294 URL: https://svnweb.freebsd.org/changeset/base/305294 Log: Tag compiler-rt 3.9.0 release r280324. Added: vendor/compiler-rt/compiler-rt-release_390-r280324/ - copied from r305293, vendor/compiler-rt/dist/ ___

svn commit: r305293 - vendor/clang/clang-release_390-r280324

2016-09-02 Thread Dimitry Andric
Author: dim Date: Fri Sep 2 19:05:30 2016 New Revision: 305293 URL: https://svnweb.freebsd.org/changeset/base/305293 Log: Tag clang 3.9.0 release r280324. Added: vendor/clang/clang-release_390-r280324/ - copied from r305292, vendor/clang/dist/ ___

svn commit: r305292 - vendor/clang/dist/lib/Basic

2016-09-02 Thread Dimitry Andric
Author: dim Date: Fri Sep 2 19:05:13 2016 New Revision: 305292 URL: https://svnweb.freebsd.org/changeset/base/305292 Log: Vendor import of clang 3.9.0 release r280324: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_390/final@280324 Modified: vendor/clang/dist/lib/Basic/Version.cpp Mod

svn commit: r305291 - vendor/llvm/llvm-release_390-r280324

2016-09-02 Thread Dimitry Andric
Author: dim Date: Fri Sep 2 19:04:21 2016 New Revision: 305291 URL: https://svnweb.freebsd.org/changeset/base/305291 Log: Tag llvm 3.9.0 release r280324. Added: vendor/llvm/llvm-release_390-r280324/ - copied from r305290, vendor/llvm/dist/ ___

svn commit: r305290 - in head: lib lib/libifc lib/libifconfig share/examples/libifc share/examples/libifconfig share/mk

2016-09-02 Thread Kristof Provost
Author: kp Date: Fri Sep 2 18:33:08 2016 New Revision: 305290 URL: https://svnweb.freebsd.org/changeset/base/305290 Log: Renaming libifc to libifconfig in response to feedback on initial commit of this library. Sticking to 'libifconfig' (and 'ifconfig_' as function prefix) should reduce cha

svn commit: r305289 - head/usr.bin/w

2016-09-02 Thread Hajimu UMEMOTO
Author: ume Date: Fri Sep 2 18:28:14 2016 New Revision: 305289 URL: https://svnweb.freebsd.org/changeset/base/305289 Log: When -n is specified, don't make bogus DNS queries. Instead, when -n is specified more than once, hostnames stored in utmp are attempted to resolve to display them as n

svn commit: r305288 - head/sys/kern

2016-09-02 Thread Brooks Davis
Author: brooks Date: Fri Sep 2 18:22:56 2016 New Revision: 305288 URL: https://svnweb.freebsd.org/changeset/base/305288 Log: Merge from CheriBSD: Rename sigprop-table constants to SIGPROP_ from SA_ to reduce the impression of a namespace collision. Submitted by: rwatson Reviewed b

svn commit: r305287 - in stable: 10/usr.sbin/bluetooth/btpand 11/usr.sbin/bluetooth/btpand

2016-09-02 Thread Dimitry Andric
Author: dim Date: Fri Sep 2 17:24:16 2016 New Revision: 305287 URL: https://svnweb.freebsd.org/changeset/base/305287 Log: MFC r305023: Avoid undefined behavior when calling va_start() in bnep_send_control(), by making the 'type' parameter a plain unsigned. Modified: stable/10/usr.sbin

svn commit: r305287 - in stable: 10/usr.sbin/bluetooth/btpand 11/usr.sbin/bluetooth/btpand

2016-09-02 Thread Dimitry Andric
Author: dim Date: Fri Sep 2 17:24:16 2016 New Revision: 305287 URL: https://svnweb.freebsd.org/changeset/base/305287 Log: MFC r305023: Avoid undefined behavior when calling va_start() in bnep_send_control(), by making the 'type' parameter a plain unsigned. Modified: stable/11/usr.sbin

svn commit: r305286 - in stable/11/cddl/usr.sbin/zfsd: . tests

2016-09-02 Thread Dimitry Andric
Author: dim Date: Fri Sep 2 17:07:52 2016 New Revision: 305286 URL: https://svnweb.freebsd.org/changeset/base/305286 Log: MFC r305013: Add an empty virtual destructor to zfsd's Vdev class. This is needed because the class has virtual functions, and the compiler-generated default destr

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

2016-09-02 Thread Andrew Turner
Author: andrew Date: Fri Sep 2 10:13:51 2016 New Revision: 305285 URL: https://svnweb.freebsd.org/changeset/base/305285 Log: Add a pc_clock pcpu field and use it to implement cpu_est_clockrate. This will allow drivers that manage the clock frequency to communicate this with the reset of the

svn commit: r305284 - head/lib/libusb

2016-09-02 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 2 08:44:14 2016 New Revision: 305284 URL: https://svnweb.freebsd.org/changeset/base/305284 Log: Fix array size issue when using the pre-scaling feature for ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers are allocated when setting up the

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

2016-09-02 Thread Ngie Cooper
Author: ngie Date: Fri Sep 2 08:17:43 2016 New Revision: 305283 URL: https://svnweb.freebsd.org/changeset/base/305283 Log: Skip :test_large on i386 More assertions are failing on ^/head now. PR: 205446 Sponsored by: EMC / Isilon Storage Division Modified: head/lib/msun/tests/ct