svn commit: r357674 - head/sys/sys

2020-02-07 Thread Mateusz Guzik
Author: mjg Date: Fri Feb 7 22:45:09 2020 New Revision: 357674 URL: https://svnweb.freebsd.org/changeset/base/357674 Log: vfs: use newly added zpcpu routines instead of direct access where appropriate Modified: head/sys/sys/mount.h Modified: head/sys/sys/mount.h

svn commit: r357673 - head/sys/kern

2020-02-07 Thread Mateusz Guzik
Author: mjg Date: Fri Feb 7 22:44:41 2020 New Revision: 357673 URL: https://svnweb.freebsd.org/changeset/base/357673 Log: rms: use newly added zpcpu routines instead of direct access where appropriate Modified: head/sys/kern/kern_rmlock.c Modified: head/sys/kern/kern_rmlock.c ==

svn commit: r357672 - head/sys/sys

2020-02-07 Thread Mateusz Guzik
Author: mjg Date: Fri Feb 7 22:43:58 2020 New Revision: 357672 URL: https://svnweb.freebsd.org/changeset/base/357672 Log: Add zpcpu_{set,add,sub}_protected. The _protected suffix follows counter(9). Modified: head/sys/sys/pcpu.h Modified: head/sys/sys/pcpu.h ===

svn commit: r357671 - head/contrib/netbsd-tests/lib/libc/c063

2020-02-07 Thread Kyle Evans
Author: kevans Date: Fri Feb 7 22:36:37 2020 New Revision: 357671 URL: https://svnweb.freebsd.org/changeset/base/357671 Log: O_SEARCH test: mark revokex an expected fail on NFS The revokex test does not work when the scratch directory is created on NFS. Given the nature of NFS, it likely

svn commit: r357670 - in head: lib/libpmc lib/libpmc/pmu-events/arch/x86 sys/dev/hwpmc

2020-02-07 Thread Konstantin Belousov
Author: kib Date: Fri Feb 7 22:28:04 2020 New Revision: 357670 URL: https://svnweb.freebsd.org/changeset/base/357670 Log: pmc: Add Hygon Dhyana support. To make the PMC tool pmcstat working properly on Hygon platform, add support for Hygon Dhyana family 18h by using the PMC initializatio

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

2020-02-07 Thread Konstantin Belousov
Author: kib Date: Fri Feb 7 22:26:11 2020 New Revision: 357669 URL: https://svnweb.freebsd.org/changeset/base/357669 Log: acpi_hpet: Add Hygon Dhyana support. Submitted by: Pu Wen MFC after:1 week Differential revision:https://reviews.freebsd.org/D23555 Modified: head/s

svn commit: r357668 - head/sys/compat/linux

2020-02-07 Thread Konstantin Belousov
Author: kib Date: Fri Feb 7 22:21:44 2020 New Revision: 357668 URL: https://svnweb.freebsd.org/changeset/base/357668 Log: linux futex_put(): do not touch futex after dropping our reference. Reported and tested by: Steve Roome Sponsored by: The FreeBSD Foundation MFC after:1

svn commit: r357665 - head/sys/geom/eli

2020-02-07 Thread Kyle Evans
Author: kevans Date: Fri Feb 7 21:36:14 2020 New Revision: 357665 URL: https://svnweb.freebsd.org/changeset/base/357665 Log: geli taste: allow GELIBOOT tagged providers as well Currently the installer will tag geliboot partitions with both BOOT and GELIBOOT; the former allows the kernel

svn commit: r357664 - in head: sys/dev/ixl sys/dev/le sys/dev/pms/RefTisa/discovery/dm sys/dev/ppbus sys/dev/puc sys/dev/usb/net sys/netinet sys/netinet/netdump sys/netinet/tcp_stacks sys/opencrypt...

2020-02-07 Thread Ed Maste
Author: emaste Date: Fri Feb 7 19:53:07 2020 New Revision: 357664 URL: https://svnweb.freebsd.org/changeset/base/357664 Log: Miscellaneous typo fixes Submitted by: Gordon Bergling Differential Revision:https://reviews.freebsd.org/D23453 Modified: head/sys/dev/ixl/if_iavf.c

svn commit: r357663 - in head: share/man/man4 sys/dev/netmap

2020-02-07 Thread Vincenzo Maffione
Author: vmaffione Date: Fri Feb 7 19:26:26 2020 New Revision: 357663 URL: https://svnweb.freebsd.org/changeset/base/357663 Log: netmap: improve netmap(4) and vale(4) man pages Clean up obsolete sysctl descriptions and add missing ones. PR: 243838 Reviewed by: bcr MFC af

svn commit: r357661 - head/share/mk

2020-02-07 Thread Dimitry Andric
Author: dim Date: Fri Feb 7 19:04:27 2020 New Revision: 357661 URL: https://svnweb.freebsd.org/changeset/base/357661 Log: Correctly recognize linker versions greater than 10.0. MFC after:3 days Modified: head/share/mk/bsd.linker.mk Modified: head/share/mk/bsd.linker.mk

svn commit: r357659 - head/sys/geom

2020-02-07 Thread Warner Losh
Author: imp Date: Fri Feb 7 17:47:08 2020 New Revision: 357659 URL: https://svnweb.freebsd.org/changeset/base/357659 Log: Supress not supported message For the moment, supress the operation not supported messages at this level. In the fullness of time, we will have better error trackin

svn commit: r357658 - head/sys/amd64/include

2020-02-07 Thread Mateusz Guzik
Author: mjg Date: Fri Feb 7 16:22:02 2020 New Revision: 357658 URL: https://svnweb.freebsd.org/changeset/base/357658 Log: amd64: clean up counter(9) - stop open-coding access to per-cpu data, use common macros instead - consistently use counter_t type where appropriate Modified: head/

svn commit: r357657 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2020-02-07 Thread Alexander Motin
Author: mav Date: Fri Feb 7 15:50:47 2020 New Revision: 357657 URL: https://svnweb.freebsd.org/changeset/base/357657 Log: Remove duplicate dbufs accounting. Since AVL already has embedded element counter, use dn_dbufs_count only for dbufs not counted there (bonus buffers) and just add th

svn commit: r357655 - head/sys/net

2020-02-07 Thread Pedro F. Giffuni
Author: pfg Date: Fri Feb 7 15:16:04 2020 New Revision: 357655 URL: https://svnweb.freebsd.org/changeset/base/357655 Log: typo: stray spaces. No functional change Modified: head/sys/net/ethernet.h Modified: head/sys/net/ethernet.h ===

svn commit: r357654 - in head: lib/libc/xdr sys/xdr

2020-02-07 Thread Pedro F. Giffuni
Author: pfg Date: Fri Feb 7 15:14:29 2020 New Revision: 357654 URL: https://svnweb.freebsd.org/changeset/base/357654 Log: typo: s/impelmentation/implementation/. No functional change Modified: head/lib/libc/xdr/xdr_array.c head/lib/libc/xdr/xdr_reference.c head/sys/xdr/xdr_array.c

svn commit: r357653 - in head/sys/dev: xdma xilinx

2020-02-07 Thread Ruslan Bukin
Author: br Date: Fri Feb 7 14:36:28 2020 New Revision: 357653 URL: https://svnweb.freebsd.org/changeset/base/357653 Log: Fix xae(4) driver attachement on the Government Furnished Equipment (GFE) riscv cores. GFE cores come with standard DTS file that lacks standard 'dmas =' property, w

svn commit: r357652 - head/usr.bin/diff

2020-02-07 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 7 12:26:38 2020 New Revision: 357652 URL: https://svnweb.freebsd.org/changeset/base/357652 Log: Fix most of the style warnings Modified: head/usr.bin/diff/diff.1 Modified: head/usr.bin/diff/diff.1 ===

svn commit: r357651 - in head: sys/dev/mpr sys/dev/mps usr.sbin/mpsutil

2020-02-07 Thread Scott Long
Author: scottl Date: Fri Feb 7 12:15:39 2020 New Revision: 357651 URL: https://svnweb.freebsd.org/changeset/base/357651 Log: Advertise the MPI Message Version that's contained in the IOCFacts message in the sysctl block for the driver. mpsutil/mprutil needs this so it can know how big of a

svn commit: r357650 - head/usr.sbin/mpsutil

2020-02-07 Thread Scott Long
Author: scottl Date: Fri Feb 7 11:48:26 2020 New Revision: 357650 URL: https://svnweb.freebsd.org/changeset/base/357650 Log: Touch up some of the iocfacts fields Modified: head/usr.sbin/mpsutil/mps_show.c Modified: head/usr.sbin/mpsutil/mps_show.c ===

svn commit: r357649 - head/usr.bin/diff

2020-02-07 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 7 10:18:01 2020 New Revision: 357649 URL: https://svnweb.freebsd.org/changeset/base/357649 Log: Update diff(1) TODO removing what has been implemented Modified: head/usr.bin/diff/TODO Modified: head/usr.bin/diff/TODO ===

svn commit: r357648 - in head/usr.bin/diff: . tests

2020-02-07 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 7 10:17:13 2020 New Revision: 357648 URL: https://svnweb.freebsd.org/changeset/base/357648 Log: diff: implement -y (--side-by-side) along with -W and --suppress-common-lines PR: 219933 Submitted by: fehmi noyan isi MFC after:3 weeks Modified:

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 de...

2020-02-07 Thread Scott Long
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 this expanded syntax poorly in drivers when the driver doesn'