Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Bump version numbers of all bootloaders that use lo...
details: https://anonhg.NetBSD.org/src/rev/ac8632cf671b
branches: trunk
changeset: 513504:ac8632cf671b
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Thu Aug 02 12:24:05 2001 +0000
description:
Bump version numbers of all bootloaders that use loadfile/ELF, to account for
my changes to symbol loading. I should probably have done this at the time,
but it's better late than never.
diffstat:
sys/arch/alpha/stand/boot/version | 3 ++-
sys/arch/alpha/stand/netboot/version | 3 ++-
sys/arch/alpha/stand/ustarboot/version | 3 ++-
sys/arch/bebox/stand/boot/version | 3 ++-
sys/arch/hp300/stand/uboot/version | 3 ++-
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 | 3 ++-
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 | 3 ++-
sys/arch/sparc/stand/boot/version | 3 ++-
sys/arch/sparc/stand/ofwboot/version | 3 ++-
sys/arch/sun3/stand/libsa/version | 3 ++-
sys/arch/sun68k/stand/libsa/version | 3 ++-
sys/arch/vax/boot/boot/version | 3 ++-
22 files changed, 44 insertions(+), 22 deletions(-)
diffs (290 lines):
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/alpha/stand/boot/version
--- a/sys/arch/alpha/stand/boot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/alpha/stand/boot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.13 2001/07/22 13:34:02 wiz Exp $
+$NetBSD: version,v 1.14 2001/08/02 12:24:05 bjh21 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
@@ -18,3 +18,4 @@
1.9: Add support for gzipped kernels.
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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/alpha/stand/netboot/version
--- a/sys/arch/alpha/stand/netboot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/alpha/stand/netboot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.8 2000/07/21 21:25:19 jdolecek Exp $
+$NetBSD: version,v 1.9 2001/08/02 12:24:05 bjh21 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 @@
1.5: Search for a kernel, if none specified.
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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/alpha/stand/ustarboot/version
--- a/sys/arch/alpha/stand/ustarboot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/alpha/stand/ustarboot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,7 +1,8 @@
-$NetBSD: version,v 1.3 2000/07/21 21:25:19 jdolecek Exp $
+$NetBSD: version,v 1.4 2001/08/02 12:24:05 bjh21 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
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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/bebox/stand/boot/version
--- a/sys/arch/bebox/stand/boot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/bebox/stand/boot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,5 +1,6 @@
-$NetBSD: version,v 1.4 2000/09/24 12:32:34 jdolecek Exp $
+$NetBSD: version,v 1.5 2001/08/02 12:24:05 bjh21 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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/hp300/stand/uboot/version
--- a/sys/arch/hp300/stand/uboot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/hp300/stand/uboot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.11 2001/01/02 04:14:35 simonb Exp $
+$NetBSD: version,v 1.12 2001/08/02 12:24:05 bjh21 Exp $
1.1: Initial version
1.2: Added support for network booting
@@ -11,3 +11,4 @@
1.9: Added APCI console support
1.10: Support verbose/quiet boot.
1.11: ELF support.
+1.12: loadfile() update: ELF symbols no longer need backward seeks.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/i386/stand/biosboot/version
--- a/sys/arch/i386/stand/biosboot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/i386/stand/biosboot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.11 2001/06/01 23:26:30 jdolecek Exp $
+$NetBSD: version,v 1.12 2001/08/02 12:24:06 bjh21 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 @@
initialization (rather than using a compile flag).
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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/i386/stand/dosboot/version
--- a/sys/arch/i386/stand/dosboot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/i386/stand/dosboot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.7 2000/09/24 12:32:35 jdolecek Exp $
+$NetBSD: version,v 1.8 2001/08/02 12:24:06 bjh21 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.4: Support BIOS Int13-Extensions.
1.5: Support ELF.
1.6: Support verbose/quiet boot.
+1.7: loadfile() update: ELF symbols no longer need backward seeks.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/i386/stand/netboot/version
--- a/sys/arch/i386/stand/netboot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/i386/stand/netboot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.4 2000/09/24 12:32:35 jdolecek Exp $
+$NetBSD: version,v 1.5 2001/08/02 12:24:06 bjh21 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.2: Use common menu / parsing functions with other bootloaders.
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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/macppc/stand/ofwboot/version
--- a/sys/arch/macppc/stand/ofwboot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/macppc/stand/ofwboot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,5 +1,6 @@
-$NetBSD: version,v 1.3 2000/09/24 12:32:36 jdolecek Exp $
+$NetBSD: version,v 1.4 2001/08/02 12:24:06 bjh21 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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/mipsco/stand/boot/version
--- a/sys/arch/mipsco/stand/boot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/mipsco/stand/boot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,7 +1,8 @@
-$NetBSD: version,v 1.1 2000/09/18 11:40:47 wdk Exp $
+$NetBSD: version,v 1.2 2001/08/02 12:24:06 bjh21 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
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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/mvme68k/stand/bootsd/version
--- a/sys/arch/mvme68k/stand/bootsd/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/mvme68k/stand/bootsd/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,5 +1,6 @@
-$NetBSD: version,v 1.2 2000/09/24 12:32:36 jdolecek Exp $
+$NetBSD: version,v 1.3 2001/08/02 12:24:07 bjh21 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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/mvme68k/stand/bootst/version
--- a/sys/arch/mvme68k/stand/bootst/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/mvme68k/stand/bootst/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,5 +1,6 @@
-$NetBSD: version,v 1.2 2000/09/24 12:32:37 jdolecek Exp $
+$NetBSD: version,v 1.3 2001/08/02 12:24:07 bjh21 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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/mvme68k/stand/netboot/version
--- a/sys/arch/mvme68k/stand/netboot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/mvme68k/stand/netboot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.2 2000/09/24 12:32:37 jdolecek Exp $
+$NetBSD: version,v 1.3 2001/08/02 12:24:07 bjh21 Exp $
1.1: Initial bootst import.
1.2: Makefile: update from OpenBSD
@@ -7,3 +7,4 @@
dev_net.c: update from openbsd (standard dev_net with changes from theo)
dev_net.h: proto from openbsd
1.3: Support verbose/quiet boot.
+1.4: loadfile() update: ELF symbols no longer need backward seeks.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/news68k/stand/boot/version
--- a/sys/arch/news68k/stand/boot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/news68k/stand/boot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.1 2001/01/30 14:29:49 tsutsui Exp $
+$NetBSD: version,v 1.2 2001/08/02 12:24:07 bjh21 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
@@ -8,3 +8,4 @@
1.2: Add news1200 support
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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/next68k/stand/boot/version
--- a/sys/arch/next68k/stand/boot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/next68k/stand/boot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,5 @@
-$NetBSD: version,v 1.2 2001/05/12 22:35:31 chs Exp $
+$NetBSD: version,v 1.3 2001/08/02 12:24:07 bjh21 Exp $
1.1: initial import
1.3: Add ELF support
+1.4: loadfile() update: ELF symbols no longer need backward seeks.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/pmax/stand/boot/version
--- a/sys/arch/pmax/stand/boot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/pmax/stand/boot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.5 2000/09/13 04:06:46 simonb Exp $
+$NetBSD: version,v 1.6 2001/08/02 12:24:08 bjh21 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 @@
1.2: Remodelled on Alpha bootblocks - cdfs and lsf support
added.
1.3: Add support for booting off RAIDframe RAID1 mirrors.
+1.4: loadfile() update: ELF symbols no longer need backward seeks.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/prep/stand/boot/version
--- a/sys/arch/prep/stand/boot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/prep/stand/boot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.5 2001/06/19 11:56:28 nonaka Exp $
+$NetBSD: version,v 1.6 2001/08/02 12:24:08 bjh21 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: 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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/sparc/stand/boot/version
--- a/sys/arch/sparc/stand/boot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/sparc/stand/boot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.12 2000/07/21 22:02:54 jdolecek Exp $
+$NetBSD: version,v 1.13 2001/08/02 12:24:08 bjh21 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.7: add libz, and re-reorganize sources into their correct subdirectories.
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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/sparc/stand/ofwboot/version
--- a/sys/arch/sparc/stand/ofwboot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/sparc/stand/ofwboot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.2 2000/09/24 12:33:58 jdolecek Exp $
+$NetBSD: version,v 1.3 2001/08/02 12:24:08 bjh21 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,4 @@
1.1:
1.2: get it to work with non-start-of-disk partitions
1.3: Support verbose/quiet boot.
+1.4: loadfile() update: ELF symbols no longer need backward seeks.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/sun3/stand/libsa/version
--- a/sys/arch/sun3/stand/libsa/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/sun3/stand/libsa/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.2 2001/03/26 15:36:48 chs Exp $
+$NetBSD: version,v 1.3 2001/08/02 12:24:08 bjh21 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
@@ -16,3 +16,4 @@
on each so shared root images are possible.
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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/sun68k/stand/libsa/version
--- a/sys/arch/sun68k/stand/libsa/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/sun68k/stand/libsa/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.1 2001/06/14 12:57:16 fredette Exp $
+$NetBSD: version,v 1.2 2001/08/02 12:24:09 bjh21 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
@@ -16,3 +16,4 @@
on each so shared root images are possible.
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.
diff -r d86cdf10dfb0 -r ac8632cf671b sys/arch/vax/boot/boot/version
--- a/sys/arch/vax/boot/boot/version Thu Aug 02 12:19:45 2001 +0000
+++ b/sys/arch/vax/boot/boot/version Thu Aug 02 12:24:05 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.2 2000/09/24 12:32:39 jdolecek Exp $
+$NetBSD: version,v 1.3 2001/08/02 12:24:09 bjh21 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
@@ -26,3 +26,4 @@
1.8: Switch to loadfile instead of exec. Now we can load a.out or ELF
kernels.
1.9: Support verbose/quiet boot.
+1.10: loadfile() update: ELF symbols no longer need backward seeks.
Home |
Main Index |
Thread Index |
Old Index