CVS commit: src/sys/dev/ic

2022-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 16 23:20:47 UTC 2022 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos: Freeze counters to prevent unhandled interrupts To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/dwc_eqos.c

CVS commit: src/sys/dev/ic

2022-04-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 16 23:20:47 UTC 2022 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos: Freeze counters to prevent unhandled interrupts To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/dwc_eqos.c

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 22:21:10 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: ckbool.c op.h oper.c ops.def tree.c Log Message: lint: merge mod_t.m_test_context into m_requires_bool These two flags mean exactly the same. No functional

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 22:21:10 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: ckbool.c op.h oper.c ops.def tree.c Log Message: lint: merge mod_t.m_test_context into m_requires_bool These two flags mean exactly the same. No functional

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 21:22:12 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: ops.def Log Message: lint: clean up table with operator properties Now that lint may use C99, make use of empty macro arguments. No binary change. To

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 21:22:12 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: ops.def Log Message: lint: clean up table with operator properties Now that lint may use C99, make use of empty macro arguments. No binary change. To

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 21:14:33 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: op.h ops.def tree.c Log Message: lint: rename members of tnode_t to more closely match reality The flags do not describe the left operand of the node but

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 21:14:33 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: op.h ops.def tree.c Log Message: lint: rename members of tnode_t to more closely match reality The flags do not describe the left operand of the node but

CVS commit: src

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 20:57:10 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_161.c msg_161.exp src/usr.bin/xlint/lint1: lint1.h tree.c Log Message: lint: investigate why lint only warns about some constant conditions

CVS commit: src

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 20:57:10 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_161.c msg_161.exp src/usr.bin/xlint/lint1: lint1.h tree.c Log Message: lint: investigate why lint only warns about some constant conditions

CVS commit: src

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 20:18:52 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: Makefile src/usr.bin/xlint/lint1: README.md Log Message: lint: fix instructions for adding a new test To generate a diff of this commit: cvs

CVS commit: src

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 20:18:52 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: Makefile src/usr.bin/xlint/lint1: README.md Log Message: lint: fix instructions for adding a new test To generate a diff of this commit: cvs

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 20:08:35 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: remove null marker from keyword table No functional change. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 20:08:35 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: remove null marker from keyword table No functional change. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 20:02:55 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c tree.c Log Message: lint: prepare keyword table for C11 The C11 keywords had been listed as being C99 keywords. Instead of initializing the individual

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 20:02:55 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c tree.c Log Message: lint: prepare keyword table for C11 The C11 keywords had been listed as being C99 keywords. Instead of initializing the individual

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 19:18:17 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: decl.c err.c externs1.h lex.c lint1.h tree.c Log Message: lint: migrate gflag to allow_gcc No functional change. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 19:18:17 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: decl.c err.c externs1.h lex.c lint1.h tree.c Log Message: lint: migrate gflag to allow_gcc No functional change. To generate a diff of this commit: cvs

CVS commit: src/tests/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 18:41:22 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_259_ilp32.c platform_int.c Log Message: tests/lint: fix tests on platforms other than x86_64 In msg_259_ilp32.c 1.6 from 2022-04-15, I removed the

CVS commit: src/tests/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 18:41:22 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_259_ilp32.c platform_int.c Log Message: tests/lint: fix tests on platforms other than x86_64 In msg_259_ilp32.c 1.6 from 2022-04-15, I removed the

CVS commit: src

2022-04-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Apr 16 18:15:23 UTC 2022 Modified Files: src/etc/rc.d: swap1 src/games/trek/DOC: trekmanual.nr src/lib/libc/gen: fixunsgen_ieee754.c src/lib/libm/src: s_fminf.c src/lib/librumphijack: hijack.c

CVS commit: src

2022-04-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Apr 16 18:15:23 UTC 2022 Modified Files: src/etc/rc.d: swap1 src/games/trek/DOC: trekmanual.nr src/lib/libc/gen: fixunsgen_ieee754.c src/lib/libm/src: s_fminf.c src/lib/librumphijack: hijack.c

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 18:13:54 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: clean up keyword definitions for the lexer There is only one specialized keyword that is also a GCC attribute, it's "section". All

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 18:13:54 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: clean up keyword definitions for the lexer There is only one specialized keyword that is also a GCC attribute, it's "section". All

CVS commit: src/sys/arch

2022-04-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Apr 16 17:35:57 UTC 2022 Modified Files: src/sys/arch/hpcmips/dev: plumvideo.c src/sys/arch/playstation2/ee: sif.c Log Message: s/setted/set/ To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/sys/arch

2022-04-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Apr 16 17:35:57 UTC 2022 Modified Files: src/sys/arch/hpcmips/dev: plumvideo.c src/sys/arch/playstation2/ee: sif.c Log Message: s/setted/set/ To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/sys

2022-04-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Apr 16 17:34:35 UTC 2022 Modified Files: src/sys/arch/arm/iomd: iomdreg.h src/sys/dev/ic: aic79xx.c Log Message: s/strickly/strictly/ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys

2022-04-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Apr 16 17:34:35 UTC 2022 Modified Files: src/sys/arch/arm/iomd: iomdreg.h src/sys/dev/ic: aic79xx.c Log Message: s/strickly/strictly/ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

Re: CVS commit: src/sys/dev/raidframe

2022-04-16 Thread J. Hannken-Illjes
> On 16. Apr 2022, at 18:40, Andrius Varanavicius wrote: > > Module Name: src > Committed By: andvar > Date: Sat Apr 16 16:40:54 UTC 2022 > > Modified Files: > src/sys/dev/raidframe: rf_netbsdkintf.c > > Log Message: > Fix mistake in error branch locking caused by previous

CVS commit: src/sys/dev/raidframe

2022-04-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Apr 16 16:40:54 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Fix mistake in error branch locking caused by previous changes. vput(vp) also unlocks vp, thus unlocking happens twice in error

CVS commit: src/sys/dev/raidframe

2022-04-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Apr 16 16:40:54 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Fix mistake in error branch locking caused by previous changes. vput(vp) also unlocks vp, thus unlocking happens twice in error

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 15:55:10 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: err.c Log Message: lint: for gnuism and c99ism, calculate severity Calculating the severity as a simple sum removes the condition sequence 'a && !b, or else a

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 15:55:10 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: err.c Log Message: lint: for gnuism and c99ism, calculate severity Calculating the severity as a simple sum removes the condition sequence 'a && !b, or else a

CVS commit: src/bin/sh

2022-04-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 16 14:26:26 UTC 2022 Modified Files: src/bin/sh: miscbltin.c Log Message: Redo the way the builtin cmd 'ulimit' getopt() (nextopt() really, but it is essentially the same) arg string is generated, to lessen the chances that

CVS commit: src/bin/sh

2022-04-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 16 14:26:26 UTC 2022 Modified Files: src/bin/sh: miscbltin.c Log Message: Redo the way the builtin cmd 'ulimit' getopt() (nextopt() really, but it is essentially the same) arg string is generated, to lessen the chances that

CVS commit: src/bin/sh

2022-04-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 16 14:23:36 UTC 2022 Modified Files: src/bin/sh: miscbltin.c Log Message: While doing the previous change, I noticed that when used in a particularly perverse way, the error message for a bad octal constant as the new umask

CVS commit: src/bin/sh

2022-04-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 16 14:23:36 UTC 2022 Modified Files: src/bin/sh: miscbltin.c Log Message: While doing the previous change, I noticed that when used in a particularly perverse way, the error message for a bad octal constant as the new umask

CVS commit: src/bin/sh

2022-04-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 16 14:20:45 UTC 2022 Modified Files: src/bin/sh: miscbltin.c mystring.c options.c parser.c Log Message: Avoid generating error messages implying that user errors are illegal. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/bin/sh

2022-04-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 16 14:20:45 UTC 2022 Modified Files: src/bin/sh: miscbltin.c mystring.c options.c parser.c Log Message: Avoid generating error messages implying that user errors are illegal. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 14:06:11 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: clean up conditions for migration check between trad and C90 No functional change, as each of the conditions was effectively '!tflag

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 14:06:11 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: clean up conditions for migration check between trad and C90 No functional change, as each of the conditions was effectively '!tflag

CVS commit: src

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 13:25:27 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_081.c msg_100.c msg_340.c msg_340.exp src/usr.bin/xlint/lint1: err.c externs1.h main1.c Log Message: lint: model C language

CVS commit: src

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 13:25:27 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_081.c msg_100.c msg_340.c msg_340.exp src/usr.bin/xlint/lint1: err.c externs1.h main1.c Log Message: lint: model C language

CVS commit: src/sys/dev/hdaudio

2022-04-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Apr 16 12:25:10 UTC 2022 Modified Files: src/sys/dev/hdaudio: hdaudiodevs.h hdaudiodevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/hdaudio/hdaudiodevs.h \

CVS commit: src/sys/dev/hdaudio

2022-04-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Apr 16 12:25:10 UTC 2022 Modified Files: src/sys/dev/hdaudio: hdaudiodevs.h hdaudiodevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/hdaudio/hdaudiodevs.h \

CVS commit: src/sys/dev/hdaudio

2022-04-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Apr 16 12:24:06 UTC 2022 Modified Files: src/sys/dev/hdaudio: hdaudiodevs Log Message: hdaudiodevs: Add some ~new Intel devices To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/hdaudio/hdaudiodevs

CVS commit: src/sys/dev/hdaudio

2022-04-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Apr 16 12:24:06 UTC 2022 Modified Files: src/sys/dev/hdaudio: hdaudiodevs Log Message: hdaudiodevs: Add some ~new Intel devices To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/hdaudio/hdaudiodevs

CVS commit: src/sys/arch

2022-04-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Apr 16 11:57:46 UTC 2022 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: x86: Enable HDAUDIOVERBOSE (as on arm) in order for AUDIO_GETDEV to return human-readable data.

CVS commit: src/sys/arch

2022-04-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Apr 16 11:57:46 UTC 2022 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: x86: Enable HDAUDIOVERBOSE (as on arm) in order for AUDIO_GETDEV to return human-readable data.

CVS commit: src/sys/dev

2022-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 16 11:13:10 UTC 2022 Modified Files: src/sys/dev: sequencer.c Log Message: sequencer(4): VOP_CLOSE requires vnode lock. Reported-by: syzbot+877c50d819fea9403...@syzkaller.appspotmail.com To generate a diff of this

CVS commit: src/sys/dev

2022-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 16 11:13:10 UTC 2022 Modified Files: src/sys/dev: sequencer.c Log Message: sequencer(4): VOP_CLOSE requires vnode lock. Reported-by: syzbot+877c50d819fea9403...@syzkaller.appspotmail.com To generate a diff of this

CVS commit: src/sys/dev

2022-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 16 11:13:01 UTC 2022 Modified Files: src/sys/dev: sequencer.c Log Message: sequencer(4): Convert some #if DIAGNOSTIC to assertions. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/sys/dev

2022-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 16 11:13:01 UTC 2022 Modified Files: src/sys/dev: sequencer.c Log Message: sequencer(4): Convert some #if DIAGNOSTIC to assertions. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/sys/dev

2022-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 16 11:12:21 UTC 2022 Modified Files: src/sys/dev: sequencer.c Log Message: sequencer(4): Sprinkle KNF. - Sort includes. - Nix trailing whitespace. - No parens for return. - Blank line between declarations and

CVS commit: src/sys/dev

2022-04-16 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 16 11:12:21 UTC 2022 Modified Files: src/sys/dev: sequencer.c Log Message: sequencer(4): Sprinkle KNF. - Sort includes. - Nix trailing whitespace. - No parens for return. - Blank line between declarations and

CVS commit: src/usr.bin/telnet

2022-04-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Apr 16 09:53:13 UTC 2022 Modified Files: src/usr.bin/telnet: telnet.1 Log Message: telnet.1: update state of the art on Single DES encryption To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/usr.bin/telnet

2022-04-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Apr 16 09:53:13 UTC 2022 Modified Files: src/usr.bin/telnet: telnet.1 Log Message: telnet.1: update state of the art on Single DES encryption To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 09:22:25 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: accept.sh decl_enum.c msg_054.c msg_054.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: in C99 mode, allow trailing comma in

CVS commit: src

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 09:22:25 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: accept.sh decl_enum.c msg_054.c msg_054.exp src/usr.bin/xlint/lint1: cgram.y Log Message: lint: in C99 mode, allow trailing comma in

CVS commit: src/tests/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 09:20:01 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_084.c msg_084.exp Log Message: tests/lint: refine test for varargs function To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 09:20:01 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_084.c msg_084.exp Log Message: tests/lint: refine test for varargs function To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 09:18:33 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: README.md Log Message: lint: extend README To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/lint1/README.md Please note that

CVS commit: src/usr.bin/xlint/lint1

2022-04-16 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 16 09:18:33 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: README.md Log Message: lint: extend README To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/lint1/README.md Please note that

CVS commit: src/sys/ufs/ffs

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 08:00:55 UTC 2022 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Unlock vnode for VOP_IOCTL() and wapbl_flush(). To generate a diff of this commit: cvs rdiff -u -r1.375 -r1.376

CVS commit: src/sys/ufs/ffs

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 08:00:55 UTC 2022 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: Unlock vnode for VOP_IOCTL() and wapbl_flush(). To generate a diff of this commit: cvs rdiff -u -r1.375 -r1.376

CVS commit: src/sys/ufs/ffs

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 07:59:46 UTC 2022 Modified Files: src/sys/ufs/ffs: ffs_snapshot.c Log Message: Take the link count from the inode. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/ufs/ffs/ffs_snapshot.c

CVS commit: src/sys/ufs/ffs

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 07:59:46 UTC 2022 Modified Files: src/sys/ufs/ffs: ffs_snapshot.c Log Message: Take the link count from the inode. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/ufs/ffs/ffs_snapshot.c

CVS commit: src/sys/kern

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 07:59:02 UTC 2022 Modified Files: src/sys/kern: sys_descrip.c Log Message: Lock vnode for VOP_PATHCONF(). To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/kern/sys_descrip.c Please note that

CVS commit: src/sys/kern

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 07:59:02 UTC 2022 Modified Files: src/sys/kern: sys_descrip.c Log Message: Lock vnode for VOP_PATHCONF(). To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/kern/sys_descrip.c Please note that

CVS commit: src/sys/fs/msdosfs

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 07:58:21 UTC 2022 Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: Lock vnode for vinvalbuf(). To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/fs/msdosfs/msdosfs_vfsops.c

CVS commit: src/sys/fs/msdosfs

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 07:58:21 UTC 2022 Modified Files: src/sys/fs/msdosfs: msdosfs_vfsops.c Log Message: Lock vnode for vinvalbuf(). To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/fs/msdosfs/msdosfs_vfsops.c

CVS commit: src/sys/dev/raidframe

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 07:57:33 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Unlock vnode for VOP_IOCTL(). To generate a diff of this commit: cvs rdiff -u -r1.405 -r1.406

CVS commit: src/sys/dev/raidframe

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 07:57:33 UTC 2022 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: Unlock vnode for VOP_IOCTL(). To generate a diff of this commit: cvs rdiff -u -r1.405 -r1.406

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 07:56:45 UTC 2022 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_disk.c Log Message: Unlock vnode for VOP_IOCTL(). To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 \

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2022-04-16 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Apr 16 07:56:45 UTC 2022 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev_disk.c Log Message: Unlock vnode for VOP_IOCTL(). To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 \