svn commit: r366907 - head/sys/kern

2020-10-20 Thread Mateusz Guzik
Author: mjg Date: Wed Oct 21 05:57:25 2020 New Revision: 366907 URL: https://svnweb.freebsd.org/changeset/base/366907 Log: cache: drop the spurious slash_prefixed argument Modified: head/sys/kern/vfs_cache.c Modified: head/sys/kern/vfs_cache.c

svn commit: r366906 - in head: lib/libifconfig sbin/ifconfig

2020-10-20 Thread Ryan Moeller
Author: freqlabs Date: Wed Oct 21 05:27:25 2020 New Revision: 366906 URL: https://svnweb.freebsd.org/changeset/base/366906 Log: Move list_cloners to libifconfig Move list_cloners() from ifconfig(8) to libifconfig(3) where it can be reused by other consumers. Reviewed by: kp Differ

svn commit: r366904 - in head/sys: amd64/ia32 i386/i386

2020-10-20 Thread Konstantin Belousov
Author: kib Date: Wed Oct 21 00:15:12 2020 New Revision: 366904 URL: https://svnweb.freebsd.org/changeset/base/366904 Log: Improve FPU Tag Word reconstruction on i386 to indicate register states. Improve the code reconstructing en_tw in struct fpreg32 from FXSAVE results so that all regis

svn commit: r366903 - head/sys/geom

2020-10-20 Thread Robert Wing
Author: rew Date: Tue Oct 20 20:59:13 2020 New Revision: 366903 URL: https://svnweb.freebsd.org/changeset/base/366903 Log: geom_ctl.c: remove stale header files - Remove "opt_geom.h", no kernel options are used. - Remove , no sysctl functionality is used here. - Remove , requireme

svn commit: r366902 - head/sys/arm64/conf

2020-10-20 Thread Ed Maste
Author: emaste Date: Tue Oct 20 20:11:29 2020 New Revision: 366902 URL: https://svnweb.freebsd.org/changeset/base/366902 Log: arm64: add uhci to GENERIC uhci is (or, can be) used by VMware ESXi-Arm. PR: 250308 Reported by: Vincent Milum Jr MFC after:2 weeks Sponsor

svn commit: r366901 - in head: share/man/man4 sys/amd64/conf sys/conf sys/crypto/openssl sys/i386/conf sys/modules sys/modules/ossl

2020-10-20 Thread John Baldwin
Author: jhb Date: Tue Oct 20 17:50:18 2020 New Revision: 366901 URL: https://svnweb.freebsd.org/changeset/base/366901 Log: Add a kernel crypto driver using assembly routines from OpenSSL. Currently, this supports SHA1 and SHA2-{224,256,384,512} both as plain hashes and in HMAC mode on bot

svn commit: r366900 - head/sys/compat/linprocfs

2020-10-20 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Oct 20 17:24:29 2020 New Revision: 366900 URL: https://svnweb.freebsd.org/changeset/base/366900 Log: Fix linprocfs(4) /proc/self/mem semantics to more closely match Linux. Steam's Anti-Cheat might depend on it. PR: 248223 Analyzed by: Alex S Reviewe

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

2020-10-20 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Oct 20 17:19:10 2020 New Revision: 366899 URL: https://svnweb.freebsd.org/changeset/base/366899 Log: Fix potential race condition in linux stat(2). Reviewed by: kib MFC after:2 weeks Sponsored by: The FreeBSD Foundation Differential Revision:https:

svn commit: r366898 - in head: secure/lib/libcrypto secure/lib/libcrypto/aarch64 secure/lib/libcrypto/amd64 secure/lib/libcrypto/arm secure/lib/libcrypto/engines/padlock secure/lib/libcrypto/i386 s...

2020-10-20 Thread John Baldwin
Author: jhb Date: Tue Oct 20 17:00:43 2020 New Revision: 366898 URL: https://svnweb.freebsd.org/changeset/base/366898 Log: Move generated OpenSSL assembly routines into the kernel sources. Sponsored by: Netflix Added: head/sys/crypto/openssl/ head/sys/crypto/openssl/aarch64/ - cop

svn commit: r366897 - in head/sys: conf dev/md

2020-10-20 Thread John Baldwin
Author: jhb Date: Tue Oct 20 16:48:45 2020 New Revision: 366897 URL: https://svnweb.freebsd.org/changeset/base/366897 Log: Use a template assembly file to generate the embedded MFS. This uses the .incbin directive to pull in the MFS image contents. Using assembly directly ensures that sym

svn commit: r366896 - head/bin/realpath

2020-10-20 Thread Fernando ApesteguĂ­a
Author: fernape (ports committer) Date: Tue Oct 20 13:15:26 2020 New Revision: 366896 URL: https://svnweb.freebsd.org/changeset/base/366896 Log: realpath(1): Add EXAMPLES section. Add a small example for this simple command. Approved by: manpages (gbe@) Differential Revision:

svn commit: r366895 - head/usr.bin/compress

2020-10-20 Thread Fernando ApesteguĂ­a
Author: fernape (ports committer) Date: Tue Oct 20 13:05:25 2020 New Revision: 366895 URL: https://svnweb.freebsd.org/changeset/base/366895 Log: compress(1): Add EXAMPLES section Add 5 examples showing basic usage. Approved by: manpages (gbe@) Differential Revision:h

Re: svn commit: r366865 - head/sys/dev/ahci

2020-10-20 Thread Konstantin Belousov
On Mon, Oct 19, 2020 at 10:32:36PM +, Ruslan Bukin wrote: > Author: br > Date: Mon Oct 19 22:32:36 2020 > New Revision: 366865 > URL: https://svnweb.freebsd.org/changeset/base/366865 > > Log: > Fix build: only set iommu buswide flag if IOMMU code is included. > > Sponsored by: Inn

svn commit: r366890 - head/sys/ufs/ufs

2020-10-20 Thread Mateusz Guzik
Author: mjg Date: Tue Oct 20 09:46:20 2020 New Revision: 366890 URL: https://svnweb.freebsd.org/changeset/base/366890 Log: ufs: catch up with removal of thread argument from VOP_INACTIVE Modified: head/sys/ufs/ufs/extattr.h head/sys/ufs/ufs/ufs_extattr.c head/sys/ufs/ufs/ufs_inode.c Modi

svn commit: r366871 - head/sys/sys

2020-10-20 Thread Mateusz Guzik
Author: mjg Date: Tue Oct 20 07:19:44 2020 New Revision: 366871 URL: https://svnweb.freebsd.org/changeset/base/366871 Log: Bump __FreeBSD_version after VOP VPTOCNP and INACTIVE changes Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h =

svn commit: r366870 - in head/sys: contrib/openzfs/module/os/freebsd/zfs fs/cd9660 fs/ext2fs fs/fuse fs/nfsclient fs/smbfs kern

2020-10-20 Thread Mateusz Guzik
Author: mjg Date: Tue Oct 20 07:19:03 2020 New Revision: 366870 URL: https://svnweb.freebsd.org/changeset/base/366870 Log: vfs: drop the de facto curthread argument from VOP_INACTIVE Modified: head/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops.c head/sys/fs/cd9660/cd9660_node.c head

svn commit: r366869 - in head/sys: contrib/openzfs/module/os/freebsd/zfs fs/nullfs kern sys

2020-10-20 Thread Mateusz Guzik
Author: mjg Date: Tue Oct 20 07:18:27 2020 New Revision: 366869 URL: https://svnweb.freebsd.org/changeset/base/366869 Log: vfs: drop spurious cred argument from VOP_VPTOCNP Modified: head/sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops.c head/sys/fs/nullfs/null_vnops.c head/sys/kern/v