Author: kp
Date: Wed Sep 30 08:23:43 2020
New Revision: 366284
URL: https://svnweb.freebsd.org/changeset/base/366284
Log:
riscv: Panic on PMP errors
Load/store/fetch access exceptions always indicate a violation of a PMP
rule. We can't treat those as page faults, because updating the page
Author: cy
Date: Wed Sep 30 08:26:00 2020
New Revision: 366285
URL: https://svnweb.freebsd.org/changeset/base/366285
Log:
Resurrect ipfilter's getifname, replacing the stub with the real
function.
MFC after:2 months
Modified:
head/contrib/ipfilter/lib/getifname.c
Modified: head/co
Author: cy
Date: Wed Sep 30 08:26:22 2020
New Revision: 366286
URL: https://svnweb.freebsd.org/changeset/base/366286
Log:
ipfilter getifname ifdef cleanup.
MFC after:2 months
Modified:
head/contrib/ipfilter/lib/getifname.c
Modified: head/contrib/ipfilter/lib/getifname.c
Author: cy
Date: Wed Sep 30 08:26:25 2020
New Revision: 366287
URL: https://svnweb.freebsd.org/changeset/base/366287
Log:
Continued ipfilter #ifdef cleanup. The r343701 log entry contains a
complete description.
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/netinet/ip_nat.c
Author: cem
Date: Wed Sep 30 14:55:54 2020
New Revision: 366291
URL: https://svnweb.freebsd.org/changeset/base/366291
Log:
gdb(4): Don't escape GDB special characters at application layer
In r351368, we introduced this XML- and GDB-encoded data. The protocol
'offset' should reflex the lo
On Wed, Sep 30, 2020 at 7:56 AM Conrad Meyer wrote:
> Author: cem
> Date: Wed Sep 30 14:55:54 2020
> New Revision: 366291
> URL: https://svnweb.freebsd.org/changeset/base/366291
>
> Log:
> gdb(4): Don't escape GDB special characters at application layer
>
> In r351368, we introduced this XML-
On Fri, 25 Sep 2020 at 12:44, Michal Meloun wrote:
>
> Author: mmel
> Date: Fri Sep 25 16:44:01 2020
> New Revision: 366161
> URL: https://svnweb.freebsd.org/changeset/base/366161
The pine64 in CI is currently broken, panicking at boot with:
panic: mutex aw_syscon0 owned at
/usr/src/sys/dev/extre
Author: mjg
Date: Wed Sep 30 17:08:34 2020
New Revision: 366293
URL: https://svnweb.freebsd.org/changeset/base/366293
Log:
cache: push the lock into cache_purge_impl
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
==
Author: manu
Date: Wed Sep 30 17:09:17 2020
New Revision: 366294
URL: https://svnweb.freebsd.org/changeset/base/366294
Log:
acpi_resource: support multiple IRQs
Some DSDT entries have multiple interrupts for one device.
Add support for it.
This fixes ahci on NXP LS2160 and genet on R
Author: manu
Date: Wed Sep 30 17:10:49 2020
New Revision: 366295
URL: https://svnweb.freebsd.org/changeset/base/366295
Log:
ahci_generic: add quirk for NXP0004 (NXP Layerscape LX2160A)
This fixes this error :
(aprobe3:ahcich3:0:15:0): NOP FLUSHQUEUE. ACB: 00 00 00 00 00 00 00 00 00 00
00
Author: jhb
Date: Wed Sep 30 17:49:06 2020
New Revision: 366296
URL: https://svnweb.freebsd.org/changeset/base/366296
Log:
Avoid a dubious assignment to bio_data in aio_qbio().
A user pointer is not a suitable value for bio_data and the next block
of code always overwrites bio_data anyway
Author: kib
Date: Wed Sep 30 21:12:14 2020
New Revision: 366300
URL: https://svnweb.freebsd.org/changeset/base/366300
Log:
pciconf: print PCIe CTL max read request.
To not complicate existing parsers, the value is printed on a new
output line.
Sponsored by: Mellanox Technologies/NVID
Author: rmacklem
Date: Thu Oct 1 00:33:44 2020
New Revision: 366302
URL: https://svnweb.freebsd.org/changeset/base/366302
Log:
Clip the "len" argument to vn_generic_copy_file_range() at a
hole size boundary.
By clipping the len argument of vn_generic_copy_file_range() to end at
an exac
Author: rmacklem
Date: Thu Oct 1 00:47:35 2020
New Revision: 366303
URL: https://svnweb.freebsd.org/changeset/base/366303
Log:
Modify the NFSv4.2 VOP_COPY_FILE_RANGE() client call to return after one
successful RPC.
Without this patch, the NFSv4.2 VOP_COPY_FILE_RANGE() client call would
Author: kevans
Date: Thu Oct 1 01:10:51 2020
New Revision: 366304
URL: https://svnweb.freebsd.org/changeset/base/366304
Log:
Do a sweep and remove most WARNS=6 settings
Repeating the default WARNS here makes it slightly more difficult to
experiment with default WARNS changes, e.g. if we
Author: bapt
Date: Thu Oct 1 04:46:23 2020
New Revision: 366309
URL: https://svnweb.freebsd.org/changeset/base/366309
Log:
Update nvi to 2.2.0-05ed8b9
This version incorporates many fixes in particular a fix for vi -w
Another approach was proposed to merge those fixes (see review), I fin
16 matches
Mail list logo