svn commit: r292509 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 06:29:03 2015 New Revision: 292509 URL: https://svnweb.freebsd.org/changeset/base/292509 Log: Clean up Kyuafile.tmp, not Kyuafile.auto.tmp MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff) Reviewed by: emast

svn commit: r292508 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 06:27:36 2015 New Revision: 292508 URL: https://svnweb.freebsd.org/changeset/base/292508 Log: Document LOCALBASE in the bsd.test.mk section MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff) Reviewed by: emas

svn commit: r292507 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 06:26:15 2015 New Revision: 292507 URL: https://svnweb.freebsd.org/changeset/base/292507 Log: - Use LOCALBASE instead of KYUA_PREFIX for the --prefix to kyua(1) - Use LOCALBASE instead of hardcoding /usr/local for perl MFC after: 1 week Differential Revisio

svn commit: r292504 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 06:01:53 2015 New Revision: 292504 URL: https://svnweb.freebsd.org/changeset/base/292504 Log: Deal with another hardcoded reference to Kyuafile in the KYUAFILE == auto case Differential Revision: https://reviews.freebsd.org/D4406 (part of a larger diff) Re

svn commit: r292502 - head

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 05:52:03 2015 New Revision: 292502 URL: https://svnweb.freebsd.org/changeset/base/292502 Log: Always expose LOCALBASE, not just when CROSS_TOOLCHAIN is defined Instead of using which(1) to look for doxygen, look for it in /bin . $PATH gets mangled by make bu

svn commit: r292501 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 05:41:12 2015 New Revision: 292501 URL: https://svnweb.freebsd.org/changeset/base/292501 Log: Fix typo in r292500 by adding missing conditional statement MFC after: 1 week X-MFC with: r292500 Pointyhat to: ngie Differential Revision: https://reviews.freeb

svn commit: r292500 - head/share/mk

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 05:38:06 2015 New Revision: 292500 URL: https://svnweb.freebsd.org/changeset/base/292500 Log: Simplify Kyuafile generation logic with KYUAFILE == auto and related complexity with variables MFC after: 1 week Differential Revision: https://reviews.freebsd.org

svn commit: r292499 - head/sys/sys

2015-12-19 Thread Mark Johnston
Author: markj Date: Sun Dec 20 05:21:59 2015 New Revision: 292499 URL: https://svnweb.freebsd.org/changeset/base/292499 Log: Bump __FreeBSD_version for r292469. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h =

svn commit: r292497 - in head: lib/msun/tests tools/regression/lib/msun

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 05:06:44 2015 New Revision: 292497 URL: https://svnweb.freebsd.org/changeset/base/292497 Log: Integrate the remaining tools/regression/lib/msun testcases into the FreeBSD test suite under lib/msun/tests MFC after: 3 weeks X-MFC with: r292328 Sponsored by:

svn commit: r292496 - head/tools/regression/lib/msun

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:52:53 2015 New Revision: 292496 URL: https://svnweb.freebsd.org/changeset/base/292496 Log: Skip the testcases on i386 (all the assertions fail) [*] Also, don't compile the ldexpl(3) testcases on platforms that don't support the libcall (technically only x8

svn commit: r292495 - head/tools/regression/lib/msun

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:42:55 2015 New Revision: 292495 URL: https://svnweb.freebsd.org/changeset/base/292495 Log: Initialize j so it doesn't print out a garbage index Use it consistently instead of i in the first loop MFC after: 3 days X-MFC with: 292492 Sponsored by: EMC

svn commit: r292494 - head/tools/regression/lib/msun

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:41:17 2015 New Revision: 292494 URL: https://svnweb.freebsd.org/changeset/base/292494 Log: Skip infinities testcases that fail assertions on amd64 only on CURRENT PR: 205448 MFC after: never Sponsored by: EMC / Isilon Storage Division Modified: head/t

svn commit: r292493 - head/tools/regression/lib/msun

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:32:30 2015 New Revision: 292493 URL: https://svnweb.freebsd.org/changeset/base/292493 Log: Don't run test-fma on i386 It completely fails all assertions on i386 on both stable/9 and stable/10 PR: 205448 MFC after: 1 week X-MFC to: stable/10 Sponso

svn commit: r292492 - head/tools/regression/lib/msun

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:28:37 2015 New Revision: 292492 URL: https://svnweb.freebsd.org/changeset/base/292492 Log: - Use nitems instead of handrolling the macro - Use a separate variable for tracking the testcase count instead of hardcoding the offset for the testcases MFC af

svn commit: r292491 - head/tools/regression/lib/msun

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:17:54 2015 New Revision: 292491 URL: https://svnweb.freebsd.org/changeset/base/292491 Log: Disable test-ctrig.t testcases which fail assertions on i386 [*] Also, don't compile the exp2l(3) testcases on platforms that don't support the libcall (technically

svn commit: r292489 - head/tools/regression/lib/msun

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 04:06:30 2015 New Revision: 292489 URL: https://svnweb.freebsd.org/changeset/base/292489 Log: Disable test-ctrig.t testcases which fail assertions on i386 Tested on: stable/10 (amd64/i386), head (amd64/i386) PR: 205446 MFC after: 1 week X-MFC to: stable/1

svn commit: r292488 - head/sys/x86/x86

2015-12-19 Thread Conrad E. Meyer
Author: cem Date: Sun Dec 20 03:34:30 2015 New Revision: 292488 URL: https://svnweb.freebsd.org/changeset/base/292488 Log: x86: Detect feature flags "AVX512DQ", "AVX512IFMA", "AVX512BW", "AVX512VBMI" Documented in Intel Architecture Set Extensions Programming Reference (319433-023).

svn commit: r292487 - head/tools/regression/lib/msun

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 03:06:29 2015 New Revision: 292487 URL: https://svnweb.freebsd.org/changeset/base/292487 Log: Update the test list after r292328 Add test-invtrig to the list of tests Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/lib/msun/M

svn commit: r292486 - head/sys/boot/i386/libi386

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 02:46:51 2015 New Revision: 292486 URL: https://svnweb.freebsd.org/changeset/base/292486 Log: Add missing smbios.h #include to mute a -Wimplicit-function-declaration warning after r279222 Reported by: Jenkins Sponsored by: EMC / Isilon Storage Division Mo

svn commit: r292485 - head/share/examples/tests/tests/atf

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sun Dec 20 02:36:30 2015 New Revision: 292485 URL: https://svnweb.freebsd.org/changeset/base/292485 Log: Add missing return statement to atf/printf_test to make the example complete and correct, and mute a compiler warning from clang MFC after: 3 days Reported by: Jen

svn commit: r292484 - in head: share/man/man9 sys/kern sys/vm

2015-12-19 Thread Jonathan T. Looney
Author: jtl Date: Sun Dec 20 02:05:33 2015 New Revision: 292484 URL: https://svnweb.freebsd.org/changeset/base/292484 Log: Add a safety net to reclaim mbufs when one of the mbuf zones become exhausted. It is possible for a bug in the code (or, theoretically, even unusual network conditi

svn commit: r292483 - head/sys/arm/broadcom/bcm2835

2015-12-19 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Dec 20 00:58:22 2015 New Revision: 292483 URL: https://svnweb.freebsd.org/changeset/base/292483 Log: Add dev.fb.X.resync sysctl to resync ARM framebuffer with VideoCore Some applications (e.g. Kodi) use tvservice APIs to manage HDMI modes, power state, EDID etc. di

Re: svn commit: r290383 - in head/sys: net netinet

2015-12-19 Thread Cy Schubert
In message <201511050726.ta57qxlu074...@repo.freebsd.org>, "George V. Neville-N eil" writes: > Author: gnn > Date: Thu Nov 5 07:26:32 2015 > New Revision: 290383 > URL: https://svnweb.freebsd.org/changeset/base/290383 > > Log: > Replace the fastforward path with tryforward which does not requi

svn commit: r292480 - head/etc/mtree

2015-12-19 Thread Garrett Cooper
Author: ngie Date: Sat Dec 19 23:02:18 2015 New Revision: 292480 URL: https://svnweb.freebsd.org/changeset/base/292480 Log: Fix whitespace issues in BSD.usr.dist introduced in r291455 Sponsored by: EMC / Isilon Storage Division Modified: head/etc/mtree/BSD.usr.dist Modified: head/etc/mt

svn commit: r292478 - head/sys/x86/x86

2015-12-19 Thread Conrad E. Meyer
Author: cem Date: Sat Dec 19 20:47:15 2015 New Revision: 292478 URL: https://svnweb.freebsd.org/changeset/base/292478 Log: x86: Detect feature flags "CLWB" and "PCOMMIT" "The availability of CLWB instruction is indicated by the presence of the CPUID feature flag CLWB (bit 24 of the EBX re

svn commit: r292474 - head/sys/conf

2015-12-19 Thread Warner Losh
Author: imp Date: Sat Dec 19 19:20:48 2015 New Revision: 292474 URL: https://svnweb.freebsd.org/changeset/base/292474 Log: Move some MIPS specific flags to be more congruent with other architectures. Modified: head/sys/conf/Makefile.mips head/sys/conf/kern.mk head/sys/conf/kmod.mk Modi

svn commit: r292473 - head/lib/libstand

2015-12-19 Thread Warner Losh
Author: imp Date: Sat Dec 19 19:13:38 2015 New Revision: 292473 URL: https://svnweb.freebsd.org/changeset/base/292473 Log: Create libstand version of uuid_from_string and uuid_to_string. The normal libc versions of these functions use asprintf and sscanf, both of which aren't available in t

Re: svn commit: r292309 - in head/sys: modules modules/tcp modules/tcp/fastpath netinet netinet/tcp_stacks

2015-12-19 Thread Jonathan T. Looney
On 12/18/15, 3:54 PM, "owner-src-committ...@freebsd.org on behalf of Kristof Provost" wrote: > >> On 16 Dec 2015, at 01:56, Randall Stewart wrote: >> >> Author: rrs >> Date: Wed Dec 16 00:56:45 2015 >> New Revision: 292309 >> URL: https://svnweb.freebsd.org/changeset/base/292309 >> >> Log: >>

svn commit: r292471 - head/sys/boot/efi/loader

2015-12-19 Thread Warner Losh
Author: imp Date: Sat Dec 19 19:01:42 2015 New Revision: 292471 URL: https://svnweb.freebsd.org/changeset/base/292471 Log: Pass the UEFI system table into the kernel from the boot loader via the FW_HANDLE metadata item. The kernel can get the rest of what it needs from this. Modified: hea

svn commit: r292472 - in head/sys: amd64/amd64 sys

2015-12-19 Thread Warner Losh
Author: imp Date: Sat Dec 19 19:01:43 2015 New Revision: 292472 URL: https://svnweb.freebsd.org/changeset/base/292472 Log: Save the physical address passed into the kernel of the UEFI system table. Modified: head/sys/amd64/amd64/machdep.c head/sys/sys/efi.h Modified: head/sys/amd64/amd64

svn commit: r292469 - in head/sys: dev/drm2/ttm mips/include mips/mips vm

2015-12-19 Thread Alan Cox
Author: alc Date: Sat Dec 19 18:42:50 2015 New Revision: 292469 URL: https://svnweb.freebsd.org/changeset/base/292469 Log: Introduce a new mechanism for relocating virtual pages to a new physical address and use this mechanism when: 1. kmem_alloc_{attr,contig}() can't find suitable free p

svn commit: r292468 - head/tools/tools/locale/tools

2015-12-19 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 19 13:19:39 2015 New Revision: 292468 URL: https://svnweb.freebsd.org/changeset/base/292468 Log: Fix indentation to make the script more readable Modified: head/tools/tools/locale/tools/finalize Modified: head/tools/tools/locale/tools/finalize =

svn commit: r292467 - head/tools/tools/locale/tools

2015-12-19 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 19 12:28:22 2015 New Revision: 292467 URL: https://svnweb.freebsd.org/changeset/base/292467 Log: Initialize SRCOUT3 as it may be used unitilizard for certains types of locales Modified: head/tools/tools/locale/tools/cldr2def.pl Modified: head/tools/tools/locale/too

svn commit: r292466 - in head: share/ctypedef tools/tools/locale/tools

2015-12-19 Thread Baptiste Daroussin
Author: bapt Date: Sat Dec 19 12:26:01 2015 New Revision: 292466 URL: https://svnweb.freebsd.org/changeset/base/292466 Log: Use :E instead of regex in ctypedef Makefiles Modified: head/share/ctypedef/Makefile head/tools/tools/locale/tools/cldr2def.pl Modified: head/share/ctypedef/Makefile

svn commit: r292465 - head/usr.sbin/ndp

2015-12-19 Thread Hajimu UMEMOTO
Author: ume Date: Sat Dec 19 09:18:01 2015 New Revision: 292465 URL: https://svnweb.freebsd.org/changeset/base/292465 Log: Fix indent after r292333. Modified: head/usr.sbin/ndp/ndp.c Modified: head/usr.sbin/ndp/ndp.c ===