Module Name: src Committed By: mrg Date: Fri Sep 20 05:53:44 UTC 2024
Modified Files: src/sys/arch/i386/stand/boot: version src/sys/arch/i386/stand/dosboot: version src/sys/arch/i386/stand/efiboot: version src/sys/arch/i386/stand/pxeboot: version Log Message: x86/boot: fill in a bunch of missed changes and bump some versions. missed features included: - support for partition labels - recursive labels inside RAID partitions - booting a directory with kernel and modules - multiBoot 2 - "root" command that changes default root - "vesa" command to control graphical modes - bi-endian support in disklabel, RAID and UFS - fixes for buggy ACPI implementations - fix PXE device path type - fixes for buggy ACPI implementations - serial console support with raw I/O accessors - ASCII art XXX: perhaps we could pullup some of these as minor version to release branches but it seems extreme for a largely cosmetic issue. the version across releases has a different build ID, so you can already tell the difference between versions that changed. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/i386/stand/boot/version cvs rdiff -u -r1.12 -r1.13 src/sys/arch/i386/stand/dosboot/version cvs rdiff -u -r1.3 -r1.4 src/sys/arch/i386/stand/efiboot/version cvs rdiff -u -r1.3 -r1.4 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.