CVS commit: src/doc

2021-07-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Jul 19 01:34:03 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: binutils 2.37 has been released. To generate a diff of this commit: cvs rdiff -u -r1.1807 -r1.1808 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/sys/miscfs/kernfs

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 19 01:33:53 UTC 2021 Modified Files: src/sys/miscfs/kernfs: kernfs_vnops.c Log Message: Abolish all the silly indirection macros for initializing vnode ops tables. These are things of the form #define foofs_op

CVS commit: src/sys/fs

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Jul 19 01:30:25 UTC 2021 Modified Files: src/sys/fs/cd9660: cd9660_vnops.c src/sys/fs/puffs: puffs_vnops.c src/sys/fs/tmpfs: tmpfs_fifoops.c tmpfs_specops.c Log Message: Abolish all the silly indirection

CVS commit: src/sys/arch/alpha/pci

2021-07-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jul 19 01:06:14 UTC 2021 Modified Files: src/sys/arch/alpha/pci: cia_dma.c ciavar.h tsp_dma.c tsvar.h Log Message: For CIA/Pyxis and Tsunami/Typhoon/Titan, save the firmware's idea of the DMA window configuration, and

CVS commit: src/sys/fs/ptyfs

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 18 23:57:34 UTC 2021 Modified Files: src/sys/fs/ptyfs: ptyfs_vnops.c Log Message: Fix ptyfs link and symlink ops. They were set (via macro obfuscation just eliminated) to genfs_abortop, which is the wrong thing. These

CVS commit: src

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 18 23:57:16 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c src/sys/fs/adosfs: advnops.c src/sys/fs/cd9660: cd9660_node.h src/sys/fs/filecorefs:

CVS commit: src

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 18 23:56:14 UTC 2021 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c src/sys/fs/cd9660: cd9660_vnops.c src/sys/fs/efs: efs_vnops.c src/sys/fs/hfs: hfs_vnops.c

CVS commit: src/sys/arch/alpha/pci

2021-07-18 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jul 18 19:58:34 UTC 2021 Modified Files: src/sys/arch/alpha/pci: tsp_dma.c Log Message: According to section 8.1.2.2 of the Tsunami/Typhoon hardware reference manual (DS-0025A-TE), the SGMAP TLB is arranged as 168 locations

CVS commit: src/usr.bin/aiomixer

2021-07-18 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Jul 18 11:45:31 UTC 2021 Modified Files: src/usr.bin/aiomixer: main.c Log Message: aiomixer: Honor terminal colors. Looks better in cool-retro-term. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/kern

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 18 09:30:36 UTC 2021 Modified Files: src/sys/kern: vfs_vnops.c Log Message: Fix confusion arising from whether FOLLOW or NOFOLLOW is 0. In vn_open, don't set and then throw away FOLLOW, and clarify the comment about

CVS commit: src/external/cddl/osnet/sys/sys

2021-07-18 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Sun Jul 18 07:22:22 UTC 2021 Modified Files: src/external/cddl/osnet/sys/sys: vnode.h Log Message: PR kern/56316: vn_open doesn't follow symlinks remove setting of O_NOFOLLOW. restores ZFS being able to open devices via symlinks

CVS commit: src/sys/kern

2021-07-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jul 18 06:57:28 UTC 2021 Modified Files: src/sys/kern: kern_ksyms.c Log Message: skip symbol tables that were unloaded again to avoid EFAULT when reading ksyms. also restore TAILQ_FOREACH idiom. To generate a diff of this

CVS commit: src/tests/usr.sbin/execsnoop

2021-07-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 18 06:24:58 UTC 2021 Modified Files: src/tests/usr.sbin/execsnoop: t_execsnoop.sh Log Message: Mark t_execsnoop xfail (PR 53417) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4