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
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
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
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
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
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
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
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:
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
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
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:
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
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
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
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
=
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
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
17 matches
Mail list logo