History log of /netbsd-src/sys/arch/alpha/stand/boot/version (Results 1 – 15 of 15)
Revision Date Author Comments
# 45e7238a 09-Nov-2001 scw <scw@NetBSD.org>

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


# ad2c12a2 02-Aug-2001 bjh21 <bjh21@NetBSD.org>

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.


# a9356936 22-Jul-2001 wiz <wiz@NetBSD.org>

seperate -> separate


# 215a3a54 26-Sep-2000 simonb <simonb@NetBSD.org>

Add support for booting off RAIDframe RAID1 mirrors.
Check the first partition type in devopen(), and if it is of type
FS_RAID, add 64 to blkdev_part_offset.

NOTE: This brings the size of the alpha

Add support for booting off RAIDframe RAID1 mirrors.
Check the first partition type in devopen(), and if it is of type
FS_RAID, add 64 to blkdev_part_offset.

NOTE: This brings the size of the alpha first-stage bootblocks up to
close to the maximum. RAID1 support is controlled by the
BOOTXX_RAID1_SUPPORT define, and is easy to disable if size
becomes an issue.

show more ...


# 911d661d 21-Jul-2000 jdolecek <jdolecek@NetBSD.org>

switch to sys/conf/newvers_stand.sh for generation of version files
move the vers.c depend/build goo to Makefile.bootprogs and remove
explicit rules in other Makefiles
sync the message in */version

switch to sys/conf/newvers_stand.sh for generation of version files
move the vers.c depend/build goo to Makefile.bootprogs and remove
explicit rules in other Makefiles
sync the message in */version files with other ports using newvers_stand.sh

XXX the new depend rules were tested to limited extend (also with obj dirs)
XXX on i386 and should be ok; the changes should not otherwise influence build

show more ...


# ba10f0ca 05-Apr-1999 cgd <cgd@NetBSD.org>

now that boot.c does the bootstrap name with a -D, the newvers scripts
are all the same, so eliminate the redundancy. also, use mrg's
"Version:" trick to find the version rather than using the RCS I

now that boot.c does the bootstrap name with a -D, the newvers scripts
are all the same, so eliminate the redundancy. also, use mrg's
"Version:" trick to find the version rather than using the RCS ID.
(I must have been having a ... bad day.) Also, bump boot and netboot
versions for all the changes that have been happening lately.

show more ...


# 1fca013b 23-Jan-1997 cgd <cgd@NetBSD.org>

add support for reading gzipped kernels.


# 0512081c 18-Jan-1997 cgd <cgd@NetBSD.org>

bump version


# 3fb0a713 16-Jan-1997 cgd <cgd@NetBSD.org>

seriously clean up makefiles. use libsa/libkern/libz as appropriate,
and don't build the various sources into objs locally by specifying
them directly in the Makefiles.


# 643339aa 14-Jun-1996 cgd <cgd@NetBSD.org>

Don't pass arguments to the kernel, trim unnecessary environment
calls, kill 'ask' loop (i.e. if boot fails, halt), seperate
ECOFF and a.out support into seperate options.


# 56017a3c 09-May-1996 cgd <cgd@NetBSD.org>

update to include <sys/exec_ecoff.h>, rather than the alpha-specific
(and redundant) coff.h file (which has now been removed).


# deb4082f 23-Nov-1995 cgd <cgd@NetBSD.org>

wholesale update from my NetBSD/Alpha source tree. Includes:
Support for AXPpci CPUs,
Support for AlphaStation 600 CPUs,
new boot block structure, which requires an 'installboot'
program and

wholesale update from my NetBSD/Alpha source tree. Includes:
Support for AXPpci CPUs,
Support for AlphaStation 600 CPUs,
new boot block structure, which requires an 'installboot'
program and works a lot like the NetBSD/sparc boot blocks.

show more ...


# f9e02471 28-Jun-1995 cgd <cgd@NetBSD.org>

make boot blocks work on AlphaStation systems


# b2c99bfb 16-Feb-1995 cgd <cgd@NetBSD.org>

RCS ids, some missing copyrights.


# 85854cb4 13-Feb-1995 cgd <cgd@NetBSD.org>

preliminary Alpha support. note that NOT ALL OF THE MODIFICATIONS TO
THE REST OF THE KERNEL ARE IN THE TREE YET. Also, some of this is
_incredibly_ hack-ish, etc., but it works.