Module Name: src Committed By: rin Date: Sat Sep 21 03:42:27 UTC 2024
Modified Files: src/sys/arch/i386/stand/efiboot: version src/sys/arch/i386/stand/pxeboot: version Log Message: i386/stand: Document NFSv3 support to {efi,pxe}boot/version To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/i386/stand/efiboot/version cvs rdiff -u -r1.4 -r1.5 src/sys/arch/i386/stand/pxeboot/version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/i386/stand/efiboot/version diff -u src/sys/arch/i386/stand/efiboot/version:1.4 src/sys/arch/i386/stand/efiboot/version:1.5 --- src/sys/arch/i386/stand/efiboot/version:1.4 Fri Sep 20 05:53:43 2024 +++ src/sys/arch/i386/stand/efiboot/version Sat Sep 21 03:42:27 2024 @@ -1,4 +1,4 @@ -$NetBSD: version,v 1.4 2024/09/20 05:53:43 mrg Exp $ +$NetBSD: version,v 1.5 2024/09/21 03:42:27 rin Exp $ NOTE ANY CHANGES YOU MAKE TO THE EFI BOOTLOADER HERE. The format of this file is important - make sure the entries are appended on end, last item @@ -10,6 +10,6 @@ is taken as the current. booting a directory with kernel and modules, MultiBoot 2, not using the default menu options from prompt "boot" command, new "root" command that changes default root, bi-endian support in disklabel, - RAID and UFS, framebuffer fixes, and reloc command. + RAID and UFS, framebuffer fixes, reloc command, and NFSv3. 1.3 Fix PXE device path type, fixes for buggy ACPI implementations, and serial console support with raw I/O accessors. Index: src/sys/arch/i386/stand/pxeboot/version diff -u src/sys/arch/i386/stand/pxeboot/version:1.4 src/sys/arch/i386/stand/pxeboot/version:1.5 --- src/sys/arch/i386/stand/pxeboot/version:1.4 Fri Sep 20 05:53:43 2024 +++ src/sys/arch/i386/stand/pxeboot/version Sat Sep 21 03:42:27 2024 @@ -1,4 +1,4 @@ -$NetBSD: version,v 1.4 2024/09/20 05:53:43 mrg Exp $ +$NetBSD: version,v 1.5 2024/09/21 03:42:27 rin Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important - make sure the entries are appended on end, last item @@ -12,4 +12,4 @@ is taken as the current. the default menu options from prompt "boot" command, new "root" command that changes default root, bi-endian support in disklabel, RAID and UFS, fixes for buggy ACPI implementations, and ASCII art, - and "vesa" command. + "vesa" command, and NFSv3.