Module Name: src Committed By: martin Date: Fri Aug 23 18:35:13 UTC 2024
Modified Files: src/doc [netbsd-9]: CHANGES-9.5 Log Message: Tickets #1867 - #1877 To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-9.5 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-9.5 diff -u src/doc/CHANGES-9.5:1.1.2.13 src/doc/CHANGES-9.5:1.1.2.14 --- src/doc/CHANGES-9.5:1.1.2.13 Thu Aug 22 20:02:15 2024 +++ src/doc/CHANGES-9.5 Fri Aug 23 18:35:12 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.5,v 1.1.2.13 2024/08/22 20:02:15 martin Exp $ +# $NetBSD: CHANGES-9.5,v 1.1.2.14 2024/08/23 18:35:12 martin Exp $ A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5 release: @@ -206,3 +206,92 @@ tests/lib/libc/stdio/t_printf.c 1.11-1 PR 56937: libc: add tests for printf(3) long double %a. [riastradh, ticket #1866] +sys/netbt/bt_proto.c 1.17 + + netbt(4): PR 56988: initialize bt_lock earlier. + [riastradh, ticket #1867] + +sys/dev/hdaudio/hdafg.c 1.30 + + hdafg(4): PR 57322: do hotplug detection in kthread, not callout. + [riastradh, ticket #1868] + +sys/dev/acpi/acpi_display.c 1.24 + + acpiout(4): PR 57825: fix brightness controls on certain + machines. + [riastradh, ticket #1869] + +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 #1870] + +sys/sys/socket.h 1.132 + + <sys/socket.h>: PR 57871: use unsigned char, not u_char, for + POSIX apps. + [riastradh, ticket #1871] + +distrib/sets/lists/debug/mi 1.425 +distrib/sets/lists/tests/mi 1.1306 (patch) +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 #1872] + +sys/ufs/ext2fs/ext2fs_dir.h 1.23 + + ext2fs: PR 58018: fix readdir type for regular files. + [riastradh, ticket #1873] + +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 #1874] + +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 #1875] + +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 #1876] + +distrib/sets/lists/debug/mi 1.433 +distrib/sets/lists/tests/mi 1.1313 (patch) +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 #1877] +