CVS commit: src/sys/miscfs/deadfs

2022-07-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 8 07:44:18 UTC 2022 Modified Files: src/sys/miscfs/deadfs: dead_vfsops.c Log Message: Make dead vfs ops "vfs_statvfs" and "vfs_vptofh" return EOPNOTSUPP. Both operations may originate from (possible dead) vnodes.

CVS commit: src/sys/miscfs/deadfs

2022-07-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 8 07:44:18 UTC 2022 Modified Files: src/sys/miscfs/deadfs: dead_vfsops.c Log Message: Make dead vfs ops "vfs_statvfs" and "vfs_vptofh" return EOPNOTSUPP. Both operations may originate from (possible dead) vnodes.

CVS commit: src/sys/miscfs/overlay

2022-07-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 8 07:43:48 UTC 2022 Modified Files: src/sys/miscfs/overlay: overlay_vfsops.c Log Message: Don't use LK_RETRY as we need an active vnode here. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src/sys/miscfs/overlay

2022-07-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 8 07:43:48 UTC 2022 Modified Files: src/sys/miscfs/overlay: overlay_vfsops.c Log Message: Don't use LK_RETRY as we need an active vnode here. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72

CVS commit: src

2022-07-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Jul 8 08:59:34 UTC 2022 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: uintuos.4 Log Message: Add a manual page for uintuos(4) To generate a diff

CVS commit: src

2022-07-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Jul 8 08:59:34 UTC 2022 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: uintuos.4 Log Message: Add a manual page for uintuos(4) To generate a diff

CVS commit: src/share/man/man4

2022-07-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Jul 8 09:00:00 UTC 2022 Modified Files: src/share/man/man4: usb.4 Log Message: Update the usb(4) manual page with some missing devices To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/share/man/man4/usb.4

CVS commit: src/sys

2022-07-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 8 07:42:06 UTC 2022 Modified Files: src/sys/kern: vfs_trans.c src/sys/miscfs/genfs: genfs_vfsops.c Log Message: Handle IMNT_GONE on the file system we want suspended not its lowest mount we really suspend. To

CVS commit: src/sys

2022-07-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 8 07:42:06 UTC 2022 Modified Files: src/sys/kern: vfs_trans.c src/sys/miscfs/genfs: genfs_vfsops.c Log Message: Handle IMNT_GONE on the file system we want suspended not its lowest mount we really suspend. To

CVS commit: src/sys

2022-07-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 8 07:02:47 UTC 2022 Modified Files: src/sys/arch/hpcmips/vr: com_vrip.c src/sys/dev/marvell: mvxpsec.c src/sys/lib/libsa: ip.c src/sys/net: if.c Log Message: alredy -> already To generate a diff

CVS commit: src/sys

2022-07-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 8 07:02:47 UTC 2022 Modified Files: src/sys/arch/hpcmips/vr: com_vrip.c src/sys/dev/marvell: mvxpsec.c src/sys/lib/libsa: ip.c src/sys/net: if.c Log Message: alredy -> already To generate a diff

CVS commit: src/sys/kern

2022-07-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 8 07:42:47 UTC 2022 Modified Files: src/sys/kern: vfs_trans.c Log Message: While one thread runs vgone() it is possible for another thread to grab a "v_mount" that will be freed before it uses this mount for

CVS commit: src/sys/kern

2022-07-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 8 07:42:47 UTC 2022 Modified Files: src/sys/kern: vfs_trans.c Log Message: While one thread runs vgone() it is possible for another thread to grab a "v_mount" that will be freed before it uses this mount for

CVS commit: src/sys/kern

2022-07-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 8 07:43:19 UTC 2022 Modified Files: src/sys/kern: vfs_mount.c Log Message: Suspend file system after VFS_MOUNT() and before taking mnt_updating. Prevents deadlock against concurrent unmounts of layered file systems.

CVS commit: src/sys/kern

2022-07-08 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jul 8 07:43:19 UTC 2022 Modified Files: src/sys/kern: vfs_mount.c Log Message: Suspend file system after VFS_MOUNT() and before taking mnt_updating. Prevents deadlock against concurrent unmounts of layered file systems.

CVS commit: src/share/man/man4

2022-07-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Jul 8 09:00:00 UTC 2022 Modified Files: src/share/man/man4: usb.4 Log Message: Update the usb(4) manual page with some missing devices To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120 src/share/man/man4/usb.4

CVS commit: src/usr.bin/telnet

2022-07-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jul 8 21:51:24 UTC 2022 Modified Files: src/usr.bin/telnet: commands.c Log Message: Prevent crashes as shown in PR 56918. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/usr.bin/telnet/commands.c Please

CVS commit: src/usr.bin/telnet

2022-07-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jul 8 21:51:24 UTC 2022 Modified Files: src/usr.bin/telnet: commands.c Log Message: Prevent crashes as shown in PR 56918. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/usr.bin/telnet/commands.c Please

CVS commit: src

2022-07-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 8 20:27:36 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c src/usr.bin/xlint/lint1: README.md tree.c Log Message: lint: fix query for redundant cast before assignment Previously, 'i = (int)dbl'

CVS commit: src

2022-07-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 8 20:27:36 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c src/usr.bin/xlint/lint1: README.md tree.c Log Message: lint: fix query for redundant cast before assignment Previously, 'i = (int)dbl'

CVS commit: src

2022-07-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 8 21:19:07 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c src/usr.bin/xlint/common: inittyp.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix edge cases in the query for

CVS commit: src

2022-07-08 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Jul 8 21:19:07 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: queries.c src/usr.bin/xlint/common: inittyp.c src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix edge cases in the query for

re: CVS commit: src/sys/dev/pci

2022-07-08 Thread matthew green
"Paul Goyette" writes: > Module Name: src > Committed By: pgoyette > Date: Fri Jul 8 17:32:19 UTC 2022 > > Modified Files: > src/sys/dev/pci: nvme_pci.c > > Log Message: > devsw_ok needs to survive across invocations of nvme_modcmd() so > allocate it statically. > > Should address

re: CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
On Sat, 9 Jul 2022, matthew green wrote: "Paul Goyette" writes: Module Name:src Committed By: pgoyette Date: Fri Jul 8 17:32:19 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: devsw_ok needs to survive across invocations of nvme_modcmd() so allocate

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 8 17:32:19 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: devsw_ok needs to survive across invocations of nvme_modcmd() so allocate it statically. Should address remaining issues with kern/56914

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 8 17:32:19 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: devsw_ok needs to survive across invocations of nvme_modcmd() so allocate it statically. Should address remaining issues with kern/56914

CVS commit: src/usr.bin/crunch/crunchide

2022-07-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Jul 8 17:47:47 UTC 2022 Modified Files: src/usr.bin/crunch/crunchide: exec_elf32.c Log Message: s/maek/make/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/usr.bin/crunch/crunchide

2022-07-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Jul 8 17:47:47 UTC 2022 Modified Files: src/usr.bin/crunch/crunchide: exec_elf32.c Log Message: s/maek/make/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jul 9 01:24:32 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Remove redundant ``devsw_ok = false;'' Thanks mrg@ To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jul 9 01:24:32 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Remove redundant ``devsw_ok = false;'' Thanks mrg@ To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src

2022-07-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Jul 8 16:50:11 UTC 2022 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile radio.4 usb.4 Added Files: src/share/man/man4: slurm.4 Log Message: Add a man page for slurm(4) To generate a

CVS commit: src

2022-07-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Jul 8 16:50:11 UTC 2022 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile radio.4 usb.4 Added Files: src/share/man/man4: slurm.4 Log Message: Add a man page for slurm(4) To generate a

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 8 16:10:34 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Initialize cmajor & bmajor so the devsw_attach() has a chance of succeeding. Record the success of devsw_attach(), and do not try later to

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 8 16:10:34 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Initialize cmajor & bmajor so the devsw_attach() has a chance of succeeding. Record the success of devsw_attach(), and do not try later to