Author: asomers
Date: Fri May 8 02:42:15 2020
New Revision: 360807
URL: https://svnweb.freebsd.org/changeset/base/360807
Log:
Fix the sys.geom.class.multipath.misc.fail_on_error test on stable/12
This test uses a gnop feature (delay probability) that isn't available on
stable/12. But it
Author: takawata
Date: Fri May 8 01:19:29 2020
New Revision: 360806
URL: https://svnweb.freebsd.org/changeset/base/360806
Log:
Document le_enable subcommand
Modified:
head/usr.sbin/bluetooth/hccontrol/hccontrol.8
Modified: head/usr.sbin/bluetooth/hccontrol/hccontrol.8
==
Author: emaste
Date: Thu May 7 21:18:37 2020
New Revision: 360801
URL: https://svnweb.freebsd.org/changeset/base/360801
Log:
Merge commit 21e5e1724b75 from llvm git:
getMainExecutable: Fix hand-rolled AT_EXECPATH for older FreeBSD
Once we hit AT_NULL, we need to bail out of the lo
Author: rrs
Date: Thu May 7 20:29:38 2020
New Revision: 360798
URL: https://svnweb.freebsd.org/changeset/base/360798
Log:
When in the SYN-SENT state bbr and rack will not properly send an ACK but
instead start the D-ACK timer. This
causes so_reuseport_lb_test to fail since it slows down how
Author: manu
Date: Thu May 7 19:51:53 2020
New Revision: 360796
URL: https://svnweb.freebsd.org/changeset/base/360796
Log:
Bump __FreeBSD_version after linuxkpi changes
Requested by: zeising
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
=
Author: bdragon
Date: Thu May 7 19:32:49 2020
New Revision: 360794
URL: https://svnweb.freebsd.org/changeset/base/360794
Log:
[PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.
This is a general cleanup of the relocatable kernel support on powerpc,
needed to enab
[mountd failure example: also at sz_size2index_lookup assert
for the same zero'd memory problem.]
> On 2020-May-7, at 00:46, Mark Millard wrote:
>
> [__je_sz_size2index_tab seems messed up in 2 of the
> asserting contexts: first 384 are zero in both. More
> before that is also messed up (all zer
Author: emaste
Date: Thu May 7 18:24:32 2020
New Revision: 360791
URL: https://svnweb.freebsd.org/changeset/base/360791
Log:
OptionalObsoleteFiles.inc: remove objdump
objdump is removed unconditionally in ObsoleteFiles.inc
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modifie
Author: hselasky
Date: Thu May 7 18:15:35 2020
New Revision: 360790
URL: https://svnweb.freebsd.org/changeset/base/360790
Log:
Set PCM_CAP_VIRTUAL for virtual DSP devices.
Submitted by: Kevin Zheng
PR: 246206
MFC after:1 week
Sponsored by: Mellanox Technologies
Modifi
On 7 May 2020, at 18:25, Li-Wen Hsu wrote:
> On Wed, May 06, 2020 at 23:28:51 +, Jessica Clarke wrote:
>> Author: jrtc27
>> Date: Wed May 6 23:28:51 2020
>> New Revision: 360722
>> URL: https://svnweb.freebsd.org/changeset/base/360722
>>
>> Log:
>> virtio_mmio: Support non-transitional vers
Author: jrtc27
Date: Thu May 7 17:59:17 2020
New Revision: 360789
URL: https://svnweb.freebsd.org/changeset/base/360789
Log:
virtio_mmio: Add casts missing from r360722
This fixes -Wshift-count-overflow warnings/errors on architectures using
32-bit physical addresses.
Reported by:
Author: bdragon
Date: Thu May 7 17:58:07 2020
New Revision: 360788
URL: https://svnweb.freebsd.org/changeset/base/360788
Log:
[PowerPC] Fix powerpcspe build failure after r360569
On powerpcspe, vm_paddr_t is 64 bit despite it being a 32 bit platform.
Adjust compile time assertion to comp
On Wed, May 06, 2020 at 23:28:51 +, Jessica Clarke wrote:
> Author: jrtc27
> Date: Wed May 6 23:28:51 2020
> New Revision: 360722
> URL: https://svnweb.freebsd.org/changeset/base/360722
>
> Log:
> virtio_mmio: Support non-transitional version 2 devices
>
> The non-legacy virtio MMIO specif
Author: manu
Date: Thu May 7 17:00:51 2020
New Revision: 360787
URL: https://svnweb.freebsd.org/changeset/base/360787
Log:
linuxkpi: Add pci_iomap and pci_iounmap
Those function are use to map/unmap io region of a pci device.
Different resource can be mapped depending on the bar so use a
Author: pstef
Date: Thu May 7 16:56:18 2020
New Revision: 360786
URL: https://svnweb.freebsd.org/changeset/base/360786
Log:
ps: extend the non-standard option -d (tree view) to work with -p
Initially it seemed that there were multiple possible ways to do it.
Processing option -p could
Author: avg
Date: Thu May 7 13:11:32 2020
New Revision: 360779
URL: https://svnweb.freebsd.org/changeset/base/360779
Log:
gpioiic_attach: fix a NULL pointer crash on hints-based systems
The attach method uses GPIO_GET_BUS() to get a "newbus" device
that provides a pin. But on hints-base
Author: bapt
Date: Thu May 7 12:43:28 2020
New Revision: 360778
URL: https://svnweb.freebsd.org/changeset/base/360778
Log:
Update the screen termcap entries
Those updates have been obtained form converting the terminfo information
provided by the screen sources to termcap.
MFC after
Author: mw
Date: Thu May 7 11:28:39 2020
New Revision: 360777
URL: https://svnweb.freebsd.org/changeset/base/360777
Log:
Optimize ENA Rx refill for low memory conditions
Sometimes, especially when there is not much memory in the system left,
allocating mbuf jumbo clusters (like 9KB or 16
Author: rrs
Date: Thu May 7 10:46:02 2020
New Revision: 360776
URL: https://svnweb.freebsd.org/changeset/base/360776
Log:
NF has an internal option that changes the tcp_mcopy_m routine slightly (has
a few extra arguments). Recently that changed to only have one arg extra so
that two ifdefs
Author: bapt
Date: Thu May 7 08:58:08 2020
New Revision: 360775
URL: https://svnweb.freebsd.org/changeset/base/360775
Log:
Fix indentation of the Kitty entry
MFC after:2 days
Modified:
head/share/termcap/termcap
Modified: head/share/termcap/termcap
=
Author: melifaro
Date: Thu May 7 08:11:36 2020
New Revision: 360773
URL: https://svnweb.freebsd.org/changeset/base/360773
Log:
Add rib_lookup() sockaddr lookup wrapper and make ifa_ifwithroute use it.
Create rib_lookup() wrapper around per-af dataplane lookup functions.
This will help in
[__je_sz_size2index_tab seems messed up in 2 of the
asserting contexts: first 384 are zero in both. More
before that is also messed up (all zero). I show the
details later below.]
On 2020-May-6, at 16:57, Mark Millard wrote:
> [This explores process crashes that happen during system
> shutdown,
22 matches
Mail list logo