svn commit: r361408 - stable/12/lib/libc/tests/sys

2020-05-22 Thread Mark Johnston
Author: markj Date: Sat May 23 03:32:08 2020 New Revision: 361408 URL: https://svnweb.freebsd.org/changeset/base/361408 Log: Revert mlock_helper.c test code changes from r361350. They were not intended to be merged, since the MFC did not change the max_wired sysctl name. This is a direct

svn commit: r361407 - stable/12/tests/sys/geom/class/multipath

2020-05-22 Thread Alan Somers
Author: asomers Date: Fri May 22 22:17:44 2020 New Revision: 361407 URL: https://svnweb.freebsd.org/changeset/base/361407 Log: Reenable sys.geom.class.multipath.misc.fail_on_error on stable/12 The failing test was fixed by r361403. Direct commit to stable/12 because the test was never di

svn commit: r361406 - stable/12/tests/sys/fs/fusefs

2020-05-22 Thread Alan Somers
Author: asomers Date: Fri May 22 22:13:55 2020 New Revision: 361406 URL: https://svnweb.freebsd.org/changeset/base/361406 Log: MFC r360829: fusefs: fix two small bugs in the tests' expectations These two errors have been present since the tests' introduction. Coincidentally every tes

svn commit: r361405 - stable/12/sys/fs/fuse

2020-05-22 Thread Alan Somers
Author: asomers Date: Fri May 22 22:12:07 2020 New Revision: 361405 URL: https://svnweb.freebsd.org/changeset/base/361405 Log: MFC r360828: fusefs: better dtrace probes for asynchronous invalidation operations Modified: stable/12/sys/fs/fuse/fuse_internal.c Directory Properties: stable

svn commit: r361404 - head/sys/crypto/ccp

2020-05-22 Thread John Baldwin
Author: jhb Date: Fri May 22 20:52:36 2020 New Revision: 361404 URL: https://svnweb.freebsd.org/changeset/base/361404 Log: Remove a workaround for GCM requests with an empty payload. This was copied from ccr(4) (which does require the workaround), but is reportedly not needed for ccp(4).

svn commit: r361403 - stable/12/tests/sys/geom/class/multipath

2020-05-22 Thread Alan Somers
Author: asomers Date: Fri May 22 19:09:43 2020 New Revision: 361403 URL: https://svnweb.freebsd.org/changeset/base/361403 Log: MFC r360807: 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

svn commit: r361402 - head/sys/conf

2020-05-22 Thread Mitchell Horne
Author: mhorne Date: Fri May 22 18:54:56 2020 New Revision: 361402 URL: https://svnweb.freebsd.org/changeset/base/361402 Log: Simplify the RISC-V kernel linker invocation Remove our custom SYSTEM_LD definition. This generates program headers that are more consistent with other architectur

Re: svn commit: r361334 - in stable/12/sys: amd64/amd64 arm64/arm64 dev/acpica i386/i386 x86/acpica

2020-05-22 Thread Herbert J. Skuhra
On Fri, May 22, 2020 at 08:57:44AM -0700, John Baldwin wrote: > On 5/21/20 3:45 PM, Herbert J. Skuhra wrote: > > > > Until now it was possible to build a kernel (amd64) without 'device > > acpi'. After this commit it fails with this error: > > > > --- kernel.full --- > > linking kernel.full > > l

svn commit: r361400 - head/sys/dev/iscsi

2020-05-22 Thread Alexander Motin
Author: mav Date: Fri May 22 18:10:46 2020 New Revision: 361400 URL: https://svnweb.freebsd.org/changeset/base/361400 Log: Do not try to fill socket send buffer to the last byte. Setting so_snd.sb_lowat to at least 1/8 of the socket buffer size allows send thread more actively use PDUs co

svn commit: r361401 - in head: sys/fs/fuse tests/sys/fs/fusefs

2020-05-22 Thread Alan Somers
Author: asomers Date: Fri May 22 18:11:17 2020 New Revision: 361401 URL: https://svnweb.freebsd.org/changeset/base/361401 Log: Fix issues with FUSE_ACCESS when default_permissions is disabled This patch fixes two issues relating to FUSE_ACCESS when the default_permissions mount option is

svn commit: r361399 - head/sys/fs/fuse

2020-05-22 Thread Alan Somers
Author: asomers Date: Fri May 22 18:03:14 2020 New Revision: 361399 URL: https://svnweb.freebsd.org/changeset/base/361399 Log: Disable nullfs cacheing on top of fusefs Nullfs cacheing can keep a large number of vnodes active. That results in more active FUSE file handles, causing some FU

svn commit: r361398 - in head: lib/libc/gen libexec/rtld-elf sys/sys

2020-05-22 Thread Konstantin Belousov
Author: kib Date: Fri May 22 17:52:09 2020 New Revision: 361398 URL: https://svnweb.freebsd.org/changeset/base/361398 Log: Implement Solaris-like link_map l_refname member. The implementation is based on the public documentation, in particular dlinfo(3) from Solaris. Sponsored by: Th

svn commit: r361397 - head/usr.sbin/certctl

2020-05-22 Thread Brooks Davis
Author: brooks Date: Fri May 22 17:45:07 2020 New Revision: 361397 URL: https://svnweb.freebsd.org/changeset/base/361397 Log: Add an unprivileged mode where calls to install are passed appropriate flags. For ease of integration, use the same flags as install: -U unprivileged m

svn commit: r361396 - releng/11.4/etc/ntp

2020-05-22 Thread Xin LI
Author: delphij Date: Fri May 22 17:30:36 2020 New Revision: 361396 URL: https://svnweb.freebsd.org/changeset/base/361396 Log: MFS r361354: MFC r361260: Update leap-seconds to leap-seconds.3676924800. Approved by: re (gjb) Modified: releng/11.4/etc/ntp/leap-seconds Directory Properties:

svn commit: r361395 - head/sys/ufs/ffs

2020-05-22 Thread John Baldwin
Author: jhb Date: Fri May 22 17:23:43 2020 New Revision: 361395 URL: https://svnweb.freebsd.org/changeset/base/361395 Log: Update name of description of vfs.ffs.setsize in comment. Previously it used the name 'adjsize' instead of 'setsize'. Modified: head/sys/ufs/ffs/ffs_alloc.c Modifie

svn commit: r361394 - head/libexec/rtld-elf

2020-05-22 Thread Konstantin Belousov
Author: kib Date: Fri May 22 17:23:09 2020 New Revision: 361394 URL: https://svnweb.freebsd.org/changeset/base/361394 Log: Convert linkmap_add() and linkmap_delete() to style(8). Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/libexec/rtld-elf/rtld.c Modified:

svn commit: r361393 - head/sys/opencrypto

2020-05-22 Thread John Baldwin
Author: jhb Date: Fri May 22 17:21:22 2020 New Revision: 361393 URL: https://svnweb.freebsd.org/changeset/base/361393 Log: Correct the minimum key length for Camellia to 16 bytes (128 bits). MFC after:1 week Modified: head/sys/opencrypto/cryptodev.h Modified: head/sys/opencrypto/cry

svn commit: r361392 - head/secure/lib/libcrypto

2020-05-22 Thread Gordon Tetlow
Author: gordon Date: Fri May 22 16:53:39 2020 New Revision: 361392 URL: https://svnweb.freebsd.org/changeset/base/361392 Log: Remove support for SSLv3 from the OpenSSL build. This is the default configuration in OpenSSL 1.1.1 already. This moves to align with that default. Reported b

svn commit: r361391 - in stable/12: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/...

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 16:51:00 2020 New Revision: 361391 URL: https://svnweb.freebsd.org/changeset/base/361391 Log: MFC r354941,r354948: 10601 10757 Pool allocation classes MFV r354382,r354385: 10601 10757 Pool allocation classes illumos/illumos-gate@663207adb1669640c01c5ec6949c

svn commit: r361390 - in head: share/man/man7 sys/crypto/chacha20 sys/opencrypto

2020-05-22 Thread John Baldwin
Author: jhb Date: Fri May 22 16:29:09 2020 New Revision: 361390 URL: https://svnweb.freebsd.org/changeset/base/361390 Log: Improve support for stream ciphers in the software encryption interface. Add a 'native_blocksize' member to 'struct enc_xform' that ciphers can use if they support a

svn commit: r361388 - vendor/llvm-project/llvmorg-10.0.1-rc1-0-gf79cd71e145

2020-05-22 Thread Dimitry Andric
Author: dim Date: Fri May 22 16:13:03 2020 New Revision: 361388 URL: https://svnweb.freebsd.org/changeset/base/361388 Log: Tag llvm-project branch release/10.x llvmorg-10.0.1-rc1-0-gf79cd71e145. Added: vendor/llvm-project/llvmorg-10.0.1-rc1-0-gf79cd71e145/ - copied from r361387, vendor/l

Re: svn commit: r361275 - in head/sys: conf dev/hyperv/hvsock dev/hyperv/include dev/hyperv/vmbus modules/hyperv modules/hyperv/hvsock sys

2020-05-22 Thread Kyle Evans
On Wed, May 20, 2020 at 6:04 AM Wei Hu wrote: > > Author: whu > Date: Wed May 20 11:03:59 2020 > New Revision: 361275 > URL: https://svnweb.freebsd.org/changeset/base/361275 > > Log: > HyperV socket implementation for FreeBSD > > This change adds Hyper-V socket feature in FreeBSD. New socket a

svn commit: r361387 - in vendor/llvm-project/release-10.x: clang/include/clang/AST clang/include/clang/Basic clang/lib/AST clang/lib/CodeGen clang/lib/Driver/ToolChains clang/lib/Format clang/lib/S...

2020-05-22 Thread Dimitry Andric
Author: dim Date: Fri May 22 16:12:18 2020 New Revision: 361387 URL: https://svnweb.freebsd.org/changeset/base/361387 Log: Vendor import of llvm-project branch release/10.x llvmorg-10.0.1-rc1-0-gf79cd71e145. Modified: vendor/llvm-project/release-10.x/clang/include/clang/AST/DeclBase.h ven

Re: svn commit: r361334 - in stable/12/sys: amd64/amd64 arm64/arm64 dev/acpica i386/i386 x86/acpica

2020-05-22 Thread John Baldwin
On 5/21/20 3:45 PM, Herbert J. Skuhra wrote: > > Until now it was possible to build a kernel (amd64) without 'device > acpi'. After this commit it fails with this error: > > --- kernel.full --- > linking kernel.full > ld: error: undefined symbol: acpi_pxm_set_cpu_locality referenced by mp_ma

Re: svn commit: r361352 - in head/sys: amd64/amd64 i386/i386

2020-05-22 Thread John Baldwin
On 5/22/20 8:37 AM, Mark Johnston wrote: > On Fri, May 22, 2020 at 06:10:59PM +0300, Konstantin Belousov wrote: >> On Fri, May 22, 2020 at 01:18:55AM +, Mark Johnston wrote: >>> Author: markj >>> Date: Fri May 22 01:18:55 2020 >>> New Revision: 361352 >>> URL: https://svnweb.freebsd.org/changes

Re: svn commit: r361360 - head/sys/dev/hyperv/hvsock

2020-05-22 Thread Kyle Evans
On Fri, May 22, 2020 at 4:17 AM Wei Hu wrote: > > Author: whu > Date: Fri May 22 09:17:07 2020 > New Revision: 361360 > URL: https://svnweb.freebsd.org/changeset/base/361360 > > Log: > Socket AF_HYPERV should return failure when it is not running on HyperV > > [... snip ...] > @@ -354,6 +354,9 @

svn commit: r361386 - in stable/12/sys: amd64/amd64 i386/i386

2020-05-22 Thread Mark Johnston
Author: markj Date: Fri May 22 15:42:45 2020 New Revision: 361386 URL: https://svnweb.freebsd.org/changeset/base/361386 Log: MFC r361352: Fix the build after r361033 when ACPI is disabled. Modified: stable/12/sys/amd64/amd64/mp_machdep.c stable/12/sys/i386/i386/mp_machdep.c Directory Prop

Re: svn commit: r361352 - in head/sys: amd64/amd64 i386/i386

2020-05-22 Thread Mark Johnston
On Fri, May 22, 2020 at 06:10:59PM +0300, Konstantin Belousov wrote: > On Fri, May 22, 2020 at 01:18:55AM +, Mark Johnston wrote: > > Author: markj > > Date: Fri May 22 01:18:55 2020 > > New Revision: 361352 > > URL: https://svnweb.freebsd.org/changeset/base/361352 > > > > Log: > > Fix the b

svn commit: r361385 - head/contrib/tzcode/stdtime

2020-05-22 Thread Conrad Meyer
Author: cem Date: Fri May 22 15:30:14 2020 New Revision: 361385 URL: https://svnweb.freebsd.org/changeset/base/361385 Log: ctime.3: Use ASCII asterisks for C, not special unicode math glyphs PR: 246656 Reported by: danfe Modified: head/contrib/tzcode/stdtime/ctime.3 Modifie

Re: svn commit: r361363 - in head/lib/libprocstat: . zfs

2020-05-22 Thread Andriy Gapon
On 22/05/2020 18:23, Andriy Gapon wrote: > On 22/05/2020 18:15, Conrad Meyer wrote: >> Hi Andriy, >> >> Would it make sense to also export sizes of those members? Currently >> the code assumes the members may be relocated in the struct, but never >> changed in size. If they can be moved around, m

Re: svn commit: r361363 - in head/lib/libprocstat: . zfs

2020-05-22 Thread Andriy Gapon
On 22/05/2020 18:15, Conrad Meyer wrote: > Hi Andriy, > > Would it make sense to also export sizes of those members? Currently > the code assumes the members may be relocated in the struct, but never > changed in size. If they can be moved around, maybe they might be > enlarged or shrunk at some

Re: svn commit: r361363 - in head/lib/libprocstat: . zfs

2020-05-22 Thread Conrad Meyer
Hi Andriy, Would it make sense to also export sizes of those members? Currently the code assumes the members may be relocated in the struct, but never changed in size. If they can be moved around, maybe they might be enlarged or shrunk at some time too? Maybe not; I am not very familiar with ZF

Re: svn commit: r361352 - in head/sys: amd64/amd64 i386/i386

2020-05-22 Thread Konstantin Belousov
On Fri, May 22, 2020 at 01:18:55AM +, Mark Johnston wrote: > Author: markj > Date: Fri May 22 01:18:55 2020 > New Revision: 361352 > URL: https://svnweb.freebsd.org/changeset/base/361352 > > Log: > Fix the build after r361033 when ACPI is disabled. What is the sense in doing this for amd64 ?

svn commit: r361384 - head/bin/sh

2020-05-22 Thread Jilles Tjoelker
Author: jilles Date: Fri May 22 14:46:23 2020 New Revision: 361384 URL: https://svnweb.freebsd.org/changeset/base/361384 Log: sh: Remove a comment that was obsoleted by r358152 Since r358152, the read builtin has used a buffer. Also, remove a space at the end of the line in a comment.

svn commit: r361383 - in stable/12: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zhack cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolari...

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 13:27:02 2020 New Revision: 361383 URL: https://svnweb.freebsd.org/changeset/base/361383 Log: MFC r354804,r354806,r354807,r354885: 10499 Multi-modifier protection (MMP) MFV r354378,r354379,r354386: 10499 Multi-modifier protection (MMP) 10499 Multi-modifier

svn commit: r361382 - in stable/11: include lib/libc/gen libexec/rtld-elf

2020-05-22 Thread Konstantin Belousov
Author: kib Date: Fri May 22 13:18:43 2020 New Revision: 361382 URL: https://svnweb.freebsd.org/changeset/base/361382 Log: MFC r361073: Implement RTLD_DEEPBIND. PR: 246462 Modified: stable/11/include/dlfcn.h stable/11/lib/libc/gen/dlopen.3 stable/11/libexec/rtld-elf/rtld.c stab

svn commit: r361381 - stable/11/lib/libc/gen

2020-05-22 Thread Konstantin Belousov
Author: kib Date: Fri May 22 13:17:57 2020 New Revision: 361381 URL: https://svnweb.freebsd.org/changeset/base/361381 Log: MFC r342743 (by romain): Add man page for dlvsym(3). Modified: stable/11/lib/libc/gen/Makefile.inc stable/11/lib/libc/gen/dlopen.3 Directory Properties: stable/11/

svn commit: r361380 - in stable/12: include lib/libc/gen libexec/rtld-elf

2020-05-22 Thread Konstantin Belousov
Author: kib Date: Fri May 22 13:14:21 2020 New Revision: 361380 URL: https://svnweb.freebsd.org/changeset/base/361380 Log: MFC r361073: Implement RTLD_DEEPBIND. PR: 246462 Modified: stable/12/include/dlfcn.h stable/12/lib/libc/gen/dlopen.3 stable/12/libexec/rtld-elf/rtld.c stab

svn commit: r361379 - stable/12/lib/libc/gen

2020-05-22 Thread Konstantin Belousov
Author: kib Date: Fri May 22 13:13:34 2020 New Revision: 361379 URL: https://svnweb.freebsd.org/changeset/base/361379 Log: MFC r342743 (by romain): Add man page for dlvsym(3). Modified: stable/12/lib/libc/gen/Makefile.inc stable/12/lib/libc/gen/dlopen.3 Directory Properties: stable/12/

svn commit: r361378 - releng/11.4/usr.sbin/bsdinstall/scripts

2020-05-22 Thread Ed Maste
Author: emaste Date: Fri May 22 12:53:41 2020 New Revision: 361378 URL: https://svnweb.freebsd.org/changeset/base/361378 Log: MFS11 r361305 (dteske): bsdinstall: fix wpa_supplicant.conf indentation Approved by: re (delphij) Modified: releng/11.4/usr.sbin/bsdinstall/scripts/wlanconfig Di

svn commit: r361377 - in stable/12/sys/cddl: compat/opensolaris/kern compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs contrib/opensolaris/uts/common/fs/zfs/sys

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 12:25:57 2020 New Revision: 361377 URL: https://svnweb.freebsd.org/changeset/base/361377 Log: MFC r354333,r354359: zfs: enable SPA_PROCESS on the kernel side The purpose of this change is to group kernel threads specific to a particular ZFS pool under a kernel

svn commit: r361376 - stable/12/share/man/man9

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 12:20:50 2020 New Revision: 361376 URL: https://svnweb.freebsd.org/changeset/base/361376 Log: MFC r353679: document taskqueue_start_threads_in_proc While here, fix taskqueue_start_threads_cpuset that was documented under old name of taskqueue_start_threads_pin

svn commit: r361375 - stable/12/sys/compat/linuxkpi/common/include/linux

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 12:10:16 2020 New Revision: 361375 URL: https://svnweb.freebsd.org/changeset/base/361375 Log: MFC r361006: linuxkpi: print stack trace in WARN_ON macros Modified: stable/12/sys/compat/linuxkpi/common/include/linux/kernel.h Directory Properties: stable/12/ (pro

svn commit: r361374 - stable/12/sys/dev/sound/pci/hda

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 12:08:31 2020 New Revision: 361374 URL: https://svnweb.freebsd.org/changeset/base/361374 Log: MFC r361002: snd_hda: fix typos related to quirks set via 'config' tunable Modified: stable/12/sys/dev/sound/pci/hda/hdac.c Directory Properties: stable/12/ (props ch

svn commit: r361373 - stable/12/sys/dev/sound/pci/hda

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 12:06:53 2020 New Revision: 361373 URL: https://svnweb.freebsd.org/changeset/base/361373 Log: MFC r361001: sound/hda: newer AMD devices still require the same PCIe snoop So, replicate the ATI vendor snoop configuration for the AMD vendor. I think that this sho

svn commit: r361372 - stable/12/sys/dev/gpio

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 12:05:01 2020 New Revision: 361372 URL: https://svnweb.freebsd.org/changeset/base/361372 Log: MFC r360779: 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

svn commit: r361371 - stable/12/sys/dev/usb

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 12:03:17 2020 New Revision: 361371 URL: https://svnweb.freebsd.org/changeset/base/361371 Log: MFC r360692: usbhid: add several missing usages from Digitizer page Modified: stable/12/sys/dev/usb/usbhid.h Directory Properties: stable/12/ (props changed) Modifie

svn commit: r361370 - stable/12/sys/dev/ichiic

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 12:01:29 2020 New Revision: 361370 URL: https://svnweb.freebsd.org/changeset/base/361370 Log: MFC r360499: ig4iic_acpi_probe: remove set but unused variable Modified: stable/12/sys/dev/ichiic/ig4_acpi.c Directory Properties: stable/12/ (props changed) Modifie

svn commit: r361369 - stable/12/sys/dev/acpica

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 11:59:50 2020 New Revision: 361369 URL: https://svnweb.freebsd.org/changeset/base/361369 Log: MFC r360246: acpi_video: fix a crash in detach with an LCD output The crash happened because of a video output object was removed from a wrong container, crt_units in

svn commit: r361368 - stable/12/sys/dev/iicbus

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 11:57:48 2020 New Revision: 361368 URL: https://svnweb.freebsd.org/changeset/base/361368 Log: MFC r360242: acpi_iicbus: set device description in the probe method Kernel prints the device announcement before the attach method is called, so if the correct descr

svn commit: r361367 - stable/12/sys/dev/ichiic

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 11:55:54 2020 New Revision: 361367 URL: https://svnweb.freebsd.org/changeset/base/361367 Log: MFC r360241: ig4: ensure that drivers always attach in correct order Use DRIVER_MODULE_ORDERED(SI_ORDER_ANY) so that ig4's ACPI attachment happens after iicbus and ac

svn commit: r361366 - stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 11:53:07 2020 New Revision: 361366 URL: https://svnweb.freebsd.org/changeset/base/361366 Log: MFC r358381: use ZFS_MAX_DATASET_NAME_LEN instead of MAXPATHLEN for dataset names The change affects only FreeBSD specific code as the common code already mostly use

svn commit: r361365 - stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 11:41:08 2020 New Revision: 361365 URL: https://svnweb.freebsd.org/changeset/base/361365 Log: MFC r358380,r358382: dsl_dataset_promote_sync: populate 'oldname' before using it It's very unlikely that zfsvfs_update_fromname() and zvol_rename_minors() ever did

svn commit: r361364 - head/sys/net80211

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 11:25:45 2020 New Revision: 361364 URL: https://svnweb.freebsd.org/changeset/base/361364 Log: net80211: post RTM_IFINFO notification after toggling IFF_DRV_RUNNING This is useful when a wireless driver is stopped or started in response to events like an RF Kil

svn commit: r361363 - in head/lib/libprocstat: . zfs

2020-05-22 Thread Andriy Gapon
Author: avg Date: Fri May 22 11:20:23 2020 New Revision: 361363 URL: https://svnweb.freebsd.org/changeset/base/361363 Log: libprocstat: fix ZFS support First of all, znode_phys_t hasn't been used for storing file attributes for a long time now. Modern ZFS versions use a System Attribute

svn commit: r361362 - head/sys/sys

2020-05-22 Thread Wei Hu
Author: whu Date: Fri May 22 10:50:29 2020 New Revision: 361362 URL: https://svnweb.freebsd.org/changeset/base/361362 Log: Bump __FreeBSD_version after r361275, HyperV socket support Sponsored by: Microsoft Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h =

svn commit: r361361 - head/share/misc

2020-05-22 Thread Baptiste Daroussin
Author: bapt Date: Fri May 22 09:38:44 2020 New Revision: 361361 URL: https://svnweb.freebsd.org/changeset/base/361361 Log: Update pciids to 2020.05.22 MFC after:2 days Modified: head/share/misc/pci_vendors Modified: head/share/misc/pci_vendors ==

svn commit: r361360 - head/sys/dev/hyperv/hvsock

2020-05-22 Thread Wei Hu
Author: whu Date: Fri May 22 09:17:07 2020 New Revision: 361360 URL: https://svnweb.freebsd.org/changeset/base/361360 Log: Socket AF_HYPERV should return failure when it is not running on HyperV Reported by: pho Sponsored by: Microsoft Modified: head/sys/dev/hyperv/hvsock/hv_sock.c M

svn commit: r361359 - stable/9/sys/kern

2020-05-22 Thread Hans Petter Selasky
Author: hselasky Date: Fri May 22 09:02:40 2020 New Revision: 361359 URL: https://svnweb.freebsd.org/changeset/base/361359 Log: MFC r361075: Assign process group of the TTY under the "proctree_lock". This fixes a race where concurrent calls to doenterpgrp() and leavepgrp() while TIOCSCT

svn commit: r361358 - stable/10/sys/kern

2020-05-22 Thread Hans Petter Selasky
Author: hselasky Date: Fri May 22 09:01:26 2020 New Revision: 361358 URL: https://svnweb.freebsd.org/changeset/base/361358 Log: MFC r361075: Assign process group of the TTY under the "proctree_lock". This fixes a race where concurrent calls to doenterpgrp() and leavepgrp() while TIOCSCT

svn commit: r361357 - stable/11/sys/kern

2020-05-22 Thread Hans Petter Selasky
Author: hselasky Date: Fri May 22 09:00:22 2020 New Revision: 361357 URL: https://svnweb.freebsd.org/changeset/base/361357 Log: MFC r361075: Assign process group of the TTY under the "proctree_lock". This fixes a race where concurrent calls to doenterpgrp() and leavepgrp() while TIOCSCT

svn commit: r361356 - stable/12/sys/kern

2020-05-22 Thread Hans Petter Selasky
Author: hselasky Date: Fri May 22 08:59:12 2020 New Revision: 361356 URL: https://svnweb.freebsd.org/changeset/base/361356 Log: MFC r361075: Assign process group of the TTY under the "proctree_lock". This fixes a race where concurrent calls to doenterpgrp() and leavepgrp() while TIOCSCT