> On Sep 27, 2020, at 10:08 PM, 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://svnweb.freebsd.or
Author: imp
Date: Mon Sep 28 06:00:56 2020
New Revision: 366217
URL: https://svnweb.freebsd.org/changeset/base/366217
Log:
Speciy the dev in an easily changed variable
Rather than hard coding ada0 everywhere, use ${dev}. Also, set
dev=vtbd0 since both qemu and bhyve support this. More wor
Author: imp
Date: Mon Sep 28 06:00:39 2020
New Revision: 366216
URL: https://svnweb.freebsd.org/changeset/base/366216
Log:
Fix video on PCI heuristic
The video on PCI heuristic was broken. It was supposed to infer a
video device when the last element of the path was a PCI DEVICE PATH
no
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
==
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 warn
>> 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 t
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 after
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:https://reviews.fre
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
Modifi
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"
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:https://reviews.fr
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:
head/contrib/ipfilter/ipsend/iptests.
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
head/contrib/ipfilter
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
===
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
Sponsored
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
u-boo
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
===
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
==
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 appropriat
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 situations,
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
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 und
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
==
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 iss
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
===
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 se.freebsd.org
26 matches
Mail list logo