Module Name:src
Committed By: gutteridge
Date: Thu Jun 24 01:23:17 UTC 2021
Modified Files:
src/sys/arch/i386/stand/bootxx: boot1.c
Log Message:
boot1.c: remove a comment that's no longer relevant/correct
In r. 1.13, a check of the return value in fd was removed, and a co
Module Name:src
Committed By: martin
Date: Wed Jan 22 06:13:18 UTC 2020
Modified Files:
src/sys/arch/i386/stand/bootxx/bootxx_msdos: Makefile
Log Message:
Clamp FAT partition size to 32 bit byte offsets to make the code small
enough to fit.
To generate a diff of this com
Module Name:src
Committed By: christos
Date: Mon Jan 4 18:17:31 UTC 2016
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
revert, this has to do with the bootloader protocol version and should
stay the same until there is a reason for it to change.
To
Module Name:src
Committed By: christos
Date: Sun Jan 3 20:59:47 UTC 2016
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
change 60 to 70 which is the current release. Noticed by Rares Aioanei.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1
Module Name:src
Committed By: uebayasi
Date: Thu Aug 20 11:38:27 UTC 2015
Modified Files:
src/sys/arch/i386/stand/bootxx: Makefile.bootxx
Log Message:
${PROG} depends on ${LDSCRIPT}.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/i386/stand/bo
Module Name:src
Committed By: christos
Date: Fri Nov 1 00:18:24 UTC 2013
Modified Files:
src/sys/arch/i386/stand/bootxx: Makefile.bootxx
Log Message:
provide an ldscript to strip the unwind sections
XXX: untested
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r
Module Name:src
Committed By: matt
Date: Thu Aug 22 00:13:00 UTC 2013
Modified Files:
src/sys/arch/i386/stand/bootxx: Makefile.bootxx
Log Message:
Add a missing KLINK_MACHINE= i386
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/i386/stand/boot
Module Name:src
Committed By: jakllsch
Date: Wed Aug 17 00:07:39 UTC 2011
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
Remove home grown GPT MBR handoff support in favor of T13 EDD-4 annex A,
which does the same thing in a more interoperable way.
To
Module Name:src
Committed By: jakllsch
Date: Sun Jan 2 02:01:58 UTC 2011
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
Correct comments referencing PRIMARY_LOAD_ADDRESS to match current reality.
To generate a diff of this commit:
cvs rdiff -u -r1.17