svn commit: r361902 - head

2020-06-07 Thread Kyle Evans
Author: kevans Date: Mon Jun 8 02:42:41 2020 New Revision: 361902 URL: https://svnweb.freebsd.org/changeset/base/361902 Log: RELNOTES: Post-portem note about sed(1) \x support Requested by: Oliver Pinter Modified: head/RELNOTES Modified: head/RELNOTES ==

svn commit: r361901 - head/sys/powerpc/powernv

2020-06-07 Thread Justin Hibbits
Author: jhibbits Date: Mon Jun 8 02:28:00 2020 New Revision: 361901 URL: https://svnweb.freebsd.org/changeset/base/361901 Log: powerpc/powernv: Don't configure disabled CPUs If the POWER firmware detects a bad CPU core, it will "GUARD" it out, marking it disabled. Any attempt to spin up

svn commit: r361900 - head/sbin/reboot

2020-06-07 Thread Conrad Meyer
Author: cem Date: Mon Jun 8 00:46:19 2020 New Revision: 361900 URL: https://svnweb.freebsd.org/changeset/base/361900 Log: x86 boot.8: Remove obsolescent non-loader x86 boot documentation x86 boot uses loader(8) and the boot2-direct-to-kernel process is not supported. Remove the document

svn commit: r361899 - stable/12/sys/arm/broadcom/bcm2835

2020-06-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jun 8 00:20:15 2020 New Revision: 361899 URL: https://svnweb.freebsd.org/changeset/base/361899 Log: MFC r352028: [rpi] Inherit framebuffer BPP value from the VideoCore firmware Instead of using hardcoded bpp of 24, obtain current/configured value from VideoCo

svn commit: r361898 - head/usr.sbin/services_mkdb

2020-06-07 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jun 7 19:56:17 2020 New Revision: 361898 URL: https://svnweb.freebsd.org/changeset/base/361898 Log: services: Add SSDP to service database This is used for UPnP and is registered in the IANA database. MFC after:2 weeks PR: 241573 Modified: head

Re: svn commit: r361884 - in head/usr.bin/sed: . tests

2020-06-07 Thread Oliver Pinter
On Sunday, June 7, 2020, Kyle Evans wrote: > Author: kevans > Date: Sun Jun 7 04:32:38 2020 > New Revision: 361884 > URL: https://svnweb.freebsd.org/changeset/base/361884 > > Log: > sed: attempt to learn about hex escapes (e.g. \x27) > > Somewhat predictably, software often wants to use \x27

svn commit: r361897 - stable/12/sys/amd64/linux

2020-06-07 Thread Mark Johnston
Author: markj Date: Sun Jun 7 17:40:29 2020 New Revision: 361897 URL: https://svnweb.freebsd.org/changeset/base/361897 Log: MFC r361664: Handle getcpu() calls in vsyscall emulation on amd64. PR: 246339 Modified: stable/12/sys/amd64/linux/linux_sysvec.c Directory Properties: stable

svn commit: r361896 - stable/12/usr.bin/systat

2020-06-07 Thread Michael Reifenberger
Author: mr Date: Sun Jun 7 16:42:03 2020 New Revision: 361896 URL: https://svnweb.freebsd.org/changeset/base/361896 Log: MFC r360919,r360929,r361084: Patch systat -zarc to display cumulative rate and round down large numbers by SI units Introduce sysputpage() to display large page si

Re: svn commit: r361884 - in head/usr.bin/sed: . tests

2020-06-07 Thread Warner Losh
On Sun, Jun 7, 2020, 8:04 AM Kyle Evans wrote: > On Sun, Jun 7, 2020 at 8:31 AM Rodney W. Grimes > wrote: > > > > > Author: kevans > > > Date: Sun Jun 7 04:32:38 2020 > > > New Revision: 361884 > > > URL: https://svnweb.freebsd.org/changeset/base/361884 > > > > > > Log: > > > sed: attempt to

svn commit: r361895 - in head/sys: netinet netinet6

2020-06-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 7 14:39:20 2020 New Revision: 361895 URL: https://svnweb.freebsd.org/changeset/base/361895 Log: Retire SCTP_SO_LOCK_TESTING. This was intended to test the locking used in the MacOS X kernel on a FreeBSD system, to make use of WITNESS and other debugging infra

Re: svn commit: r361884 - in head/usr.bin/sed: . tests

2020-06-07 Thread Kyle Evans
On Sun, Jun 7, 2020 at 8:31 AM Rodney W. Grimes wrote: > > > Author: kevans > > Date: Sun Jun 7 04:32:38 2020 > > New Revision: 361884 > > URL: https://svnweb.freebsd.org/changeset/base/361884 > > > > Log: > > sed: attempt to learn about hex escapes (e.g. \x27) > > > > Somewhat predictably, s

svn commit: r361894 - head/gnu/usr.bin/binutils/as

2020-06-07 Thread Ed Maste
Author: emaste Date: Sun Jun 7 13:53:23 2020 New Revision: 361894 URL: https://svnweb.freebsd.org/changeset/base/361894 Log: Remove now-unused GNU as build infrastructure Deleted: head/gnu/usr.bin/binutils/as/ ___ svn-src-all@freebsd.org mailing li

svn commit: r361893 - head/tests/sys/net

2020-06-07 Thread Kristof Provost
Author: kp Date: Sun Jun 7 13:53:02 2020 New Revision: 361893 URL: https://svnweb.freebsd.org/changeset/base/361893 Log: bridge tests: Re-enable STP test This test should no longer provoke large amounts of traffic, which can overwhelm single-core systems, preventing them from making prog

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

2020-06-07 Thread Ed Maste
Author: emaste Date: Sun Jun 7 13:52:49 2020 New Revision: 361892 URL: https://svnweb.freebsd.org/changeset/base/361892 Log: src.conf.5: regen after BINUTILS options removal Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

Re: svn commit: r361884 - in head/usr.bin/sed: . tests

2020-06-07 Thread Rodney W. Grimes
> Author: kevans > Date: Sun Jun 7 04:32:38 2020 > New Revision: 361884 > URL: https://svnweb.freebsd.org/changeset/base/361884 > > Log: > sed: attempt to learn about hex escapes (e.g. \x27) > > Somewhat predictably, software often wants to use \x27/\x24 among others so > that they can d

svn commit: r361891 - head/usr.bin/uniq

2020-06-07 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Sun Jun 7 13:21:47 2020 New Revision: 361891 URL: https://svnweb.freebsd.org/changeset/base/361891 Log: Add EXAMPLES to cover all flags except -f since it is analogous to -s. An EXAMPLE section was adding with some basic examples that show the use of uni

svn commit: r361889 - stable/11/libexec/rtld-elf

2020-06-07 Thread Konstantin Belousov
Author: kib Date: Sun Jun 7 09:38:45 2020 New Revision: 361889 URL: https://svnweb.freebsd.org/changeset/base/361889 Log: MFC r360201: Fix ldd for PIE binaries with static TLS segment. PR: 245677 Modified: stable/11/libexec/rtld-elf/rtld.c stable/11/libexec/rtld-elf/rtld.h Directo

svn commit: r361888 - head/share/man/man9

2020-06-07 Thread Yuri Pankov
Author: yuripv Date: Sun Jun 7 09:17:57 2020 New Revision: 361888 URL: https://svnweb.freebsd.org/changeset/base/361888 Log: taskqueue(9): reference callout(9) instead of timeout(9) As timeout(9) was removed and all consumers were converted to callout(9), reference it instead for the des

svn commit: r361887 - head/bin/ps

2020-06-07 Thread Yuri Pankov
Author: yuripv Date: Sun Jun 7 08:21:19 2020 New Revision: 361887 URL: https://svnweb.freebsd.org/changeset/base/361887 Log: ps: use %hs instead of %s format specifiers Use %hs (locale-based encoding) instead of %s (UTF-8) format for strings that are expected to be in current locale enco