Re: CVS commit: src/sys

2023-04-29 Thread Robert Elz
Date:Sat, 29 Apr 2023 23:30:18 + From:"Robert Elz" Message-ID: <20230429233018.cadf4f...@cvs.netbsd.org> | Modified Files: | src/sys/kern: vfs_subr.c | src/sys/sys: sdt.h | | Log Message: | Fix builds (hopefully) when DTRACE hooks are not

CVS commit: src/sys

2023-04-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 29 23:30:18 UTC 2023 Modified Files: src/sys/kern: vfs_subr.c src/sys/sys: sdt.h Log Message: Fix builds (hopefully) when DTRACE hooks are not included. To generate a diff of this commit: cvs rdiff -u -r1.498

CVS commit: src/sys

2023-04-29 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 29 23:30:18 UTC 2023 Modified Files: src/sys/kern: vfs_subr.c src/sys/sys: sdt.h Log Message: Fix builds (hopefully) when DTRACE hooks are not included. To generate a diff of this commit: cvs rdiff -u -r1.498

CVS commit: src/lib/libpthread

2023-04-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Apr 29 21:37:07 UTC 2023 Modified Files: src/lib/libpthread: pthread_create.3 Log Message: pthread_create(3): minor markup tweaks To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libpthread/pthread_create.3

CVS commit: src/lib/libpthread

2023-04-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Apr 29 21:37:07 UTC 2023 Modified Files: src/lib/libpthread: pthread_create.3 Log Message: pthread_create(3): minor markup tweaks To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libpthread/pthread_create.3

CVS commit: src/lib/libpthread

2023-04-29 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Sat Apr 29 20:51:45 UTC 2023 Modified Files: src/lib/libpthread: pthread_create.3 Log Message: delete spurious space To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libpthread/pthread_create.3 Please note

CVS commit: src/lib/libpthread

2023-04-29 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Sat Apr 29 20:51:45 UTC 2023 Modified Files: src/lib/libpthread: pthread_create.3 Log Message: delete spurious space To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libpthread/pthread_create.3 Please note

CVS commit: src/share/mk

2023-04-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 29 20:31:59 UTC 2023 Modified Files: src/share/mk: bsd.sys.mk Log Message: Like everywhere else make sure DESTDIR is not empty before using it. Otherwise if it is empty before we were adding an optargless -d, which

CVS commit: src/share/mk

2023-04-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 29 20:31:59 UTC 2023 Modified Files: src/share/mk: bsd.sys.mk Log Message: Like everywhere else make sure DESTDIR is not empty before using it. Otherwise if it is empty before we were adding an optargless -d, which

CVS commit: src/sys/dev/sdmmc

2023-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 13:21:31 UTC 2023 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: sdmmc: Only check chipset WP status for SD cards. The sdmmc_chip_write_protect callback returns the write protect switch status from the

CVS commit: src/sys/dev/sdmmc

2023-04-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Apr 29 13:21:31 UTC 2023 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: sdmmc: Only check chipset WP status for SD cards. The sdmmc_chip_write_protect callback returns the write protect switch status from the

CVS commit: src/sys/dev/dkwedge

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 13:00:17 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Rename label for consistency. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152

CVS commit: src/sys/dev/dkwedge

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 13:00:17 UTC 2023 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dk(4): Rename label for consistency. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152

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

2023-04-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 29 10:16:24 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: var-scope-local.exp var-scope-local.mk Log Message: tests/make: extend test for target-local variables To generate a diff of this commit: cvs rdiff -u

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

2023-04-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 29 10:16:24 UTC 2023 Modified Files: src/usr.bin/make/unit-tests: var-scope-local.exp var-scope-local.mk Log Message: tests/make: extend test for target-local variables To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 10:07:30 UTC 2023 Modified Files: src/sys/kern: vfs_subr.c Log Message: vfs: Sprinkle dtrace probes into syncer. To generate a diff of this commit: cvs rdiff -u -r1.497 -r1.498 src/sys/kern/vfs_subr.c Please note

CVS commit: src/sys/kern

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 10:07:30 UTC 2023 Modified Files: src/sys/kern: vfs_subr.c Log Message: vfs: Sprinkle dtrace probes into syncer. To generate a diff of this commit: cvs rdiff -u -r1.497 -r1.498 src/sys/kern/vfs_subr.c Please note

CVS commit: src/sys/kern

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 10:07:22 UTC 2023 Modified Files: src/sys/kern: vfs_cache.c vfs_init.c Log Message: vfs(9): Move SDT_PROVIDER_DEFINE(vfs) from vfs_cache.c to vfs_init.c. Not a namecache-specific thing. To generate a diff of this

CVS commit: src/sys/kern

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 10:07:22 UTC 2023 Modified Files: src/sys/kern: vfs_cache.c vfs_init.c Log Message: vfs(9): Move SDT_PROVIDER_DEFINE(vfs) from vfs_cache.c to vfs_init.c. Not a namecache-specific thing. To generate a diff of this

CVS commit: src/sys/kern

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 10:07:13 UTC 2023 Modified Files: src/sys/kern: vfs_init.c Log Message: kern/vfs_init.c: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/kern

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 10:07:13 UTC 2023 Modified Files: src/sys/kern: vfs_init.c Log Message: kern/vfs_init.c: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/sys

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 10:07:06 UTC 2023 Modified Files: src/sys/sys: vnode_impl.h Log Message: sys/vnode_impl.h: Declare vfs sdt provider. This way it can be used by more than just vfs_cache.c. To generate a diff of this commit: cvs

CVS commit: src/sys/sys

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 10:07:06 UTC 2023 Modified Files: src/sys/sys: vnode_impl.h Log Message: sys/vnode_impl.h: Declare vfs sdt provider. This way it can be used by more than just vfs_cache.c. To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 10:06:33 UTC 2023 Modified Files: src/sys/kern: vfs_subr.c Log Message: kern/vfs_subr.c: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.496 -r1.497

CVS commit: src/sys/kern

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 10:06:33 UTC 2023 Modified Files: src/sys/kern: vfs_subr.c Log Message: kern/vfs_subr.c: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.496 -r1.497

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

2023-04-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 29 10:01:51 UTC 2023 Modified Files: src/sys/arch/m68k/m68k: kobj_machdep.c Log Message: Fix build after previous. m68k uses symnum instead of symidx. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2023-04-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 29 10:01:51 UTC 2023 Modified Files: src/sys/arch/m68k/m68k: kobj_machdep.c Log Message: Fix build after previous. m68k uses symnum instead of symidx. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/fs/tmpfs

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 08:15:13 UTC 2023 Modified Files: src/sys/fs/tmpfs: tmpfs_subr.c Log Message: tmpfs: Assert no arithmetic overflow in directory node tn_size. Need >2^57 directory entries before this is a problem. If we created a

CVS commit: src/sys/fs/tmpfs

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 08:15:13 UTC 2023 Modified Files: src/sys/fs/tmpfs: tmpfs_subr.c Log Message: tmpfs: Assert no arithmetic overflow in directory node tn_size. Need >2^57 directory entries before this is a problem. If we created a

CVS commit: src/sys/fs/tmpfs

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 08:13:27 UTC 2023 Modified Files: src/sys/fs/tmpfs: tmpfs_subr.c Log Message: tmpfs: Refuse sizes that overflow round_page. Reported-by: syzbot+8dbeee84de15f86df...@syzkaller.appspotmail.com

CVS commit: src/sys/fs/tmpfs

2023-04-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 29 08:13:27 UTC 2023 Modified Files: src/sys/fs/tmpfs: tmpfs_subr.c Log Message: tmpfs: Refuse sizes that overflow round_page. Reported-by: syzbot+8dbeee84de15f86df...@syzkaller.appspotmail.com

CVS commit: src/sys/kern

2023-04-29 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

CVS commit: src/sys/kern

2023-04-29 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

CVS commit: src/sys/fs/tmpfs

2023-04-29 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

CVS commit: src/sys/fs/tmpfs

2023-04-29 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

CVS commit: src/sys/sys

2023-04-29 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

CVS commit: src/sys/sys

2023-04-29 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

CVS commit: src/sys/dev/dkwedge

2023-04-29 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

CVS commit: src/sys/dev/dkwedge

2023-04-29 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