Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386/stand
Module Name: src
Committed By: perry
Date: Tue Jul 15 21:29:37 UTC 2008
Modified Files:
src/sys/arch/i386/stand/boot: boot2.c
src/sys/arch/i386/stand/dosboot: main.c
src/sys/arch/i386/stand/netboot: main.c
src/sys/arch/i386/stand/pxeboot: main.c
Log Message:
Change the x86 boot blocks so they don't include builder login and date.
For now, we include kernel revision as a way of allowing users to
notice that boot blocks have gotten very old, so the first line of the
printout looks like this (depending on the particular block):
>> NetBSD/x86 BIOS Boot, Revision 3.4 (from NetBSD 5.0)
This may be changed a bit pending feedback. (Some people think that
the kernel revision shouldn't be there at all, for example.)
Part of the project to assure that bit-identical sources produce
bit-identical release binaries.
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/arch/i386/stand/boot/boot2.c
cvs rdiff -r1.22 -r1.23 src/sys/arch/i386/stand/dosboot/main.c
cvs rdiff -r1.10 -r1.11 src/sys/arch/i386/stand/netboot/main.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/i386/stand/pxeboot/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index