Module Name: src Committed By: martin Date: Wed Sep 18 17:32:34 UTC 2019
Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1380 - #1382 To generate a diff of this commit: cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-8.2 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-8.2 diff -u src/doc/CHANGES-8.2:1.1.2.37 src/doc/CHANGES-8.2:1.1.2.38 --- src/doc/CHANGES-8.2:1.1.2.37 Tue Sep 17 18:59:49 2019 +++ src/doc/CHANGES-8.2 Wed Sep 18 17:32:34 2019 @@ -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 @@ sys/netinet6/ip6_input.c 1.209 (patch) 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] +