svn commit: r358061 - head/share/vt/keymaps

2020-02-17 Thread Hiroki Sato
Author: hrs Date: Tue Feb 18 01:50:44 2020 New Revision: 358061 URL: https://svnweb.freebsd.org/changeset/base/358061 Log: Use 0x5c for the scan code 0x7d. Japanese keyboards traditionally use 0x5c for both Japanese yen sign key and backslash key. While a Japanese yen sign is depicted

Re: svn commit: r358013 - in head/sys: net netinet netinet6

2020-02-17 Thread Gleb Smirnoff
On Mon, Feb 17, 2020 at 09:46:32AM +, Hans Petter Selasky wrote: H> Author: hselasky H> Date: Mon Feb 17 09:46:32 2020 H> New Revision: 358013 H> URL: https://svnweb.freebsd.org/changeset/base/358013 H> H> Log: H> Fix kernel panic while trying to read multicast stream. H> H> When

svn commit: r358058 - head/sys/amd64/amd64

2020-02-17 Thread Chuck Silvers
Author: chs Date: Tue Feb 18 00:02:20 2020 New Revision: 358058 URL: https://svnweb.freebsd.org/changeset/base/358058 Log: amd64: keep PTE bitmasks in sync with target pmap during pv reclaim in reclaim_pv_chunk_domain(), when we switch to a new target pmap from which we are trying to

svn commit: r358048 - head/contrib/capsicum-test

2020-02-17 Thread Li-Wen Hsu
Author: lwhsu Date: Mon Feb 17 20:25:33 2020 New Revision: 358048 URL: https://svnweb.freebsd.org/changeset/base/358048 Log: Really skip the tests in capsicum tests Sponsored by: The FreeBSD Foundation Modified: head/contrib/capsicum-test/capsicum-test.h Modified:

svn commit: r358046 - head/lib/libc/quad

2020-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:24:21 2020 New Revision: 358046 URL: https://svnweb.freebsd.org/changeset/base/358046 Log: Merge r358042 from the clang1000-import branch: Add casts and L suffixes to libc quad support, to work around various -Werror warnings from clang 10.0.0, such as:

svn commit: r358045 - head/sys/powerpc/conf/dpaa

2020-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:23:26 2020 New Revision: 358045 URL: https://svnweb.freebsd.org/changeset/base/358045 Log: Merge r358034 from the clang1000-import branch: Disable new clang 10.0.0 warnings about misleading indentation in sys/contrib/ncsw/Peripherals/FM/fman_ncsw.c.

svn commit: r358044 - head/sys/arm/allwinner

2020-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:22:10 2020 New Revision: 358044 URL: https://svnweb.freebsd.org/changeset/base/358044 Log: Merge r358030 from the clang1000-import branch: Work around new clang 10.0.0 -Werror warning: sys/arm/allwinner/aw_cir.c:208:41: error: converting the result of

svn commit: r358041 - head/sys/dev/altera/sdcard

2020-02-17 Thread Scott Long
Author: scottl Date: Mon Feb 17 20:12:34 2020 New Revision: 358041 URL: https://svnweb.freebsd.org/changeset/base/358041 Log: Fix syntax error from r357647. Adjust a variable name to make the use more clear. Reported by: dim Modified: head/sys/dev/altera/sdcard/altera_sdcard_io.c

Re: svn commit: r357647 - in head/sys: cam/ata cam/mmc cam/nvme cam/scsi dev/aac dev/altera/avgen dev/altera/sdcard dev/amr dev/cfi dev/flash dev/ida dev/ips dev/mfi dev/mlx dev/mmc dev/nvme dev/pst d

2020-02-17 Thread Dimitry Andric
On 7 Feb 2020, at 10:22, Scott Long wrote: > > Author: scottl > Date: Fri Feb 7 09:22:08 2020 > New Revision: 357647 > URL: https://svnweb.freebsd.org/changeset/base/357647 > > Log: > Ever since the block layer expanded its command syntax beyond just > BIO_READ and BIO_WRITE, we've handled

Re: svn commit: r357833 - head/tests/sys/pjdfstest/tests

2020-02-17 Thread Enji Cooper (yaneurabeya)
> On Feb 12, 2020, at 14:01, Ed Maste wrote: > > On Wed, 12 Feb 2020 at 15:34, Enji Cooper > wrote: >> >> On Wed, Feb 12, 2020 at 9:37 AM Ed Maste wrote: >>> >>> Author: emaste >>> Date: Wed Feb 12 17:37:32 2020 >>> New Revision: 357833 >>> URL:

svn commit: r358028 - head/sys/netinet

2020-02-17 Thread Michael Tuexen
Author: tuexen Date: Mon Feb 17 18:05:03 2020 New Revision: 358028 URL: https://svnweb.freebsd.org/changeset/base/358028 Log: Fix the non-default stream schedulers such that do not interleave user messages when it is now allowed. Thanks to Christian Wright for reporting the issue for the

svn commit: r358027 - head/sys/dev/acpica

2020-02-17 Thread Andrew Turner
Author: andrew Date: Mon Feb 17 15:32:21 2020 New Revision: 358027 URL: https://svnweb.freebsd.org/changeset/base/358027 Log: Use EARLY_DRIVER_MODULE in the acpi bus. We need this to use EARLY_DRIVER_MODULE in child drivers on arm64. This should be a no-op on x86 as it has DRIVER_MODULE

svn commit: r358026 - in head: lib/libkvm sys/vm

2020-02-17 Thread Mark Johnston
Author: markj Date: Mon Feb 17 15:11:07 2020 New Revision: 358026 URL: https://svnweb.freebsd.org/changeset/base/358026 Log: Remove swblk_t. It was used only to store the bounds of each swap device. However, since swblk_t is a signed 32-bit int and daddr_t is a signed 64-bit int,

svn commit: r358025 - head/sys/vm

2020-02-17 Thread Mark Johnston
Author: markj Date: Mon Feb 17 15:10:41 2020 New Revision: 358025 URL: https://svnweb.freebsd.org/changeset/base/358025 Log: Fix a swap block allocation race. putpages' allocation of swap blocks is done under the global sw_dev lock. Previously it would drop that lock before inserting

svn commit: r358024 - head/sys/vm

2020-02-17 Thread Mark Johnston
Author: markj Date: Mon Feb 17 15:09:40 2020 New Revision: 358024 URL: https://svnweb.freebsd.org/changeset/base/358024 Log: Fix object locking races in swapoff(2). swap_pager_swapoff_object()'s goal is to allocate pages for all valid swap blocks belonging to the object, for which there

svn commit: r358023 - head/sys/netinet

2020-02-17 Thread Michael Tuexen
Author: tuexen Date: Mon Feb 17 14:54:21 2020 New Revision: 358023 URL: https://svnweb.freebsd.org/changeset/base/358023 Log: Don't use uninitialised stack memory if the sysctl variable net.inet.tcp.hostcache.enable is set to 0. The bug resulted in using possibly a too small MSS value or

svn commit: r358022 - head/usr.sbin/pciconf

2020-02-17 Thread Konstantin Belousov
Author: kib Date: Mon Feb 17 13:31:30 2020 New Revision: 358022 URL: https://svnweb.freebsd.org/changeset/base/358022 Log: pciconf: List names of all known extended PCIe capabilities. Some ids are redundand because the list_ecaps() function decodes them by explicit switch case. But

svn commit: r358021 - head/sys/dev/pci

2020-02-17 Thread Konstantin Belousov
Author: kib Date: Mon Feb 17 13:26:36 2020 New Revision: 358021 URL: https://svnweb.freebsd.org/changeset/base/358021 Log: Fix typo. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/sys/dev/pci/pcireg.h Modified: head/sys/dev/pci/pcireg.h

Re: svn commit: r357361 - in head/sys: kern sys ufs/ufs vm

2020-02-17 Thread Mateusz Guzik
On 2/11/20, John Baldwin wrote: > On 2/10/20 11:54 AM, Mateusz Guzik wrote: >> On 2/3/20, John Baldwin wrote: >>> On 1/31/20 10:46 PM, Mateusz Guzik wrote: Author: mjg Date: Sat Feb 1 06:46:55 2020 New Revision: 357361 URL: https://svnweb.freebsd.org/changeset/base/357361

svn commit: r358020 - in head: . lib/libkvm sys/net sys/sys

2020-02-17 Thread Bjoern A. Zeeb
the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20200217: + The size of struct vnet and the magic cookie have changed. + Users need to recompile libkvm and all modules using VIMAGE + together with their

svn commit: r358013 - in head/sys: net netinet netinet6

2020-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 09:46:32 2020 New Revision: 358013 URL: https://svnweb.freebsd.org/changeset/base/358013 Log: Fix kernel panic while trying to read multicast stream. When VIMAGE is enabled make sure the "m_pkthdr.rcvif" pointer is set for all mbufs being input by the