svn commit: r322527 - head/sys/mips/atheros

2017-08-14 Thread Xin LI
Author: delphij Date: Tue Aug 15 06:01:36 2017 New Revision: 322527 URL: https://svnweb.freebsd.org/changeset/base/322527 Log: Plug memory leak in arge_encap(). Reported by: Ilja Van Sprundel Submitted by: Domagoj Stolfa Reviewed by: adrian MFC after:3 days Modified: head/s

svn commit: r322526 - head/sys/kern

2017-08-14 Thread Conrad Meyer
Author: cem Date: Tue Aug 15 02:21:02 2017 New Revision: 322526 URL: https://svnweb.freebsd.org/changeset/base/322526 Log: Fix a couple of comment typos No functional change. Submitted by: Anton Rang Sponsored by: Dell EMC Isilon Modified: head/sys/kern/kern_ktr.c head/sys/kern

svn commit: r322522 - head/lib/libcompiler_rt

2017-08-14 Thread Warner Losh
Author: imp Date: Mon Aug 14 22:38:54 2017 New Revision: 322522 URL: https://svnweb.freebsd.org/changeset/base/322522 Log: There is no MACHINE_CPUARCH == armv6, remove redunant check. Modified: head/lib/libcompiler_rt/Makefile.inc Modified: head/lib/libcompiler_rt/Makefile.inc ==

svn commit: r322521 - in head/gnu/usr.bin: binutils binutils/ld binutils/libbfd cc

2017-08-14 Thread Warner Losh
Author: imp Date: Mon Aug 14 22:25:20 2017 New Revision: 322521 URL: https://svnweb.freebsd.org/changeset/base/322521 Log: Convert all the arm big endian tests into a regexp rather than a list. Suggested by: emaste@ Modified: head/gnu/usr.bin/binutils/Makefile.inc0 head/gnu/usr.bin/bin

svn commit: r322515 - in head: bin/cat bin/chmod bin/date bin/dd bin/echo bin/expr bin/ln bin/ls bin/mv bin/pax bin/pkill bin/pwait bin/sh bin/sleep bin/test lib/atf/libatf-c lib/atf/libatf-c++ lib...

2017-08-14 Thread Ngie Cooper
Author: ngie Date: Mon Aug 14 19:21:37 2017 New Revision: 322515 URL: https://svnweb.freebsd.org/changeset/base/322515 Log: Add supporting changes for `Add limited sandbox capability to "make check"` Non-tests/... changes: - Add HAS_TESTS= to Makefiles with libraries and programs to enabl

svn commit: r322514 - head

2017-08-14 Thread Ngie Cooper
: ** +20170814: + "make check" behavior (made in ^/head@r295380) has been changed to + execute from a limited sandbox, as opposed to executing from + ${TESTSDIR}. + + Behavioral changes: + - The "beforecheck" and "aftercheck&q

svn commit: r322512 - head/share/man/man5

2017-08-14 Thread Ngie Cooper
Author: ngie Date: Mon Aug 14 19:03:55 2017 New Revision: 322512 URL: https://svnweb.freebsd.org/changeset/base/322512 Log: Regenerate src.conf(5) after change made in r322511 to "make check" behavior Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 =

svn commit: r322511 - in head: share/mk tools/build/options

2017-08-14 Thread Ngie Cooper
Author: ngie Date: Mon Aug 14 19:03:05 2017 New Revision: 322511 URL: https://svnweb.freebsd.org/changeset/base/322511 Log: Add limited sandbox capability to "make check" == Rationale == r295380 introduced "make check" and consolidated means for running test code in an attempt to sim

svn commit: r322510 - head/share/man/man5

2017-08-14 Thread Ngie Cooper
Author: ngie Date: Mon Aug 14 18:49:46 2017 New Revision: 322510 URL: https://svnweb.freebsd.org/changeset/base/322510 Log: Regenerate src.conf(5) per LLDB default change made in r322415 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r322508 - in head/contrib/gcc/config: riscv riscv64

2017-08-14 Thread Ruslan Bukin
Author: br Date: Mon Aug 14 14:16:56 2017 New Revision: 322508 URL: https://svnweb.freebsd.org/changeset/base/322508 Log: Rename RISC-V GCC config directory: riscv64 -> riscv (to match official RISC-V target for GCC 7.1). This is only a minimal config required to build c start up (csu).

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

2017-08-14 Thread Konstantin Belousov
Author: kib Date: Mon Aug 14 11:23:07 2017 New Revision: 322496 URL: https://svnweb.freebsd.org/changeset/base/322496 Log: Print whole machine state on double fault. It is quite useful when double fault is not caused by a stack overflow. Tested by:pho (as part of the larger patch)

svn commit: r322495 - head/sys/amd64/include

2017-08-14 Thread Konstantin Belousov
Author: kib Date: Mon Aug 14 11:20:54 2017 New Revision: 322495 URL: https://svnweb.freebsd.org/changeset/base/322495 Log: Add {rd,wr}{fs,gs}base C wrappers for instructions. Tested by:pho (as part of the larger patch) Sponsored by: The FreeBSD Foundation MFC after:1 week Modif

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

2017-08-14 Thread Konstantin Belousov
Author: kib Date: Mon Aug 14 11:20:10 2017 New Revision: 322494 URL: https://svnweb.freebsd.org/changeset/base/322494 Log: Style. Tested by:pho (as part of the larger patch) Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/amd64/amd64/trap.c Modified:

svn commit: r322493 - head/usr.sbin/cpucontrol

2017-08-14 Thread Konstantin Belousov
Author: kib Date: Mon Aug 14 11:19:31 2017 New Revision: 322493 URL: https://svnweb.freebsd.org/changeset/base/322493 Log: Remove confusion in the line explaining syntax of the msr read. Specify words order in the display. Sponsored by: The FreeBSD Foundation MFC after:3 days Modif