On Sat, 2019-03-16 at 20:02 +, Wolfram Schneider wrote:
> Author: wosch
> Date: Sat Mar 16 20:02:57 2019
> New Revision: 345238
> URL: https://svnweb.freebsd.org/changeset/base/345238
>
> Log:
> `make buildkernel' should display the build time in seconds
>
> PR: 224433
> Appro
Author: wosch
Date: Sat Mar 16 20:02:57 2019
New Revision: 345238
URL: https://svnweb.freebsd.org/changeset/base/345238
Log:
`make buildkernel' should display the build time in seconds
PR: 224433
Approved by: cem
Differential Revision:https://reviews.freebsd.org/D1391
Author: dim
Date: Sat Mar 16 17:55:22 2019
New Revision: 345237
URL: https://svnweb.freebsd.org/changeset/base/345237
Log:
Disable lib/libomp build for the 32-bit part of amd64 buildworld, as it
is not supported for that target.
Reported by: Michael Butler
PR: 236062
MFC a
Author: dim
Date: Sat Mar 16 13:42:00 2019
New Revision: 345232
URL: https://svnweb.freebsd.org/changeset/base/345232
Log:
Bootstrap svn:mergeinfo on contrib/openmp.
PR: 236062
MFC after:1 month
X-MFC-With: r344779
Modified:
Directory Properties:
head/contrib/openmp/
Author: dim
Date: Sat Mar 16 15:45:15 2019
New Revision: 345236
URL: https://svnweb.freebsd.org/changeset/base/345236
Log:
Connect lib/libomp to the build.
* Set MK_OPENMP to yes by default only on amd64, for now.
* Bump __FreeBSD_version to signal this addition.
* Ensure gcc's conflict
Author: kib
Date: Sat Mar 16 11:46:48 2019
New Revision: 345229
URL: https://svnweb.freebsd.org/changeset/base/345229
Log:
proccontrol(1): Add kpti control mode.
Requested by: jhb
Reviewed by: jhb, markj (previous version)
Tested by:pho
Sponsored by: The FreeBSD Foundation
MFC
Author: kib
Date: Sat Mar 16 11:31:01 2019
New Revision: 345227
URL: https://svnweb.freebsd.org/changeset/base/345227
Log:
amd64: Add md process flags and first P_MD_PTI flag.
PTI mode for the process pmap on exec is activated iff P_MD_PTI is set.
On exec, the existing vmspace can be r
Author: kib
Date: Sat Mar 16 11:12:02 2019
New Revision: 345225
URL: https://svnweb.freebsd.org/changeset/base/345225
Log:
amd64: rewrite cpu_switch.S fragment to reload tss.rsp0 on context switch.
New code avoids jumps.
Reviewed by: markj
Tested by:pho
Sponsored by: The FreeB
Author: kib
Date: Sat Mar 16 11:16:09 2019
New Revision: 345226
URL: https://svnweb.freebsd.org/changeset/base/345226
Log:
amd64: fix switching to the pmap with pti disabled.
When the pmap with pti disabled (i.e. pm_ucr3 == PMAP_NO_CR3) is
activated, tss.rsp0 was not updated. Any interru
Author: dim
Date: Sat Mar 16 15:01:36 2019
New Revision: 345235
URL: https://svnweb.freebsd.org/changeset/base/345235
Log:
Add lib/libomp, with a Makefile, and generated configuration headers.
Not connected to the main build yet, as there is still the issue of the
GNU omp.h header conflictin
Author: dim
Date: Sat Mar 16 13:40:27 2019
New Revision: 345231
URL: https://svnweb.freebsd.org/changeset/base/345231
Log:
Add LLVM openmp trunk r351319 (just before the release_80 branch point)
to contrib/llvm. This is not yet connected to the build, the glue for
that will come in a follow
Thanks! A very welcome user friendlyness.
On Thu, 14 Mar 2019 23:08:10 +0100, Emmanuel Vadot
wrote:
Author: manu
Date: Thu Mar 14 22:08:09 2019
New Revision: 345159
URL: https://svnweb.freebsd.org/changeset/base/345159
Log:
pkgbase: Use uname as ABI_FILE
uname is always rebuild on Free
Author: dim
Date: Sat Mar 16 13:43:07 2019
New Revision: 345233
URL: https://svnweb.freebsd.org/changeset/base/345233
Log:
Merge openmp release_80 branch r356034 (effectively, 8.0.0 rc5).
PR: 236062
MFC after:1 month
X-MFC-With: r344779
Modified:
head/contrib/openmp/r
Author: dim
Date: Sat Mar 16 13:45:14 2019
New Revision: 345234
URL: https://svnweb.freebsd.org/changeset/base/345234
Log:
Add openmp __kmp_gettid() wrapper, using pthread_getthreadid_np(3).
This has also been submitted upstream.
PR: 236062
MFC after:1 month
X-MFC-With:
Author: dim
Date: Sat Mar 16 13:26:42 2019
New Revision: 345230
URL: https://svnweb.freebsd.org/changeset/base/345230
Log:
Update maintainers for libunwind and lldb.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
Author: kib
Date: Sat Mar 16 11:44:33 2019
New Revision: 345228
URL: https://svnweb.freebsd.org/changeset/base/345228
Log:
amd64 KPTI: add control from procctl(2).
Add the infrastructure to allow MD procctl(2) commands, and use it to
introduce amd64 PTI control and reporting. PTI mode ca
Author: kp
Date: Sat Mar 16 10:14:03 2019
New Revision: 345223
URL: https://svnweb.freebsd.org/changeset/base/345223
Log:
pf: Rename pfsync bucket lock
Previously the main pfsync lock and the bucket locks shared the same name.
This lead to spurious warnings from WITNESS like this:
Author: jmallett
Date: Sat Mar 16 06:12:28 2019
New Revision: 345222
URL: https://svnweb.freebsd.org/changeset/base/345222
Log:
Remove empty directory left by r342255.
Deleted:
head/sys/mips/sibyte/
___
svn-src-head@freebsd.org mailing list
https://
Author: jmallett
Date: Sat Mar 16 06:09:45 2019
New Revision: 345221
URL: https://svnweb.freebsd.org/changeset/base/345221
Log:
Remove obsolete wrappers for 64-bit loads/stores which were only used by the
removed (r342255) SiByte port.
Reviewed by: imp
Modified:
head/sys/mips/include/
Author: gonzo
Date: Sat Mar 16 04:24:02 2019
New Revision: 345220
URL: https://svnweb.freebsd.org/changeset/base/345220
Log:
Fix build for KLD dyn_sysctl example
Looks like the example was broken by change of SYSCTL_STATIC_CHILDREN
definition in r267992. Fix build by switching to using SY
20 matches
Mail list logo