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
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
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
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
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
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
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
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
=
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:
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
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
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
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
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
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
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
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).
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
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
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
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
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
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
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
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
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
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
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:
>>
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
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
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
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
=
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
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
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
===
35 matches
Mail list logo