CVS commit: src/lib/libcurses

2023-04-28 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Fri Apr 28 07:12:39 UTC 2023 Modified Files: src/lib/libcurses: refresh.c Log Message: Don't set the clear_to_eol variable in doupdate to NULL, this was a leftover from previous code that makes no sense and makes worms(6) crash ran

CVS commit: src/lib/libcurses

2023-04-28 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Fri Apr 28 07:12:39 UTC 2023 Modified Files: src/lib/libcurses: refresh.c Log Message: Don't set the clear_to_eol variable in doupdate to NULL, this was a leftover from previous code that makes no sense and makes worms(6) crash ran

CVS commit: src/sys

2023-04-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 28 07:33:57 UTC 2023 Modified Files: src/sys/arch/aarch64/aarch64: kobj_machdep.c src/sys/arch/alpha/alpha: kobj_machdep.c src/sys/arch/amd64/amd64: kobj_machdep.c src/sys/arch/arm/arm32: kobj_machdep

CVS commit: src/sys

2023-04-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Apr 28 07:33:57 UTC 2023 Modified Files: src/sys/arch/aarch64/aarch64: kobj_machdep.c src/sys/arch/alpha/alpha: kobj_machdep.c src/sys/arch/amd64/amd64: kobj_machdep.c src/sys/arch/arm/arm32: kobj_machdep

CVS commit: src/sbin/chown

2023-04-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 28 09:56:45 UTC 2023 Modified Files: src/sbin/chown: chown.c Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/chown/chown.c Please note that diffs are not public do

CVS commit: src/sbin/chown

2023-04-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Apr 28 09:56:45 UTC 2023 Modified Files: src/sbin/chown: chown.c Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/chown/chown.c Please note that diffs are not public do

CVS commit: src/usr.bin/make/unit-tests

2023-04-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 28 13:09:48 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: parse.mk var-scope-local.exp var-scope-local.mk Log Message: tests/make: add tests for target-local variables While here, move a test from var-

CVS commit: src/usr.bin/make/unit-tests

2023-04-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Apr 28 13:09:48 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: parse.mk var-scope-local.exp var-scope-local.mk Log Message: tests/make: add tests for target-local variables While here, move a test from var-

CVS commit: src/doc

2023-04-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Apr 28 16:13:12 UTC 2023 Modified Files: src/doc: 3RDPARTY Log Message: 3RDPARTY: the atf-devel mailing list was closed years ago To generate a diff of this commit: cvs rdiff -u -r1.1923 -r1.1924 src/doc/3RDPARTY Please

CVS commit: src/doc

2023-04-28 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Fri Apr 28 16:13:12 UTC 2023 Modified Files: src/doc: 3RDPARTY Log Message: 3RDPARTY: the atf-devel mailing list was closed years ago To generate a diff of this commit: cvs rdiff -u -r1.1923 -r1.1924 src/doc/3RDPARTY Please

CVS commit: src/usr.bin/chflags

2023-04-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Apr 28 22:23:45 UTC 2023 Modified Files: src/usr.bin/chflags: chflags.c Log Message: one more place for recently fixed typo, s/phisycal/physical/. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/chf

CVS commit: src/usr.bin/chflags

2023-04-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Apr 28 22:23:45 UTC 2023 Modified Files: src/usr.bin/chflags: chflags.c Log Message: one more place for recently fixed typo, s/phisycal/physical/. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/chf

CVS commit: src/sys

2023-04-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Apr 28 22:31:38 UTC 2023 Modified Files: src/sys/arch/sh3/include: mmu_sh4.h src/sys/fs/nfs/nlm: nlm_prot_impl.c Log Message: fix few typos and grammar in comments. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys

2023-04-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Apr 28 22:31:38 UTC 2023 Modified Files: src/sys/arch/sh3/include: mmu_sh4.h src/sys/fs/nfs/nlm: nlm_prot_impl.c Log Message: fix few typos and grammar in comments. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/arch/m68k/m68k

2023-04-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Apr 29 03:17:30 UTC 2023 Modified Files: src/sys/arch/m68k/m68k: busaddrerr.s Log Message: m68k: Support TT(Transparent Translation) for 020/030 buserror handler. This avoids a panic when trying badaddr() against to an address

CVS commit: src/sys/arch/m68k/m68k

2023-04-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Apr 29 03:17:30 UTC 2023 Modified Files: src/sys/arch/m68k/m68k: busaddrerr.s Log Message: m68k: Support TT(Transparent Translation) for 020/030 buserror handler. This avoids a panic when trying badaddr() against to an address

CVS commit: src/sys/kern

2023-04-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Apr 29 03:36:55 UTC 2023 Modified Files: src/sys/kern: subr_time.c Log Message: White space fix. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/kern/subr_time.c Please note that diffs are not public do

CVS commit: src/sys/kern

2023-04-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Apr 29 03:36:55 UTC 2023 Modified Files: src/sys/kern: subr_time.c Log Message: White space fix. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/kern/subr_time.c Please note that diffs are not public do

CVS commit: src/sys/dev/dkwedge

2023-04-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 06:23:37 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Fix lock assertion in size increase: parent's, not wedge's. Reported-by: syzbot+d4dc610473cacc518...@syzkaller.appspotmail.com https://

CVS commit: src/sys/dev/dkwedge

2023-04-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 06:23:37 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Fix lock assertion in size increase: parent's, not wedge's. Reported-by: syzbot+d4dc610473cacc518...@syzkaller.appspotmail.com https://

CVS commit: src/sys/sys

2023-04-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 06:28:13 UTC 2023 Modified Files: src/sys/sys: vnode_impl.h Log Message: sys/vnode_impl.h: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/

CVS commit: src/sys/sys

2023-04-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 06:28:13 UTC 2023 Modified Files: src/sys/sys: vnode_impl.h Log Message: sys/vnode_impl.h: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/

CVS commit: src/sys/fs/tmpfs

2023-04-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 06:29:55 UTC 2023 Modified Files: src/sys/fs/tmpfs: tmpfs_mem.c tmpfs_subr.c Log Message: tmpfs: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.1

CVS commit: src/sys/fs/tmpfs

2023-04-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 06:29:55 UTC 2023 Modified Files: src/sys/fs/tmpfs: tmpfs_mem.c tmpfs_subr.c Log Message: tmpfs: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.1

CVS commit: src/sys/kern

2023-04-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 06:34:20 UTC 2023 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: kern/vfs_syscalls.c: Nix trailing whitesapce. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.558 -r1.

CVS commit: src/sys/kern

2023-04-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 06:34:20 UTC 2023 Modified Files: src/sys/kern: vfs_syscalls.c Log Message: kern/vfs_syscalls.c: Nix trailing whitesapce. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.558 -r1.