Module Name: src Committed By: martin Date: Fri Nov 1 15:07:45 UTC 2024
Modified Files: src/doc [netbsd-10]: CHANGES-10.1 Log Message: Tickets #993 - #997 To generate a diff of this commit: cvs rdiff -u -r1.1.2.63 -r1.1.2.64 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.63 src/doc/CHANGES-10.1:1.1.2.64 --- src/doc/CHANGES-10.1:1.1.2.63 Fri Nov 1 14:37:33 2024 +++ src/doc/CHANGES-10.1 Fri Nov 1 15:07:44 2024 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.1,v 1.1.2.63 2024/11/01 14:37:33 martin Exp $ +# $NetBSD: CHANGES-10.1,v 1.1.2.64 2024/11/01 15:07:44 martin Exp $ A complete list of changes from the NetBSD 10.0 release on 2024-03-28 until the 10.1 release: @@ -3456,3 +3456,40 @@ usr.sbin/postinstall/postinstall.in 1.6 PR 58476: fix fallout from blacklist -> blocklist renaming. [spz, ticket #992] +usr.bin/env/env.1 1.16 +usr.bin/env/env.c 1.24 + + Implement "env -C dir" to chdir. + [kim, ticket #993] + +sys/dev/acpi/apei.c 1.4-1.9 +sys/dev/acpi/apei_cper.h 1.3-1.5 +sys/dev/acpi/apei_hest.c 1.4-1.6 + + apei(4): PR 58775: add support for displaying the content of PCIe + hardware errors, and rate-limit error messages to one per minute of + each severity level (fatal, recoverable, correctable, other). + [riastradh, ticket #994] + +etc/etc.evbppc/Makefile.inc 1.16 + + evbppc: include X sets in wii.img + [jmcneill, ticket #995] + +lib/libc/arch/aarch64/gen/fpsetround.c 1.4 +tests/lib/libc/gen/t_fpsetround.c 1.7,1.8 + + aarch64: PR 58782: fpsetround(3): don't toggle all the other bits + in the fpcr register. + [rin, ticket #996] + +sys/dev/iscsi/iscsi_ioctl.c 1.35 +sys/dev/iscsi/iscsi_main.c 1.42 +sys/dev/iscsi/iscsi_send.c 1.41 + + iscsi: + - use correct status value SCSI_BUSY (0x08) when running + out of sessions. + - avoid race in timeout handling. + [rin, ticket #997] +