svn commit: r352054 - head/sys/dev/ral

2019-09-08 Thread Pedro F. Giffuni
Author: pfg Date: Mon Sep 9 03:31:46 2019 New Revision: 352054 URL: https://svnweb.freebsd.org/changeset/base/352054 Log: ral(4): Use unsigned to avoid undefined behavior. Found by NetBSD's kUBSan Obtained from:NetBSD (github 5b153f1) Modified: head/sys/dev/ral/rt2860.c

svn commit: r352053 - head/sys/ddb

2019-09-08 Thread Conrad Meyer
Author: cem Date: Mon Sep 9 01:33:45 2019 New Revision: 352053 URL: https://svnweb.freebsd.org/changeset/base/352053 Log: ddb(4): Move an extern variable declaration to a header Trivial cleanup, no functional change. Modified: head/sys/ddb/db_command.h head/sys/ddb/db_run.c

svn commit: r352050 - head/sys/gdb

2019-09-08 Thread Conrad Meyer
Author: cem Date: Sun Sep 8 22:52:47 2019 New Revision: 352050 URL: https://svnweb.freebsd.org/changeset/base/352050 Log: gdb(4): Root a sysctl tree at 'debug.gdb.' Like debug.ddb and debug.kdb. Rename 'debug.gdbcons' to 'debug.gdb.cons,' but leave the old name as a compatibility

svn commit: r352048 - head/lib/libc/sys

2019-09-08 Thread Mitchell Horne
Author: mhorne Date: Sun Sep 8 21:37:52 2019 New Revision: 352048 URL: https://svnweb.freebsd.org/changeset/base/352048 Log: Fix cpuwhich_t column width Not bumping .Dd since this is purely a format change. Approved by: markj (mentor) Modified: head/lib/libc/sys/cpuset.2

Re: svn commit: r351673 - in head: lib/libmemstat share/man/man9 sys/cddl/compat/opensolaris/kern sys/kern sys/vm

2019-09-08 Thread Mark Johnston
On Sat, Sep 07, 2019 at 06:31:10PM +0300, Slawa Olhovchenkov wrote: > On Sat, Sep 07, 2019 at 10:50:34AM -0400, Mark Johnston wrote: > > > On Wed, Sep 04, 2019 at 05:45:24PM +0300, Slawa Olhovchenkov wrote: > > > On Tue, Sep 03, 2019 at 06:01:06PM -0400, Mark Johnston wrote: > > > > > Mostly

Re: svn commit: r351831 - in head: . stand/efi/boot1 stand/efi/gptboot tools/build/mk

2019-09-08 Thread Rebecca Cran
On 2019-09-06 04:02, Andrew Turner wrote: > I use them in a Jenkins instance to test arm64. I specifically don’t give the > Jenkins user any root access so am unable to use mdconfig to create the ESP > image. I would use makefs however support for generating fat images hasn’t > made it into a

svn commit: r352036 - head/sys/riscv/riscv

2019-09-08 Thread Mitchell Horne
Author: mhorne Date: Sun Sep 8 19:53:11 2019 New Revision: 352036 URL: https://svnweb.freebsd.org/changeset/base/352036 Log: Fix compilation of locore.S with clang The branch from _start to mpentry has to cross a large section of data; an offset larger than can be specified with a

svn commit: r352037 - head/stand/i386/zfsloader

2019-09-08 Thread Toomas Soome
Author: tsoome Date: Sun Sep 8 19:54:28 2019 New Revision: 352037 URL: https://svnweb.freebsd.org/changeset/base/352037 Log: remove leftover zfsloader directory It really is empty. Deleted: head/stand/i386/zfsloader/ ___

svn commit: r352035 - head/sys/riscv/riscv

2019-09-08 Thread Mitchell Horne
Author: mhorne Date: Sun Sep 8 19:46:34 2019 New Revision: 352035 URL: https://svnweb.freebsd.org/changeset/base/352035 Log: Remove a duplicate KTR entry Reviewed by: markj Approved by: markj (mentor) Differential Revision:https://reviews.freebsd.org/D21438 Modified:

svn commit: r352034 - head/sys/conf

2019-09-08 Thread Mitchell Horne
Author: mhorne Date: Sun Sep 8 19:44:21 2019 New Revision: 352034 URL: https://svnweb.freebsd.org/changeset/base/352034 Log: RISC-V: fix kernel CFLAGS with clang Use the -march and -mabi flags for both gcc and clang as they are compatible. Specify the "medium" code model separately as

svn commit: r352033 - head/share/mk

2019-09-08 Thread Mitchell Horne
Author: mhorne Date: Sun Sep 8 19:40:52 2019 New Revision: 352033 URL: https://svnweb.freebsd.org/changeset/base/352033 Log: Allow for compiler versions >= 10 Both clang and gcc development branches have reached version 10. Since we only parse for a single digit in the major version

svn commit: r352032 - in head/stand: . i386/loader

2019-09-08 Thread Toomas Soome
Author: tsoome Date: Sun Sep 8 19:39:45 2019 New Revision: 352032 URL: https://svnweb.freebsd.org/changeset/base/352032 Log: loader: --gc-sections needs sections to work with --gc-sections is not really useful unless we generate sections with -ffunction-sections -fdata-sections

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

2019-09-08 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Sep 8 09:47:21 2019 New Revision: 352028 URL: https://svnweb.freebsd.org/changeset/base/352028 Log: [rpi] Inherit framebuffer BPP value from the VideoCore firmware Instead of using hardcoded bpp of 24, obtain current/configured value from VideoCore. This solves