CVS commit: src

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 01:06:37 UTC 2025 Modified Files: src/lib/libc/gen: isctype.c src/tests/lib/libc/gen: t_ctype.c Log Message: ctype(3): Summon a demon from caller's nose if abused out-of-line. This way, applications which op

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 22:52:35 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: Test some more code points with potential for EOF confusion. PR lib/58208: ctype(3) provides poor runtime feedback of abuse

CVS commit: src/include

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 01:43:38 UTC 2025 Modified Files: src/include: assert.h Log Message: assert.h: Sprinkle __predict_true. Assertions are always supposed to be true, so this should be a good prediction. This matches what we have done

CVS commit: src/include

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 01:43:38 UTC 2025 Modified Files: src/include: assert.h Log Message: assert.h: Sprinkle __predict_true. Assertions are always supposed to be true, so this should be a good prediction. This matches what we have done

CVS commit: src/sys/arch/vax/vax

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 29 00:16:30 UTC 2025 Modified Files: src/sys/arch/vax/vax: trap.c Log Message: vax/trap.c: Back out revisions 1.139 and 1.141 for now. These changes served to zero registers on exec in order to avoid leaking secret reg

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 23:30:34 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: More const is more better! No functional change intended -- we never intended to write to this array anyway. PR lib/58208: c

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 23:30:34 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: More const is more better! No functional change intended -- we never intended to write to this array anyway. PR lib/58208: c

CVS commit: src/sys/kern

2025-03-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Mar 28 23:26:34 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: Cleanup a couple more debug messages To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/kern/kern_module.c Please note

CVS commit: src/sys/kern

2025-03-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Mar 28 23:26:34 UTC 2025 Modified Files: src/sys/kern: kern_module.c Log Message: Cleanup a couple more debug messages To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/kern/kern_module.c Please note

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 22:51:58 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: Include UCHAR_MAX in the range of inputs tested. It should definitely be included because it is important to distinguish it f

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 22:52:35 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: Test some more code points with potential for EOF confusion. PR lib/58208: ctype(3) provides poor runtime feedback of abuse

CVS commit: src/sys/fs/udf

2025-03-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Mar 28 19:34:36 UTC 2025 Modified Files: src/sys/fs/udf: udf_subr.c Log Message: s/beyong/beyond/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/sys/fs/udf/udf_subr.c Please note that diffs

CVS commit: src/sys/fs/udf

2025-03-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Mar 28 19:34:36 UTC 2025 Modified Files: src/sys/fs/udf: udf_subr.c Log Message: s/beyong/beyond/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/sys/fs/udf/udf_subr.c Please note that diffs

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 19:24:03 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: Test explicit setlocale(LC_CTYPE, "C"). And do so after other setlocales -- just in case this behaves differently from the de

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 19:24:03 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: Test explicit setlocale(LC_CTYPE, "C"). And do so after other setlocales -- just in case this behaves differently from the de

CVS commit: src

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 19:13:23 UTC 2025 Modified Files: src/lib/libc/locale: rune.c src/tests/lib/libc/gen: t_ctype.c Log Message: libc: Put guard pages before locale ctype/tolower/toupper tables. This way, triggering the undefin

CVS commit: src

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 19:13:23 UTC 2025 Modified Files: src/lib/libc/locale: rune.c src/tests/lib/libc/gen: t_ctype.c Log Message: libc: Put guard pages before locale ctype/tolower/toupper tables. This way, triggering the undefin

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 18:54:10 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: Fix tests on platforms where char is unsigned. PR lib/58208: ctype(3) provides poor runtime feedback of abuse To generate a

CVS commit: src/tests/lib/libc/gen

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 18:54:10 UTC 2025 Modified Files: src/tests/lib/libc/gen: t_ctype.c Log Message: t_ctype: Fix tests on platforms where char is unsigned. PR lib/58208: ctype(3) provides poor runtime feedback of abuse To generate a

CVS commit: src

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 18:41:55 UTC 2025 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/lib/libc/gen: Makefile Added Files: src/tests/lib/libc/gen: t_ctype.c Log Message:

CVS commit: src

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 18:41:55 UTC 2025 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/lib/libc/gen: Makefile Added Files: src/tests/lib/libc/gen: t_ctype.c Log Message:

CVS commit: src/etc

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 18:41:26 UTC 2025 Modified Files: src/etc: MAKEDEV.tmpl src/etc/etc.aarch64: MAKEDEV.conf src/etc/etc.alpha: MAKEDEV.conf src/etc/etc.amd64: MAKEDEV.conf src/etc/etc.evbarm: MAKEDEV.con

CVS commit: src/etc

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 18:41:26 UTC 2025 Modified Files: src/etc: MAKEDEV.tmpl src/etc/etc.aarch64: MAKEDEV.conf src/etc/etc.alpha: MAKEDEV.conf src/etc/etc.amd64: MAKEDEV.conf src/etc/etc.evbarm: MAKEDEV.con

CVS commit: src/share/misc

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 13:31:13 UTC 2025 Modified Files: src/share/misc: acronyms Log Message: acronyms: BLUF: bottom line up front To generate a diff of this commit: cvs rdiff -u -r1.316 -r1.317 src/share/misc/acronyms Please note that

CVS commit: src/share/misc

2025-03-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Mar 28 13:31:13 UTC 2025 Modified Files: src/share/misc: acronyms Log Message: acronyms: BLUF: bottom line up front To generate a diff of this commit: cvs rdiff -u -r1.316 -r1.317 src/share/misc/acronyms Please note that