Module Name: src
Committed By: martin
Date: Fri Aug 23 18:36:36 UTC 2024
Modified Files:
src/doc [netbsd-10]: CHANGES-10.1
Log Message:
Tickets #788 - #801
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-10.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-10.1
diff -u src/doc/CHANGES-10.1:1.1.2.25 src/doc/CHANGES-10.1:1.1.2.26
--- src/doc/CHANGES-10.1:1.1.2.25 Thu Aug 22 20:01:39 2024
+++ src/doc/CHANGES-10.1 Fri Aug 23 18:36:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.1,v 1.1.2.25 2024/08/22 20:01:39 martin Exp $
+# $NetBSD: CHANGES-10.1,v 1.1.2.26 2024/08/23 18:36:36 martin Exp $
A complete list of changes from the NetBSD 10.0 release on 2024-03-28
until the 10.1 release:
@@ -1081,3 +1081,115 @@ tests/lib/libc/stdio/t_printf.c 1.11-1
libc: PR 56937: fix long double formatting.
[riastradh, ticket #787]
+sys/netbt/bt_proto.c 1.17
+
+ netbt(4): PR 56988: initialize bt_lock earlier.
+ [riastradh, ticket #788]
+
+sys/dev/hdaudio/hdafg.c 1.30
+
+ hdafg(4): PR 57322: do hotplug detection in kthread, not callout.
+ [riastradh, ticket #789]
+
+tests/lib/libc/gen/t_fpclassify.c 1.4,1.5
+
+ tests/lib/libc/gen/t_fpclassify: PR 57422: enable long double
+ tests on all architectures, not just those where long double is
+ _larger_ than double -- the long double functions should work
+ even if it's the same as double.
+ [riastradh, ticket #790]
+
+sys/dev/acpi/acpi_display.c 1.24
+
+ acpiout(4): PR 57825: fix brightness controls on certain
+ machines.
+ [riastradh, ticket #791]
+
+common/lib/libc/stdlib/_strtoi.h 1.3
+lib/libc/stdlib/Makefile.inc 1.97
+lib/libc/stdlib/strtoi.3 1.8,1.9
+lib/libc/stdlib/strtonum.c 1.7
+lib/libc/stdlib/strtou.3 delete
+tests/lib/libc/stdlib/t_strtoi.c 1.3
+
+ strtoi(3), strtou(3): PR 57828: prioritize ERANGE over ENOTSUP.
+ [riastradh, ticket #792]
+
+sys/sys/socket.h 1.132
+
+ <sys/socket.h>: PR 57871: use unsigned char, not u_char, for
+ POSIX apps.
+ [riastradh, ticket #793]
+
+lib/libcrypt/crypt-argon2.c 1.20-1.22
+lib/libcrypt/crypt-sha1.c 1.11
+lib/libcrypt/crypt.c 1.41
+lib/libcrypt/hmac.c 1.5
+lib/libcrypt/md5crypt.c 1.16
+lib/libcrypt/pw_gensalt.c 1.14
+
+ libcrypt: PR 57895: fix uninitialized variable reference.
+ [riastradh, ticket #794]
+
+distrib/sets/lists/debug/mi 1.425
+distrib/sets/lists/tests/mi 1.1306
+lib/libc/arch/arm/gen/setjmp.S 1.19
+lib/libc/arch/i386/gen/setjmp.S 1.18
+lib/libc/arch/i386/gen/sigsetjmp.S 1.19
+lib/libc/arch/sh3/gen/setjmp.S 1.12
+lib/libc/arch/sh3/gen/sigsetjmp.S 1.11
+lib/libc/arch/x86_64/gen/__setjmp14.S 1.4
+lib/libc/arch/x86_64/gen/__sigsetjmp14.S 1.4
+tests/lib/libc/setjmp/Makefile 1.3
+tests/lib/libc/setjmp/t_sigstack.c 1.1-1.12
+
+ longjmp(3): PR 57946: restore stack first, then signal mask.
+ [riastradh, ticket #795]
+
+sys/ufs/ext2fs/ext2fs_dir.h 1.23
+
+ ext2fs: PR 58018: fix readdir type for regular files.
+ [riastradh, ticket #796]
+
+usr.bin/audio/common/wav.c 1.23
+usr.bin/audio/record/record.c 1.59
+
+ audioplay(1)/audiorecord(1): PR 57973:
+ - fix a bug in the RIFF parser on 64-bit platforms
+ - fix audio-conversion functions for two types of input/output
+ [mrg, ticket #797]
+
+usr.bin/config/defs.h 1.109
+usr.bin/config/files.c 1.38
+usr.bin/config/mkioconf.c 1.36
+usr.bin/config/mkmakefile.c 1.73
+usr.bin/config/pack.c 1.11
+
+ config(1): PR 58115: make sort order deterministic to fix
+ reproducible build.
+ [riastradh, ticket #798]
+
+sys/arch/x86/x86/cpu_rng.c 1.21
+
+ x86/cpu_rng: PR 58122: fix health test false alarm rate.
+ [riastradh, ticket #799]
+
+external/mpl/bind/dist/lib/ns/query.c 1.21
+
+ named(8): PR 58170: remove incorrect blocklist report for a
+ request that we cannot evaluate legitimacy of, in order to
+ avoid blocking legitimate clients.
+ [riastradh, ticket #800]
+
+distrib/sets/lists/debug/mi 1.433
+distrib/sets/lists/tests/mi 1.1313
+etc/mtree/NetBSD.dist.tests 1.204
+external/gpl3/gcc/dist/libstdc++-v3/config/io/basic_file_stdio.cc 1.2
+tests/lib/libstdc++/Makefile 1.1
+tests/lib/libstdc++/h_cin_nosync.cc 1.1
+tests/lib/libstdc++/t_sync_with_stdio.sh 1.1,1.2
+
+ libstdc++: PR 58206: avoid undefined behaviour in sync_with_stdio -
+ don't fflush stdin.
+ [riastradh, ticket #801]
+