Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Bump the version numbers of all bootloaders which u...



details:   https://anonhg.NetBSD.org/src/rev/5613b52f2024
branches:  trunk
changeset: 517272:5613b52f2024
user:      scw <scw%NetBSD.org@localhost>
date:      Fri Nov 09 19:53:11 2001 +0000

description:
Bump the version numbers of all bootloaders which use loadfile_elfXX() now
that it tries hard to avoid backwards seeks.

diffstat:

 sys/arch/alpha/stand/boot/version      |  3 ++-
 sys/arch/alpha/stand/netboot/version   |  3 ++-
 sys/arch/alpha/stand/ustarboot/version |  3 ++-
 sys/arch/arm26/stand/boot26/version    |  3 ++-
 sys/arch/bebox/stand/boot/version      |  4 +++-
 sys/arch/hp300/stand/uboot/version     |  4 +++-
 sys/arch/i386/stand/biosboot/version   |  3 ++-
 sys/arch/i386/stand/dosboot/version    |  3 ++-
 sys/arch/i386/stand/netboot/version    |  3 ++-
 sys/arch/macppc/stand/ofwboot/version  |  4 +++-
 sys/arch/mipsco/stand/boot/version     |  3 ++-
 sys/arch/mvme68k/stand/bootsd/version  |  3 ++-
 sys/arch/mvme68k/stand/bootst/version  |  3 ++-
 sys/arch/mvme68k/stand/netboot/version |  3 ++-
 sys/arch/news68k/stand/boot/version    |  3 ++-
 sys/arch/next68k/stand/boot/version    |  3 ++-
 sys/arch/pmax/stand/boot/version       |  3 ++-
 sys/arch/prep/stand/boot/version       |  4 +++-
 sys/arch/sparc/stand/boot/version      |  3 ++-
 sys/arch/sun3/stand/libsa/version      |  3 ++-
 sys/arch/sun68k/stand/libsa/version    |  3 ++-
 sys/arch/vax/boot/boot/version         |  3 ++-
 sys/arch/x68k/stand/boot/version       |  3 ++-
 23 files changed, 50 insertions(+), 23 deletions(-)

diffs (truncated from 314 to 300 lines):

diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/alpha/stand/boot/version
--- a/sys/arch/alpha/stand/boot/version Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/alpha/stand/boot/version Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/alpha/stand/netboot/version
--- a/sys/arch/alpha/stand/netboot/version      Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/alpha/stand/netboot/version      Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/alpha/stand/ustarboot/version
--- a/sys/arch/alpha/stand/ustarboot/version    Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/alpha/stand/ustarboot/version    Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/arm26/stand/boot26/version
--- a/sys/arch/arm26/stand/boot26/version       Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/arm26/stand/boot26/version       Fri Nov 09 19:53:11 2001 +0000
@@ -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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/bebox/stand/boot/version
--- a/sys/arch/bebox/stand/boot/version Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/bebox/stand/boot/version Fri Nov 09 19:53:11 2001 +0000
@@ -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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/hp300/stand/uboot/version
--- a/sys/arch/hp300/stand/uboot/version        Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/hp300/stand/uboot/version        Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/i386/stand/biosboot/version
--- a/sys/arch/i386/stand/biosboot/version      Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/i386/stand/biosboot/version      Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
        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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/i386/stand/dosboot/version
--- a/sys/arch/i386/stand/dosboot/version       Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/i386/stand/dosboot/version       Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/i386/stand/netboot/version
--- a/sys/arch/i386/stand/netboot/version       Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/i386/stand/netboot/version       Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
        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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/macppc/stand/ofwboot/version
--- a/sys/arch/macppc/stand/ofwboot/version     Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/macppc/stand/ofwboot/version     Fri Nov 09 19:53:11 2001 +0000
@@ -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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/mipsco/stand/boot/version
--- a/sys/arch/mipsco/stand/boot/version        Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/mipsco/stand/boot/version        Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/mvme68k/stand/bootsd/version
--- a/sys/arch/mvme68k/stand/bootsd/version     Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/mvme68k/stand/bootsd/version     Fri Nov 09 19:53:11 2001 +0000
@@ -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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/mvme68k/stand/bootst/version
--- a/sys/arch/mvme68k/stand/bootst/version     Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/mvme68k/stand/bootst/version     Fri Nov 09 19:53:11 2001 +0000
@@ -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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/mvme68k/stand/netboot/version
--- a/sys/arch/mvme68k/stand/netboot/version    Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/mvme68k/stand/netboot/version    Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
        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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/news68k/stand/boot/version
--- a/sys/arch/news68k/stand/boot/version       Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/news68k/stand/boot/version       Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/next68k/stand/boot/version
--- a/sys/arch/next68k/stand/boot/version       Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/next68k/stand/boot/version       Fri Nov 09 19:53:11 2001 +0000
@@ -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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/pmax/stand/boot/version
--- a/sys/arch/pmax/stand/boot/version  Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/pmax/stand/boot/version  Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
        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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/prep/stand/boot/version
--- a/sys/arch/prep/stand/boot/version  Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/prep/stand/boot/version  Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/sparc/stand/boot/version
--- a/sys/arch/sparc/stand/boot/version Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/sparc/stand/boot/version Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/sun3/stand/libsa/version
--- a/sys/arch/sun3/stand/libsa/version Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/sun3/stand/libsa/version Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/sun68k/stand/libsa/version
--- a/sys/arch/sun68k/stand/libsa/version       Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/sun68k/stand/libsa/version       Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
 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.
diff -r 99f22cc67b4d -r 5613b52f2024 sys/arch/vax/boot/boot/version
--- a/sys/arch/vax/boot/boot/version    Fri Nov 09 19:48:35 2001 +0000
+++ b/sys/arch/vax/boot/boot/version    Fri Nov 09 19:53:11 2001 +0000
@@ -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 @@
        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.



Home | Main Index | Thread Index | Old Index