svn commit: r358478 - head/usr.sbin/powerd

2020-02-29 Thread Colin Percival
Author: cperciva Date: Sat Feb 29 22:31:23 2020 New Revision: 358478 URL: https://svnweb.freebsd.org/changeset/base/358478 Log: Add -N option to powerd(8) to ignore "nice" time. With powerd_flags="-N", this makes powerd(8) exclude "nice" time when computing the CPU utilization. This

svn commit: r358477 - head/sys/dev/arcmsr

2020-02-29 Thread Warner Losh
Author: imp Date: Sat Feb 29 22:16:27 2020 New Revision: 358477 URL: https://svnweb.freebsd.org/changeset/base/358477 Log: Remove support for varios versions from FreeBSD 4 to 8. There's no way arcmsr will still work on those versions. Cleanup really old code that's no longer needed.

svn commit: r358474 - in head: share/man/man4 sys/dev/bktr

2020-02-29 Thread Warner Losh
Author: imp Date: Sat Feb 29 21:50:08 2020 New Revision: 358474 URL: https://svnweb.freebsd.org/changeset/base/358474 Log: add deprecation notice for bktr driver. We plan to remove bktr(4) in FreeBSD 13. Document that here. Relnotes: yes Modified: head/share/man/man4/bktr.4

Re: svn commit: r358454 - in head: . etc/mtree gnu/lib gnu/lib/libgcov gnu/lib/libgomp gnu/lib/libstdc++ gnu/lib/libsupc++ gnu/usr.bin gnu/usr.bin/cc gnu/usr.bin/gperf share/mk targets/pseudo/bootstra

2020-02-29 Thread Brooks Davis
On Sat, Feb 29, 2020 at 03:25:51AM +, Ed Maste wrote: > Author: emaste > Date: Sat Feb 29 03:25:51 2020 > New Revision: 358454 > URL: https://svnweb.freebsd.org/changeset/base/358454 > > Log: > remove GCC 4.2.1 build infrastructure > > As described in Warner's email message[1] to the

Re: svn commit: r358439 - head/sys/amd64/include

2020-02-29 Thread Mark Millard via svn-src-head
head -r358439 breaks unmodified ports that use, for example, clang70 and clang++70: https://lists.freebsd.org/pipermail/freebsd-emulation/2020-February/017672.html https://lists.freebsd.org/pipermail/freebsd-emulation/2020-February/017675.html show things like . . . kBuild: Compiling

Re: svn commit: r358363 - head/sys/vm

2020-02-29 Thread Emmanuel Vadot
Hi Jeff, On Thu, 27 Feb 2020 02:37:27 + (UTC) Jeff Roberson wrote: > Author: jeff > Date: Thu Feb 27 02:37:27 2020 > New Revision: 358363 > URL: https://svnweb.freebsd.org/changeset/base/358363 > > Log: > Add unlocked grab* function variants that use lockless radix code to > lookup

Re: svn commit: r358459 - in head/contrib: gcc gcclibs

2020-02-29 Thread Mark Millard via svn-src-head
Pedro Giffuni pfg at FreeBSD.org wrote on Sat Feb 29 15:42:34 UTC 2020 : > On 29/02/2020 07:40, Ed Maste wrote: > > Author: emaste > > Date: Sat Feb 29 12:40:27 2020 > > New Revision: 358459 > > URL: https://svnweb.freebsd.org/changeset/base/358459 > > > > Log: > >Remove contrib/gcc and

svn commit: r358472 - head/tools/boot

2020-02-29 Thread Ed Maste
Author: emaste Date: Sat Feb 29 19:59:21 2020 New Revision: 358472 URL: https://svnweb.freebsd.org/changeset/base/358472 Log: CI: print wired page count on boot This is a first step in tracking kernel memory use over time. Modified: head/tools/boot/ci-qemu-test.sh Modified:

svn commit: r358471 - head/sys/security/audit

2020-02-29 Thread Christian S.J. Peron
Author: csjp Date: Sat Feb 29 19:17:24 2020 New Revision: 358471 URL: https://svnweb.freebsd.org/changeset/base/358471 Log: Currently kernel audit events for jail_set(2), jail_get(2), jail_attach(2), jail_remove(2) and finally setloginclass(2) are not being converted and committed into

svn commit: r358470 - head/sys/kern

2020-02-29 Thread Mark Johnston
Author: markj Date: Sat Feb 29 18:41:48 2020 New Revision: 358470 URL: https://svnweb.freebsd.org/changeset/base/358470 Log: Ensure that arm64 thread structures are allocated from the direct map. Otherwise we can fail to handle translation faults on curthread, leading to a panic.

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

2020-02-29 Thread Ed Maste
Author: emaste Date: Sat Feb 29 17:24:02 2020 New Revision: 358469 URL: https://svnweb.freebsd.org/changeset/base/358469 Log: regen src.conf.5 for r358468, GPL_DTC removal Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r358468 - in head: . contrib/dtc gnu/usr.bin gnu/usr.bin/dtc share/mk targets/pseudo/userland targets/pseudo/userland/gnu tools/build/options usr.bin

2020-02-29 Thread Ed Maste
"ln -s 'abort:false,junk:false' /etc/malloc.conf".) 20200229: + The WITH_GPL_DTC option has been removed. The BSD-licenced device tree + compiler in usr.bin/dtc is used on all architectures which use dtc, and + the GPL dtc is available (if needed) from the

Re: svn commit: r358459 - in head/contrib: gcc gcclibs

2020-02-29 Thread Pedro Giffuni
On 29/02/2020 07:40, Ed Maste wrote: Author: emaste Date: Sat Feb 29 12:40:27 2020 New Revision: 358459 URL: https://svnweb.freebsd.org/changeset/base/358459 Log: Remove contrib/gcc and contrib/gcclibs GCC 4.2.1 was disconnected from FreeBSD in r358454. Sponsored by: The

Re: svn commit: r358462 - head/share/mk

2020-02-29 Thread Mark Millard via svn-src-head
> Author: emaste > Date: Sat Feb 29 13:15:01 2020 > New Revision: 358462 > URL: > https://svnweb.freebsd.org/changeset/base/358462 > > > Log: > src.opts.mk: simplify Clang and lld bootstrap defaults > > With the retirement of GCC 4.2.1 we can assume the host compiler supports > C++11,

svn commit: r358465 - head/sys/arm64/arm64

2020-02-29 Thread Dimitry Andric
Author: dim Date: Sat Feb 29 14:11:27 2020 New Revision: 358465 URL: https://svnweb.freebsd.org/changeset/base/358465 Log: Fix the following -Werror warning from clang 10.0.0: sys/arm64/arm64/identcpu.c:1170:5: error: misleading indentation; statement is not part of the previous 'if'

Re: svn commit: r358463 - head/sbin/pfctl/tests/files

2020-02-29 Thread Kristof Provost
> On 29 Feb 2020, at 14:24, Li-Wen Hsu wrote: > > Author: lwhsu > Date: Sat Feb 29 13:24:41 2020 > New Revision: 358463 > URL: https://svnweb.freebsd.org/changeset/base/358463 > > Log: > Fix test cases after r358448 > > sbin.pfctl.pfctl_test.pf0087 > sbin.pfctl.pfctl_test.selfpf0087 >

svn commit: r358464 - head/contrib/gperf

2020-02-29 Thread Ed Maste
Author: emaste Date: Sat Feb 29 13:25:38 2020 New Revision: 358464 URL: https://svnweb.freebsd.org/changeset/base/358464 Log: remove contrib/gperf gperf was used only as a build tool for GCC, and is not needed after r358454. Sponsored by: The FreeBSD Foundation Deleted:

svn commit: r358463 - head/sbin/pfctl/tests/files

2020-02-29 Thread Li-Wen Hsu
Author: lwhsu Date: Sat Feb 29 13:24:41 2020 New Revision: 358463 URL: https://svnweb.freebsd.org/changeset/base/358463 Log: Fix test cases after r358448 sbin.pfctl.pfctl_test.pf0087 sbin.pfctl.pfctl_test.selfpf0087 MFC with: r358448 Sponsored by: The FreeBSD Foundation

svn commit: r358462 - head/share/mk

2020-02-29 Thread Ed Maste
Author: emaste Date: Sat Feb 29 13:15:01 2020 New Revision: 358462 URL: https://svnweb.freebsd.org/changeset/base/358462 Log: src.opts.mk: simplify Clang and lld bootstrap defaults With the retirement of GCC 4.2.1 we can assume the host compiler supports C++11, and can simplify the Clang

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

2020-02-29 Thread Ed Maste
Author: emaste Date: Sat Feb 29 12:46:02 2020 New Revision: 358461 URL: https://svnweb.freebsd.org/changeset/base/358461 Log: regen src.conf.5 after r358460, LLVM_LIBUNWIND option retirement Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r358460 - in head: . contrib/bmake/mk lib share/mk targets/pseudo/userland/gnu targets/pseudo/userland/lib tools/build/options

2020-02-29 Thread Ed Maste
-27,6 +27,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 20200229: + The WITHOUT_LLVM_LIBUNWIND option has been removed. LLVM's libunwind + is used by all supported CPU architectures. + +20200229: G

svn commit: r358459 - in head/contrib: gcc gcclibs

2020-02-29 Thread Ed Maste
Author: emaste Date: Sat Feb 29 12:40:27 2020 New Revision: 358459 URL: https://svnweb.freebsd.org/changeset/base/358459 Log: Remove contrib/gcc and contrib/gcclibs GCC 4.2.1 was disconnected from FreeBSD in r358454. Sponsored by: The FreeBSD Foundation Deleted: head/contrib/gcc/