Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Note tickets #1631 - #1633



details:   https://anonhg.NetBSD.org/src/rev/f47e354d6f9c
branches:  netbsd-9
changeset: 374819:f47e354d6f9c
user:      martin <martin%NetBSD.org@localhost>
date:      Sat May 13 12:24:46 2023 +0000

description:
Note tickets #1631 - #1633

diffstat:

 doc/CHANGES-9.4 |  34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r f6afac2dd07c -r f47e354d6f9c doc/CHANGES-9.4
--- a/doc/CHANGES-9.4   Sat May 13 12:23:13 2023 +0000
+++ b/doc/CHANGES-9.4   Sat May 13 12:24:46 2023 +0000
@@ -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]
+



Home | Main Index | Thread Index | Old Index