CVS commit: src/sys/arch/i386/stand/bootxx

2021-06-23 Thread David H. Gutteridge
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

CVS commit: src/sys/arch/i386/stand/bootxx/bootxx_msdos

2020-01-21 Thread Martin Husemann
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

CVS commit: src/sys/arch/i386/stand/bootxx

2016-01-04 Thread Christos Zoulas
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

CVS commit: src/sys/arch/i386/stand/bootxx

2016-01-03 Thread Christos Zoulas
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

CVS commit: src/sys/arch/i386/stand/bootxx

2015-08-20 Thread Masao Uebayashi
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

CVS commit: src/sys/arch/i386/stand/bootxx

2013-10-31 Thread Christos Zoulas
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

CVS commit: src/sys/arch/i386/stand/bootxx

2013-08-21 Thread Matt Thomas
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

CVS commit: src/sys/arch/i386/stand/bootxx

2011-08-16 Thread Jonathan A. Kollasch
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.

CVS commit: src/sys/arch/i386/stand/bootxx

2011-01-01 Thread Jonathan A. Kollasch
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

CVS commit: src/sys/arch/i386/stand/bootxx

2009-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 1 03:18:27 UTC 2010 Modified Files: src/sys/arch/i386/stand/bootxx: boot1.c Log Message: If the open fails, don't call fstat, because this changes the errno to EINVAL from eg. ENOENT. To generate a diff of this

CVS commit: src/sys/arch/i386/stand/bootxx

2009-11-30 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Nov 30 21:37:16 UTC 2009 Modified Files: src/sys/arch/i386/stand/bootxx: pbr.S Log Message: Update 'oemname' to NetBSD60. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/i386/stand/bootxx/pbr.S

CVS commit: src/sys/arch/i386/stand/bootxx

2009-11-30 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Nov 30 21:40:35 UTC 2009 Modified Files: src/sys/arch/i386/stand/bootxx: Makefile.bootxx Log Message: Move relocation address to lower memory (0x1000) further away from the BIOS 40:0 segment than previously but giving more room