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

2020-09-28 Thread Michal Meloun
Author: mmel Date: Mon Sep 28 09:16:27 2020 New Revision: 366219 URL: https://svnweb.freebsd.org/changeset/base/366219 Log: Fix booting arm64 EFI with LINUX_BOOT_ABI enabled. Use address of the pointer passed to kernel to determine whether the pointer is a FDT block (physical address) or a m

Re: svn commit: r366196 - head/sys/arm64/conf

2020-09-28 Thread Michal Meloun
On 27.09.2020 19:51, Bjoern A. Zeeb wrote: > On 27 Sep 2020, at 10:15, Michal Meloun wrote: > >> Author: mmel >> Date: Sun Sep 27 10:15:03 2020 >> New Revision: 366196 >> URL: https://svnweb.freebsd.org/changeset/base/366196 >> >> Log: >>   Add LINUX_BOOT_ABI back to arm64 GENERIC kernel. >> >>

svn commit: r366226 - head/sys/netinet

2020-09-28 Thread Michael Tuexen
Author: tuexen Date: Mon Sep 28 14:11:53 2020 New Revision: 366226 URL: https://svnweb.freebsd.org/changeset/base/366226 Log: Minor cleanup. MFC after:3 days Modified: head/sys/netinet/sctp_pcb.c Modified: head/sys/netinet/sctp_pcb.c =

Re: svn commit: r366207 - head/lib/libc/gen

2020-09-28 Thread Konstantin Belousov
On Sun, Sep 27, 2020 at 10:08:49PM -0600, Alan Somers wrote: > On Sun, Sep 27, 2020 at 5:15 PM Konstantin Belousov > wrote: > > > On Sun, Sep 27, 2020 at 10:26:41PM +, Alan Somers wrote: > > > Author: asomers > > > Date: Sun Sep 27 22:26:41 2020 > > > New Revision: 366207 > > > URL: https://s

Re: svn commit: r366207 - head/lib/libc/gen

2020-09-28 Thread Kyle Evans
On Mon, Sep 28, 2020 at 10:04 AM Konstantin Belousov wrote: > > On Sun, Sep 27, 2020 at 10:08:49PM -0600, Alan Somers wrote: > > On Sun, Sep 27, 2020 at 5:15 PM Konstantin Belousov > > wrote: > > > > > On Sun, Sep 27, 2020 at 10:26:41PM +, Alan Somers wrote: > > > > Author: asomers > > > > Da

Re: svn commit: r366207 - head/lib/libc/gen

2020-09-28 Thread Konstantin Belousov
On Mon, Sep 28, 2020 at 10:06:55AM -0500, Kyle Evans wrote: > I would be tempted to just revert the rest of the local modifications > (sans negative check, maybe) and widen it in the one spot that the > compiler complains about: > > - if (strlcpy(buf, execpath, buflen_) >= bufl

svn commit: r366228 - head/stand/lua

2020-09-28 Thread Warner Losh
Author: imp Date: Mon Sep 28 16:19:21 2020 New Revision: 366228 URL: https://svnweb.freebsd.org/changeset/base/366228 Log: Report the kernel console on the boot screen Report what console the boot loader is telling the kernel to use: o Dual (Serial Primary) o Dual (Video Pri

svn commit: r366229 - head/sys/kern

2020-09-28 Thread Warner Losh
Author: imp Date: Mon Sep 28 16:19:29 2020 New Revision: 366229 URL: https://svnweb.freebsd.org/changeset/base/366229 Log: For mulitcons boot, report it and which console is primary Until we can do proper /etc/rc output on both consoles in multicons boot (or all of them if we ever general

svn commit: r366230 - in head: share/man/man9 sys/net sys/sys

2020-09-28 Thread Ed Maste
Author: emaste Date: Mon Sep 28 16:54:39 2020 New Revision: 366230 URL: https://svnweb.freebsd.org/changeset/base/366230 Log: add SIOCGIFDATA ioctl For interfaces that do not support SIOCGIFMEDIA (for which there are quite a few) the only fallback is to query the interface for if_data->

svn commit: r366231 - head/sys/kern

2020-09-28 Thread Kyle Evans
Author: kevans Date: Mon Sep 28 17:19:57 2020 New Revision: 366231 URL: https://svnweb.freebsd.org/changeset/base/366231 Log: Address whitespace nits in subr_rtc.c These were separated out from a nearby patch from Andrew Gierth. MFC after:3 days Modified: head/sys/kern/subr_rtc.

svn commit: r366237 - head/usr.bin/procstat

2020-09-28 Thread Konstantin Belousov
Author: kib Date: Tue Sep 29 00:20:58 2020 New Revision: 366237 URL: https://svnweb.freebsd.org/changeset/base/366237 Log: procstat: Fix regression after 365880. Basically it reverts one chunk that reversed the parsing logic, making legacy variants of invocation, like `procstat -a -f', no

svn commit: r366242 - head/sys/dev/cxgbe

2020-09-28 Thread Navdeep Parhar
Author: np Date: Tue Sep 29 05:08:45 2020 New Revision: 366242 URL: https://svnweb.freebsd.org/changeset/base/366242 Log: cxgbe(4): fixes for netmap operation with only some queues active. - Only active netmap receive queues should be in the RSS lookup table. - The RSS table should be

svn commit: r366243 - head/usr.bin/calendar

2020-09-28 Thread Greg Lehey
Author: grog Date: Tue Sep 29 05:49:45 2020 New Revision: 366243 URL: https://svnweb.freebsd.org/changeset/base/366243 Log: Document the fact (bug?) that the -a option will normally process root's calendar files three times, once each for root, toor and daemon. This relates to bug 24694