| #
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.
|
| #
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
|
| #
d1c39ec9 |
| 18-Jan-1997 |
cgd <cgd@NetBSD.org> |
note that enet address can be hard-coded
|
| #
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.
|
| #
000f3222 |
| 02-Oct-1996 |
cgd <cgd@NetBSD.org> |
bump the version
|
| #
8644dce0 |
| 18-Sep-1996 |
cgd <cgd@NetBSD.org> |
start on some network boot blocks. they work, but: (1) the if_prom code needs to be cleaned up quite a bit (right now it hard-codes client's ethernet address), and (2) much of this code (esp:
start on some network boot blocks. they work, but: (1) the if_prom code needs to be cleaned up quite a bit (right now it hard-codes client's ethernet address), and (2) much of this code (esp: getsecs.c, netboot.c, newvers.sh, rpcc.S) should be shared with other Alpha boot blocks, and dev_net.[ch] should maybe go in libsa proper.
show more ...
|