Bump the version numbers of all bootloaders which use loadfile_elfXX() now
that it tries hard to avoid backwards seeks.
This commit is contained in:
parent
d32191e3da
commit
45e7238a02
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.14 2001/08/02 12:24:05 bjh21 Exp $
|
||||
$NetBSD: version,v 1.15 2001/11/09 19:53:11 scw 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
|
||||
|
@ -19,3 +19,4 @@ is taken as the current.
|
|||
1.10: The Great Boot Block Cleanup of April 1999.
|
||||
1.11: Add support for booting off RAIDframe RAID1 mirrors.
|
||||
1.12: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.13: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.9 2001/08/02 12:24:05 bjh21 Exp $
|
||||
$NetBSD: version,v 1.10 2001/11/09 19:53:12 scw 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,3 +12,4 @@ is taken as the current.
|
|||
1.6: Add support for gzipped kernels.
|
||||
1.7: The Great Boot Block Cleanup of April 1999.
|
||||
1.8: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.9: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.4 2001/08/02 12:24:05 bjh21 Exp $
|
||||
$NetBSD: version,v 1.5 2001/11/09 19:53:12 scw 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
|
||||
|
@ -6,3 +6,4 @@ is taken as the current.
|
|||
|
||||
1.1: Initial version (part of The Great Boot Block Cleanup of April 1999).
|
||||
1.2: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.3: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
$NetBSD: version,v 1.5 2001/08/03 00:41:12 bjh21 Exp $
|
||||
$NetBSD: version,v 1.6 2001/11/09 19:53:17 scw Exp $
|
||||
|
||||
0.90: Experimental C version
|
||||
0.91: General cleanup
|
||||
1.0: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.1: Now wrapped in a relocatable module.
|
||||
1.2: *boot26 available after loading module.
|
||||
1.3: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
$NetBSD: version,v 1.5 2001/08/02 12:24:05 bjh21 Exp $
|
||||
$NetBSD: version,v 1.6 2001/11/09 19:53:16 scw Exp $
|
||||
|
||||
1.1: Boot program for BeBox; initial revision
|
||||
1.2: check BUS FREQ, add clock information
|
||||
1.3: Support verbose/quiet boot.
|
||||
1.4: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.5: loadfile() update to avoid backwards seeks for ELF Program
|
||||
Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.12 2001/08/02 12:24:05 bjh21 Exp $
|
||||
$NetBSD: version,v 1.13 2001/11/09 19:53:12 scw Exp $
|
||||
|
||||
1.1: Initial version
|
||||
1.2: Added support for network booting
|
||||
|
@ -12,3 +12,5 @@ $NetBSD: version,v 1.12 2001/08/02 12:24:05 bjh21 Exp $
|
|||
1.10: Support verbose/quiet boot.
|
||||
1.11: ELF support.
|
||||
1.12: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.13: loadfile() update to avoid backwards seeks for ELF Program
|
||||
Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.12 2001/08/02 12:24:06 bjh21 Exp $
|
||||
$NetBSD: version,v 1.13 2001/11/09 19:53:13 scw 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
|
||||
|
@ -20,3 +20,4 @@ is taken as the current.
|
|||
Recognize ESDI disks and identify them as ed(4) for COMPAT_OLDBOOT.
|
||||
2.10: g/c COMPAT_OLDBOOT
|
||||
2.11: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
2.12: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.8 2001/08/02 12:24:06 bjh21 Exp $
|
||||
$NetBSD: version,v 1.9 2001/11/09 19:53:13 scw 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
|
||||
|
@ -13,3 +13,4 @@ is taken as the current.
|
|||
1.5: Support ELF.
|
||||
1.6: Support verbose/quiet boot.
|
||||
1.7: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.8: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.5 2001/08/02 12:24:06 bjh21 Exp $
|
||||
$NetBSD: version,v 1.6 2001/11/09 19:53:13 scw 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
|
||||
|
@ -10,3 +10,4 @@ is taken as the current.
|
|||
New framework to pass information to the kernel.
|
||||
1.3: Support verbose/quiet boot.
|
||||
1.4: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.5: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
$NetBSD: version,v 1.4 2001/08/02 12:24:06 bjh21 Exp $
|
||||
$NetBSD: version,v 1.5 2001/11/09 19:53:16 scw Exp $
|
||||
|
||||
1.1: Initial revision from NetBSD/powerpc.
|
||||
1.2: Use MI loadfile().
|
||||
1.3: Support verbose/quiet boot.
|
||||
1.4: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.5: loadfile() update to avoid backwards seeks for ELF Program
|
||||
Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.2 2001/08/02 12:24:06 bjh21 Exp $
|
||||
$NetBSD: version,v 1.3 2001/11/09 19:53:18 scw 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
|
||||
|
@ -6,3 +6,4 @@ is taken as the current.
|
|||
|
||||
1.0: Initial 2 stage bootloader for Mips Computer Corp. machines
|
||||
1.1: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.2: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: version,v 1.3 2001/08/02 12:24:07 bjh21 Exp $
|
||||
$NetBSD: version,v 1.4 2001/11/09 19:53:14 scw Exp $
|
||||
|
||||
1.1: Initial bootsd import (from sun3 port, adjusted for mvme68k port
|
||||
by Chuck Cranor)
|
||||
1.2: Support verbose/quiet boot.
|
||||
1.3: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.4: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: version,v 1.3 2001/08/02 12:24:07 bjh21 Exp $
|
||||
$NetBSD: version,v 1.4 2001/11/09 19:53:14 scw Exp $
|
||||
|
||||
1.1: Initial bootst (from Dale Rahn)
|
||||
1.2: Update based on sun3 tapeboot (by Chuck Cranor)
|
||||
1.3: Support verbose/quiet boot.
|
||||
1.4: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.5: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.3 2001/08/02 12:24:07 bjh21 Exp $
|
||||
$NetBSD: version,v 1.4 2001/11/09 19:53:14 scw Exp $
|
||||
|
||||
1.1: Initial bootst import.
|
||||
1.2: Makefile: update from OpenBSD
|
||||
|
@ -8,3 +8,4 @@ $NetBSD: version,v 1.3 2001/08/02 12:24:07 bjh21 Exp $
|
|||
dev_net.h: proto from openbsd
|
||||
1.3: Support verbose/quiet boot.
|
||||
1.4: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.5: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.2 2001/08/02 12:24:07 bjh21 Exp $
|
||||
$NetBSD: version,v 1.3 2001/11/09 19:53:17 scw 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
|
||||
|
@ -9,3 +9,4 @@ is taken as the current.
|
|||
1.3: Return PROM prompt even if loading kernel fails halfway
|
||||
1.4: Use newvers_stand.sh and print version strings
|
||||
1.5: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.6: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: version,v 1.3 2001/08/02 12:24:07 bjh21 Exp $
|
||||
$NetBSD: version,v 1.4 2001/11/09 19:53:17 scw Exp $
|
||||
|
||||
1.1: initial import
|
||||
1.3: Add ELF support
|
||||
1.4: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.5: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.6 2001/08/02 12:24:08 bjh21 Exp $
|
||||
$NetBSD: version,v 1.7 2001/11/09 19:53:14 scw 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
|
||||
|
@ -11,3 +11,4 @@ is taken as the current.
|
|||
added.
|
||||
1.3: Add support for booting off RAIDframe RAID1 mirrors.
|
||||
1.4: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.5: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.6 2001/08/02 12:24:08 bjh21 Exp $
|
||||
$NetBSD: version,v 1.7 2001/11/09 19:53:18 scw 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
|
||||
|
@ -7,3 +7,5 @@ is taken as the current.
|
|||
1.1: Boot program for IBM Power Serise 830; initial revision
|
||||
1.2: Support verbose/quiet boot.
|
||||
1.3: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.4: loadfile() update to avoid backwards seeks for ELF Program
|
||||
Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.13 2001/08/02 12:24:08 bjh21 Exp $
|
||||
$NetBSD: version,v 1.14 2001/11/09 19:53:15 scw 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
|
||||
|
@ -13,3 +13,4 @@ is taken as the current.
|
|||
1.8: add support for automatically finding kernels other than /netbsd.
|
||||
1.9: add ELF support for loading and bootinfo.
|
||||
1.10: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.11: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.3 2001/08/02 12:24:08 bjh21 Exp $
|
||||
$NetBSD: version,v 1.4 2001/11/09 19:53:15 scw 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
|
||||
|
@ -17,3 +17,4 @@ is taken as the current.
|
|||
1.8: Changed to use MI sys/conf/newvers_stand.sh & vers.c.
|
||||
1.9: Convert to ELF and use MI loadfile().
|
||||
1.10: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.11: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.2 2001/08/02 12:24:09 bjh21 Exp $
|
||||
$NetBSD: version,v 1.3 2001/11/09 19:53:18 scw 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
|
||||
|
@ -17,3 +17,4 @@ is taken as the current.
|
|||
1.8: Changed to use MI sys/conf/newvers_stand.sh & vers.c.
|
||||
1.9: Convert to ELF and use MI loadfile().
|
||||
1.10: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.11: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: version,v 1.3 2001/08/02 12:24:09 bjh21 Exp $
|
||||
$NetBSD: version,v 1.4 2001/11/09 19:53:15 scw 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
|
||||
|
@ -27,3 +27,4 @@ is taken as the current.
|
|||
kernels.
|
||||
1.9: Support verbose/quiet boot.
|
||||
1.10: loadfile() update: ELF symbols no longer need backward seeks.
|
||||
1.11: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$ NetBSD $
|
||||
$NetBSD: version,v 1.2 2001/11/09 19:53:16 scw 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
|
||||
|
@ -6,3 +6,4 @@ is taken as the current.
|
|||
|
||||
0.3: xxboot, ancient monolithic bootstrap program.
|
||||
1.0: Initial version of the libsa-based bootstrap loader.
|
||||
1.1: loadfile() update to avoid backwards seeks for ELF Program Headers.
|
||||
|
|
Loading…
Reference in New Issue