Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #1380 - #1382
details: https://anonhg.NetBSD.org/src/rev/f9618e834c6b
branches: netbsd-8
changeset: 454486:f9618e834c6b
user: martin <martin%NetBSD.org@localhost>
date: Wed Sep 18 17:32:34 2019 +0000
description:
Tickets #1380 - #1382
diffstat:
doc/CHANGES-8.2 | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 51 insertions(+), 1 deletions(-)
diffs (63 lines):
diff -r a4e02bff76e8 -r f9618e834c6b doc/CHANGES-8.2
--- a/doc/CHANGES-8.2 Wed Sep 18 17:30:05 2019 +0000
+++ b/doc/CHANGES-8.2 Wed Sep 18 17:32:34 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.37 2019/09/17 18:59:49 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.38 2019/09/18 17:32:34 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -1043,3 +1043,53 @@
m_pullup() it when needed.
[bouyer, ticket #1378]
+sys/arch/x86/acpi/acpi_machdep.c 1.27,1.28
+
+ Attempt to obtain ACPI RSDP from the hypervisor for Xen PV.
+ [manu, ticket #1380]
+
+share/man/man8/man8.x86/boot.8 1.18
+sys/kern/kern_subr.c 1.227
+
+ Accept root device specification as NAME=label and
+ document that the bootdev option accepts a device specification
+ with this syntax.
+ [manu, ticket #1381]
+
+distrib/sets/lists/comp/md.amd64 1.273
+distrib/sets/lists/comp/md.i386 1.191
+share/man/man8/man8.x86/boot.8 1.20
+sys/arch/i386/include/Makefile 1.50 (patch)
+sys/arch/i386/include/multiboot2.h 1.1
+sys/arch/i386/stand/boot/Makefile.boot 1.73
+sys/arch/i386/stand/dosboot/Makefile 1.32
+sys/arch/i386/stand/efiboot/Makefile.efiboot 1.16
+sys/arch/i386/stand/efiboot/boot.c 1.16
+sys/arch/i386/stand/efiboot/bootia32/Makefile 1.3
+sys/arch/i386/stand/efiboot/bootia32/efibootia32.c 1.5
+sys/arch/i386/stand/efiboot/bootia32/multiboot32.S 1.1
+sys/arch/i386/stand/efiboot/bootx64/Makefile 1.2
+sys/arch/i386/stand/efiboot/bootx64/efibootx64.c 1.5
+sys/arch/i386/stand/efiboot/bootx64/multiboot64.S 1.1
+sys/arch/i386/stand/efiboot/efiboot.c 1.11
+sys/arch/i386/stand/efiboot/efiboot.h 1.10
+sys/arch/i386/stand/efiboot/eficons.c 1.7
+sys/arch/i386/stand/efiboot/efimemory.c 1.9
+sys/arch/i386/stand/lib/Makefile 1.47
+sys/arch/i386/stand/lib/biosdisk.c 1.52
+sys/arch/i386/stand/lib/biosdisk.h 1.12
+sys/arch/i386/stand/lib/bootinfo_memmap.c 1.6
+sys/arch/i386/stand/lib/exec.c 1.74
+sys/arch/i386/stand/lib/exec_multiboot1.c 1.1
+sys/arch/i386/stand/lib/exec_multiboot2.c 1.1
+sys/arch/i386/stand/lib/exec_multiboot2.c 1.2
+sys/arch/i386/stand/lib/libi386.h 1.45
+sys/arch/i386/stand/lib/multiboot.S 1.3
+sys/arch/i386/stand/lib/pread.c 1.8
+sys/arch/i386/stand/netboot/Makefile.netboot 1.11
+sys/arch/i386/stand/pxeboot/Makefile 1.26
+sys/external/bsd/gnu-efi/dist/inc/efiapi.h (apply patch)
+
+ Add multiboot 2 support to x86 bootloaders.
+ [manu, ticket #1382]
+
Home |
Main Index |
Thread Index |
Old Index