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

2020-09-27 Thread Alan Somers
Author: asomers Date: Sun Sep 27 22:26:41 2020 New Revision: 366207 URL: https://svnweb.freebsd.org/changeset/base/366207 Log: Misc compiler warning fixes in lib/libc Reviewed by: kevans, imp MFC after:2 weeks Differential Revision:https://reviews.freebsd.org/D26534

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

2020-09-27 Thread Konstantin Belousov
Author: kib Date: Sun Sep 27 23:01:54 2020 New Revision: 366210 URL: https://svnweb.freebsd.org/changeset/base/366210 Log: Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat. Submitted by: Juraj Lutter MFC after:1 week Differential revision:

svn commit: r366206 - head/usr.sbin/ctld

2020-09-27 Thread Richard Scheffenegger
Author: rscheff Date: Sun Sep 27 21:43:19 2020 New Revision: 366206 URL: https://svnweb.freebsd.org/changeset/base/366206 Log: Add DSCP support for network QoS to iscsi target. In order to prioritize iSCSI traffic across a network, DSCP can be used. In order not to rely on "ipfw setdscp"

svn commit: r366201 - head/sys/sys

2020-09-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Sep 27 18:14:01 2020 New Revision: 366201 URL: https://svnweb.freebsd.org/changeset/base/366201 Log: Shrink struct sysent from 48 to 32 bytes (on LP64; on ILP32 its probably from 32 to 28) by shrinking some entries and reordering them. Reviewed by: kib

Re: svn commit: r365643 - head/bin/cp

2020-09-27 Thread Scott Long
>> normal means before devfs can be mounted. However, several people have >> looked and found no evidence on their system. This means there's something >> special / unique to Rod's setup that's generating them (assuming it isn't a >> simple chroot without devfs). What that is, and how they come

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

2020-09-27 Thread Bjoern A. Zeeb
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. It was removed in r355289 but forgot to return it back when new

svn commit: r366202 - head/contrib/ipfilter/ipsend

2020-09-27 Thread Cy Schubert
Author: cy Date: Sun Sep 27 18:39:09 2020 New Revision: 366202 URL: https://svnweb.freebsd.org/changeset/base/366202 Log: Continuing the effort started in r343701, #ifdef cleanup, remove never to be used again checks. MFC after:1 week Modified:

svn commit: r366203 - head/contrib/ipfilter/ipsend

2020-09-27 Thread Cy Schubert
Author: cy Date: Sun Sep 27 18:39:12 2020 New Revision: 366203 URL: https://svnweb.freebsd.org/changeset/base/366203 Log: Remove Linux and IRIX specific files. MFC after:1 week Deleted: head/contrib/ipfilter/ipsend/larp.c head/contrib/ipfilter/ipsend/linux.h

svn commit: r366204 - head/sys/contrib/ipfilter/netinet

2020-09-27 Thread Cy Schubert
Author: cy Date: Sun Sep 27 18:39:15 2020 New Revision: 366204 URL: https://svnweb.freebsd.org/changeset/base/366204 Log: Remove extraneous bracket. MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/ip_proxy.h Modified: head/sys/contrib/ipfilter/netinet/ip_proxy.h

svn commit: r366205 - in head/sys: amd64/amd64 amd64/cloudabi32 amd64/cloudabi64 amd64/ia32 amd64/include amd64/linux amd64/linux32 arm/arm arm/cloudabi32 arm/include arm64/arm64 arm64/cloudabi32 a...

2020-09-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Sep 27 18:47:06 2020 New Revision: 366205 URL: https://svnweb.freebsd.org/changeset/base/366205 Log: Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead. Reviewed by: kib Sponsored by: DARPA Differential Revision:

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

2020-09-27 Thread Konstantin Belousov
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://svnweb.freebsd.org/changeset/base/366207 > > Log: > Misc compiler warning fixes in lib/libc > > Reviewed by:kevans, imp > MFC

Re: svn commit: r366186 - in head/usr.sbin: bsdconfig/share/media bsdinstall/scripts

2020-09-27 Thread Niclas Zeising
On 2020-09-27 03:38, Scott Long wrote: On Sep 26, 2020, at 5:24 PM, Rodney W. Grimes wrote:  On Sep 26, 2020, at 1:22 PM, Warner Losh wrote: I am the wrong person to answer that question. In this case, things have not become lame. For instance, the names ervers for

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

2020-09-27 Thread Alan Somers
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://svnweb.freebsd.org/changeset/base/366207 > > > > Log: > > Misc compiler

svn commit: r366215 - head/sbin/fsck_msdosfs

2020-09-27 Thread Xin LI
Author: delphij Date: Mon Sep 28 04:30:31 2020 New Revision: 366215 URL: https://svnweb.freebsd.org/changeset/base/366215 Log: Use %ju and cast to (uintmax_t) to avoid using PRI* macros. Suggested by: kevlo Modified: head/sbin/fsck_msdosfs/dir.c Modified: head/sbin/fsck_msdosfs/dir.c

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

2020-09-27 Thread Michal Meloun
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. It was removed in r355289 but forgot to return it back when new u-boot booti support was committed. Although booti

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

2020-09-27 Thread Michal Meloun
Author: mmel Date: Sun Sep 27 09:12:36 2020 New Revision: 366192 URL: https://svnweb.freebsd.org/changeset/base/366192 Log: Don't try to print EFI memeory map if it doesn't exist. MFC after: 1 week Modified: head/sys/arm64/arm64/machdep.c Modified: head/sys/arm64/arm64/machdep.c

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

2020-09-27 Thread Michal Meloun
Author: mmel Date: Sun Sep 27 09:14:16 2020 New Revision: 366193 URL: https://svnweb.freebsd.org/changeset/base/366193 Log: Don't map same physical memory multiple times with different cache attributes. This is explicitly stated as architectural undefined behavior, leadint to coherencz

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

2020-09-27 Thread Michal Meloun
Author: mmel Date: Sun Sep 27 09:27:39 2020 New Revision: 366195 URL: https://svnweb.freebsd.org/changeset/base/366195 Log: Reapply r366193 with proper commit log. Don't map same physical memory multiple times with different cache attributes. This is explicitly stated as architectural

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

2020-09-27 Thread Michal Meloun
Author: mmel Date: Sun Sep 27 09:24:31 2020 New Revision: 366194 URL: https://svnweb.freebsd.org/changeset/base/366194 Log: Revert r366193, it was committed with unsaved commit log. Modified: head/sys/arm64/arm64/locore.S Modified: head/sys/arm64/arm64/locore.S

svn commit: r366197 - head/sys/arm/arm

2020-09-27 Thread Michal Meloun
Author: mmel Date: Sun Sep 27 11:37:17 2020 New Revision: 366197 URL: https://svnweb.freebsd.org/changeset/base/366197 Log: Don't send a signal with uninitialized 'sig' and 'code' fields. We have a few shortcuts in the arm trap code to speed up obvious "must fail" cases. In these

svn commit: r366200 - head/sys/arm64/qoriq/clk

2020-09-27 Thread Michal Meloun
Author: mmel Date: Sun Sep 27 16:15:03 2020 New Revision: 366200 URL: https://svnweb.freebsd.org/changeset/base/366200 Log: Check the result of the function, not the pointer to it. Modified: head/sys/arm64/qoriq/clk/qoriq_clkgen.c Modified: head/sys/arm64/qoriq/clk/qoriq_clkgen.c

svn commit: r366198 - head/sys/netinet

2020-09-27 Thread Michael Tuexen
Author: tuexen Date: Sun Sep 27 13:24:01 2020 New Revision: 366198 URL: https://svnweb.freebsd.org/changeset/base/366198 Log: Improve the handling of receiving unordered and unreliable user messages using DATA chunks. Don't use fsn_included when not being sure that it is set to an

svn commit: r366199 - head/sys/netinet

2020-09-27 Thread Michael Tuexen
Author: tuexen Date: Sun Sep 27 13:32:02 2020 New Revision: 366199 URL: https://svnweb.freebsd.org/changeset/base/366199 Log: Cleanup, no functional change intended. MFC after:3 days Modified: head/sys/netinet/sctp_indata.c Modified: head/sys/netinet/sctp_indata.c