Module Name: src Committed By: martin Date: Sat May 13 12:24:46 UTC 2023
Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Note tickets #1631 - #1633 To generate a diff of this commit: cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGES-9.4 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.4 diff -u src/doc/CHANGES-9.4:1.1.2.64 src/doc/CHANGES-9.4:1.1.2.65 --- src/doc/CHANGES-9.4:1.1.2.64 Tue May 2 17:25:54 2023 +++ src/doc/CHANGES-9.4 Sat May 13 12:24:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.64 2023/05/02 17:25:54 martin Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.65 2023/05/13 12:24:46 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -1393,3 +1393,35 @@ lib/libc/locale/newlocale.c 1.4 newlocale(3): fix parsing a locale string with multiple components. [mlelstv, ticket #1630] +share/man/man4/video.4 1.11 + + video(4): PR 57364: fix a typo. + [khorben, ticket #1631] + +share/man/man4/options.4 1.524 +share/man/man8/man8.x86/boot.8 1.27-1.29 (via patch) +share/man/man8/man8.x86/dosboot.8 1.4 +share/man/man8/man8.x86/pxeboot.8 1.6 +sys/arch/amd64/amd64/locore.S 1.219,1.220 +sys/arch/amd64/conf/files.amd64 1.121 +sys/arch/amd64/conf/std.amd64 1.13 +sys/arch/i386/stand/efiboot/boot.c 1.22 +sys/arch/i386/stand/efiboot/bootia32/efibootia32.c 1.6 +sys/arch/i386/stand/efiboot/bootia32/startprog32.S 1.3 +sys/arch/i386/stand/efiboot/bootx64/efibootx64.c 1.6 +sys/arch/i386/stand/efiboot/bootx64/startprog64.S 1.4 +sys/arch/i386/stand/efiboot/efiboot.c 1.13 +sys/arch/i386/stand/efiboot/efiboot.h 1.12 +sys/arch/i386/stand/efiboot/version 1.3 +sys/arch/i386/stand/lib/exec.c 1.79 + + x86: add a "reloc" keyword to the EFI bootstrap to allow loading + kernels at different addresses. + [manu, ticket #1632] + +sys/ufs/ffs/ffs_snapshot.c 1.155 + + PR 57307: fix a bug that caused UFS2 filesystems bigger than 2TB to + prematurely report that they were full and/or to panic the kernel. + [chs, ticket #1633] +