CVS commit: src/usr.bin/make

2023-09-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 9 04:38:49 UTC 2023 Modified Files: src/usr.bin/make: main.c Log Message: add explicit cast for long -> int truncation warning-as-error. as this is number of CPUs, i don't think we have to care about it for a long, long,

CVS commit: src/usr.bin/make

2023-09-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Sep 9 04:38:49 UTC 2023 Modified Files: src/usr.bin/make: main.c Log Message: add explicit cast for long -> int truncation warning-as-error. as this is number of CPUs, i don't think we have to care about it for a long, long,

CVS commit: src/usr.bin/make

2023-09-08 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Sep 9 01:30:59 UTC 2023 Modified Files: src/usr.bin/make: main.c make.1 src/usr.bin/make/unit-tests: varname-dot-make-jobs.exp varname-dot-make-jobs.mk Log Message: make: allow -j to compute a multiple of

CVS commit: src/usr.bin/make

2023-09-08 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Sep 9 01:30:59 UTC 2023 Modified Files: src/usr.bin/make: main.c make.1 src/usr.bin/make/unit-tests: varname-dot-make-jobs.exp varname-dot-make-jobs.mk Log Message: make: allow -j to compute a multiple of

CVS commit: src/sys/sys

2023-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Sep 9 00:15:09 UTC 2023 Modified Files: src/sys/sys: once.h systm.h Log Message: Revert "once(9): Assert sleepable in RUN_ONCE, unconditionally." This would be nice but it'll break too many things for the moment. To

CVS commit: src/sys/sys

2023-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Sep 9 00:15:09 UTC 2023 Modified Files: src/sys/sys: once.h systm.h Log Message: Revert "once(9): Assert sleepable in RUN_ONCE, unconditionally." This would be nice but it'll break too many things for the moment. To

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

2023-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Sep 9 00:14:16 UTC 2023 Modified Files: src/external/cddl/osnet/sys/kern: kmem.c Log Message: solaris: Use pool_cache_reclaim, not pool_cache_invalidate. pool_cache_invalidate invalidates cached objects, but doesn't

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

2023-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Sep 9 00:14:16 UTC 2023 Modified Files: src/external/cddl/osnet/sys/kern: kmem.c Log Message: solaris: Use pool_cache_reclaim, not pool_cache_invalidate. pool_cache_invalidate invalidates cached objects, but doesn't

CVS commit: src/sys/sys

2023-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Sep 8 23:25:39 UTC 2023 Modified Files: src/sys/sys: once.h systm.h Log Message: once(9): Assert sleepable in RUN_ONCE, unconditionally. Otherwise there's a good chance we'll never exercise many paths that call RUN_ONCE

CVS commit: src/sys/sys

2023-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Sep 8 23:25:39 UTC 2023 Modified Files: src/sys/sys: once.h systm.h Log Message: once(9): Assert sleepable in RUN_ONCE, unconditionally. Otherwise there's a good chance we'll never exercise many paths that call RUN_ONCE

CVS commit: src/sys/ufs/ffs

2023-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Sep 8 23:21:55 UTC 2023 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: ffs_sync: Avoid unlocked access to v_numoutput/v_dirtyblkhd. Found by lockdoc. PR kern/57606 To generate a diff of this commit: cvs

CVS commit: src/sys/ufs/ffs

2023-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Sep 8 23:21:55 UTC 2023 Modified Files: src/sys/ufs/ffs: ffs_vfsops.c Log Message: ffs_sync: Avoid unlocked access to v_numoutput/v_dirtyblkhd. Found by lockdoc. PR kern/57606 To generate a diff of this commit: cvs

CVS commit: src/sys/dev/raidframe

2023-09-08 Thread Greg Oster
Module Name:src Committed By: oster Date: Fri Sep 8 22:55:32 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_reconstruct.c Log Message: Revision 1.104 actually fixed the issues that were preventing us from freeing the ReconControl structures. So free them and thus

CVS commit: src/sys/dev/raidframe

2023-09-08 Thread Greg Oster
Module Name:src Committed By: oster Date: Fri Sep 8 22:55:32 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_reconstruct.c Log Message: Revision 1.104 actually fixed the issues that were preventing us from freeing the ReconControl structures. So free them and thus

CVS commit: src/sys/arch/hp300/dev

2023-09-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Sep 8 22:51:54 UTC 2023 Modified Files: src/sys/arch/hp300/dev: dcm.c Log Message: hp300/dcm(4): set dsp value after sc is initialized. fixes DCMSTATS enabled build for hp300. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/hp300/dev

2023-09-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Sep 8 22:51:54 UTC 2023 Modified Files: src/sys/arch/hp300/dev: dcm.c Log Message: hp300/dcm(4): set dsp value after sc is initialized. fixes DCMSTATS enabled build for hp300. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/mail

2023-09-08 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Fri Sep 8 20:46:45 UTC 2023 Modified Files: src/usr.bin/mail: support.c Log Message: Add check for space presence after comma in skin() Check if comma is followed by space, otherwise it may lead to overflow in the output buffer as

CVS commit: src/usr.bin/mail

2023-09-08 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Fri Sep 8 20:46:45 UTC 2023 Modified Files: src/usr.bin/mail: support.c Log Message: Add check for space presence after comma in skin() Check if comma is followed by space, otherwise it may lead to overflow in the output buffer as

CVS commit: src/usr.bin/mail

2023-09-08 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Fri Sep 8 20:37:07 UTC 2023 Modified Files: src/usr.bin/mail: support.c Log Message: Fix writing outside of the nbuf buffer in skin() Data provided to skin() can be longer than LINEBUF (if same header is provided multiple times,

CVS commit: src/usr.bin/mail

2023-09-08 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Fri Sep 8 20:37:07 UTC 2023 Modified Files: src/usr.bin/mail: support.c Log Message: Fix writing outside of the nbuf buffer in skin() Data provided to skin() can be longer than LINEBUF (if same header is provided multiple times,

CVS commit: src/external/gpl3/gdb/dist/gdb

2023-09-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 8 19:55:51 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c Log Message: fix threads debugging (again) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/external/gpl3/gdb/dist/gdb

2023-09-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 8 19:55:51 UTC 2023 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c Log Message: fix threads debugging (again) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch/hp300/DOC

2023-09-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Sep 8 19:04:29 UTC 2023 Modified Files: src/sys/arch/hp300/DOC: Debug.tips TODO.hp300 Log Message: fix few typos in the text of Debug.tips and TODO.hp300 docs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/hp300/DOC

2023-09-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Sep 8 19:04:29 UTC 2023 Modified Files: src/sys/arch/hp300/DOC: Debug.tips TODO.hp300 Log Message: fix few typos in the text of Debug.tips and TODO.hp300 docs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/hp300/DOC

2023-09-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Sep 8 18:51:19 UTC 2023 Modified Files: src/sys/arch/hp300/DOC: HPMMU.notes Log Message: s/Insruction/Instruction/ To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp300/DOC/HPMMU.notes Please note

CVS commit: src/lib/libc/net

2023-09-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 8 18:17:41 UTC 2023 Modified Files: src/lib/libc/net: getnameinfo.c Log Message: PR/57609: Carl Engvall: Add salen checks but accept larger sizes (upto sockaddr_storage) To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/net

2023-09-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 8 18:17:41 UTC 2023 Modified Files: src/lib/libc/net: getnameinfo.c Log Message: PR/57609: Carl Engvall: Add salen checks but accept larger sizes (upto sockaddr_storage) To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/mail

2023-09-08 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Fri Sep 8 14:34:02 UTC 2023 Modified Files: src/usr.bin/mail: format.c Log Message: Fix check_bufsize() incorrect behaviour The function ensures that that buffer is large enough to store the data (if not, it reallocates it). It

CVS commit: src/usr.bin/mail

2023-09-08 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Fri Sep 8 14:34:02 UTC 2023 Modified Files: src/usr.bin/mail: format.c Log Message: Fix check_bufsize() incorrect behaviour The function ensures that that buffer is large enough to store the data (if not, it reallocates it). It

CVS commit: src/usr.bin/mail

2023-09-08 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Fri Sep 8 14:22:04 UTC 2023 Modified Files: src/usr.bin/mail: vars.c Log Message: Fixed undefined behaviour in hash() Shift left on large int values was causing an undefined behaviour, fix it by operating on unsigned int type

CVS commit: src/usr.bin/mail

2023-09-08 Thread Mateusz Kocielski
Module Name:src Committed By: shm Date: Fri Sep 8 14:22:04 UTC 2023 Modified Files: src/usr.bin/mail: vars.c Log Message: Fixed undefined behaviour in hash() Shift left on large int values was causing an undefined behaviour, fix it by operating on unsigned int type

CVS commit: src

2023-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Sep 8 12:01:56 UTC 2023 Modified Files: src: Makefile Log Message: Makefile: Run `postinstall -d /', not `postinstall -d //'. This happens when doing `build.sh install=/'. The message is less confusing and it makes

CVS commit: src

2023-09-08 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Sep 8 12:01:56 UTC 2023 Modified Files: src: Makefile Log Message: Makefile: Run `postinstall -d /', not `postinstall -d //'. This happens when doing `build.sh install=/'. The message is less confusing and it makes

CVS commit: [netbsd-8] src/doc

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:10:54 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1896 To generate a diff of this commit: cvs rdiff -u -r1.1.2.196 -r1.1.2.197 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/doc

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:10:54 UTC 2023 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1896 To generate a diff of this commit: cvs rdiff -u -r1.1.2.196 -r1.1.2.197 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: [netbsd-8] src/lib/libpam/modules/pam_ksu

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:09:56 UTC 2023 Modified Files: src/lib/libpam/modules/pam_ksu [netbsd-8]: pam_ksu.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1896): lib/libpam/modules/pam_ksu/pam_ksu.c:

CVS commit: [netbsd-8] src/lib/libpam/modules/pam_ksu

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:09:56 UTC 2023 Modified Files: src/lib/libpam/modules/pam_ksu [netbsd-8]: pam_ksu.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1896): lib/libpam/modules/pam_ksu/pam_ksu.c:

CVS commit: [netbsd-9] src/doc

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:09:08 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1728 To generate a diff of this commit: cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-9.4 Please note that diffs are not

CVS commit: [netbsd-9] src/doc

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:09:08 UTC 2023 Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Ticket #1728 To generate a diff of this commit: cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-9.4 Please note that diffs are not

CVS commit: [netbsd-9] src/lib/libpam/modules/pam_ksu

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:08:13 UTC 2023 Modified Files: src/lib/libpam/modules/pam_ksu [netbsd-9]: pam_ksu.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1728): lib/libpam/modules/pam_ksu/pam_ksu.c:

CVS commit: [netbsd-9] src/lib/libpam/modules/pam_ksu

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:08:13 UTC 2023 Modified Files: src/lib/libpam/modules/pam_ksu [netbsd-9]: pam_ksu.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1728): lib/libpam/modules/pam_ksu/pam_ksu.c:

CVS commit: [netbsd-10] src/doc

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:07:19 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #356 and #357 To generate a diff of this commit: cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-10.0 Please note that

CVS commit: [netbsd-10] src/doc

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:07:19 UTC 2023 Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #356 and #357 To generate a diff of this commit: cvs rdiff -u -r1.1.2.119 -r1.1.2.120 src/doc/CHANGES-10.0 Please note that

CVS commit: [netbsd-10] src/lib/libpam/modules/pam_ksu

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:06:21 UTC 2023 Modified Files: src/lib/libpam/modules/pam_ksu [netbsd-10]: pam_ksu.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #357): lib/libpam/modules/pam_ksu/pam_ksu.c:

CVS commit: [netbsd-10] src/lib/libpam/modules/pam_ksu

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:06:21 UTC 2023 Modified Files: src/lib/libpam/modules/pam_ksu [netbsd-10]: pam_ksu.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #357): lib/libpam/modules/pam_ksu/pam_ksu.c:

CVS commit: [netbsd-10] src

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:03:54 UTC 2023 Modified Files: src/crypto/external/bsd/heimdal/lib [netbsd-10]: Makefile src/crypto/external/bsd/netpgp/lib [netbsd-10]: Makefile src/external/bsd/atf/lib [netbsd-10]: Makefile

CVS commit: [netbsd-10] src

2023-09-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Sep 8 09:03:54 UTC 2023 Modified Files: src/crypto/external/bsd/heimdal/lib [netbsd-10]: Makefile src/crypto/external/bsd/netpgp/lib [netbsd-10]: Makefile src/external/bsd/atf/lib [netbsd-10]: Makefile