History log of /src/sys/arch/mvme68k/stand/bootsd |
Revision | Date | Author | Comments |
1.7 | 02-Jan-2011 |
tsutsui | Switch mvme68k standalone problams to using MI libsa and libkern for maintainablility. Also bump version for note.
Compile test only, but no functional changes.
|
1.6 | 04-Dec-2000 |
scw | branches: 1.6.152; Clean up the build process to ensure libsa/libbug are built before linking the bootloaders.
|
1.5 | 24-Jul-2000 |
jdolecek | cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary stuff make this all compile with -Wall -Wno-main -Wmissing-prototypes -Wstrict-prototypes -Werror , also compilable on 1.4.1 label itself as NetBSD/mvme68k instead of "BSD" in bootblock message move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built and used separately to rest of libbug) convert sboot to use ordinary mvme68 libsa, instead of copying needed stuff in libc_sa.c convert to use version info generated by sys/conf/newvers_stand.sh instead of previous version.c files, add necessary 'version' files put chiptotime() to separate libsa file (used also by sboot/clock.c)
Thanks to Steve Woodford for help with this. Note that -current build might be hosed by this change, will be addressed by Steve shortly.
|
1.4 | 25-Jun-2000 |
scw | Some tweaks to make things work properly with `dependall'.
|
1.3 | 12-Jun-1998 |
cgd | branches: 1.3.16; 1.3.28; replace ${MACHINE} with mvme68k, so that these Makefiles can safely be run when MACHINE != mvme68k.
|
1.2 | 18-Oct-1996 |
thorpej | Use ${INSTALL}.
|
1.1 | 17-May-1996 |
chuck | bootsd: import from sun3 port, adjust for mvme68k port by me
|
1.3.28.1 | 26-Jun-2000 |
scw | Pullup from trunk: 1.3 - 1.4 Approved by: thorpej
DTRT for `dependall' during a make build. This slipped through the net due to a local fix which got forgotten about.
|
1.3.16.2 | 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.3.16.1 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.6.152.1 | 05-Mar-2011 |
rmind | sync with head
|
1.7 | 12-Jan-2008 |
tsutsui | Misc cleanup: - KNF, ANSIfy, remove __P() - use __func__ to print function names - use __arraycount() - include "ioconf.h" for struct cfdriver - u_intNN_t -> uintNN_t - wrap long lines etc.
|
1.6 | 11-Dec-2005 |
christos | branches: 1.6.50; 1.6.56; 1.6.64; merge ktrace-lwp.
|
1.5 | 28-Jun-2005 |
junyoung | branches: 1.5.2; #include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
|
1.4 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.3 | 24-Jul-2000 |
jdolecek | branches: 1.3.24; cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary stuff make this all compile with -Wall -Wno-main -Wmissing-prototypes -Wstrict-prototypes -Werror , also compilable on 1.4.1 label itself as NetBSD/mvme68k instead of "BSD" in bootblock message move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built and used separately to rest of libbug) convert sboot to use ordinary mvme68 libsa, instead of copying needed stuff in libc_sa.c convert to use version info generated by sys/conf/newvers_stand.sh instead of previous version.c files, add necessary 'version' files put chiptotime() to separate libsa file (used also by sboot/clock.c)
Thanks to Steve Woodford for help with this. Note that -current build might be hosed by this change, will be addressed by Steve shortly.
|
1.2 | 24-Jul-2000 |
scw | Pass the boot partition number into the loaded kernel, in preparation for doing away with __BROKEN_DK_ESTABLISH.
|
1.1 | 17-May-1996 |
chuck | branches: 1.1.32; bootsd: import from sun3 port, adjust for mvme68k port by me
|
1.1.32.1 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.3.24.4 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.3.24.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.3.24.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.3.24.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.2.1 | 21-Jan-2008 |
yamt | sync with head
|
1.6.64.1 | 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.6.56.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.6.50.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.5 | 12-Jan-2008 |
tsutsui | Misc cleanup: - KNF, ANSIfy, remove __P() - use __func__ to print function names - use __arraycount() - include "ioconf.h" for struct cfdriver - u_intNN_t -> uintNN_t - wrap long lines etc.
|
1.4 | 11-Dec-2005 |
christos | branches: 1.4.50; 1.4.56; 1.4.64; merge ktrace-lwp.
|
1.3 | 28-Jun-2005 |
junyoung | branches: 1.3.2; #include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
|
1.2 | 23-Jun-2005 |
junyoung | Use FS_OPS() macro.
|
1.1 | 17-May-1996 |
chuck | branches: 1.1.68; bootsd: import from sun3 port, adjust for mvme68k port by me
|
1.1.68.1 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.3.2.1 | 21-Jan-2008 |
yamt | sync with head
|
1.4.64.1 | 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.4.56.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.4.50.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.5 | 02-Jan-2011 |
tsutsui | Switch mvme68k standalone problams to using MI libsa and libkern for maintainablility. Also bump version for note.
Compile test only, but no functional changes.
|
1.4 | 09-Nov-2001 |
scw | branches: 1.4.144; Bump the version numbers of all bootloaders which use loadfile_elfXX() now that it tries hard to avoid backwards seeks.
|
1.3 | 02-Aug-2001 |
bjh21 | branches: 1.3.4; 1.3.6; 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.
|
1.2 | 24-Sep-2000 |
jdolecek | branches: 1.2.2; 1.2.6; add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this maps standard boot flags to corresponding RB_* values use BOOT_FLAG() in port's MD code as appropriate
as discussed on tech-kern, add new boot flags -v, -q for booting verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET boot flags; also add FreeBSD-compatible bootverbose macro and NetBSD-specific bootquiet macro
for hpcmips, use new bootverbose instead of it's own hpcmips_verbose
Tested on i386, and to limited extend (compile of affected files) also for mvme68k, hp300, luna68k, sun3.
|
1.1 | 24-Jul-2000 |
jdolecek | cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary stuff make this all compile with -Wall -Wno-main -Wmissing-prototypes -Wstrict-prototypes -Werror , also compilable on 1.4.1 label itself as NetBSD/mvme68k instead of "BSD" in bootblock message move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built and used separately to rest of libbug) convert sboot to use ordinary mvme68 libsa, instead of copying needed stuff in libc_sa.c convert to use version info generated by sys/conf/newvers_stand.sh instead of previous version.c files, add necessary 'version' files put chiptotime() to separate libsa file (used also by sboot/clock.c)
Thanks to Steve Woodford for help with this. Note that -current build might be hosed by this change, will be addressed by Steve shortly.
|
1.2.6.2 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.2.6.1 | 03-Aug-2001 |
lukem | update to -current
|
1.2.2.2 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.2.2.1 | 24-Sep-2000 |
bouyer | file version was added on branch thorpej_scsipi on 2000-11-20 20:15:27 +0000
|
1.3.6.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.3.6.1 | 02-Aug-2001 |
nathanw | file version was added on branch nathanw_sa on 2002-01-08 00:26:36 +0000
|
1.3.4.1 | 12-Nov-2001 |
thorpej | Sync the thorpej-mips-cache branch with -current.
|
1.4.144.1 | 05-Mar-2011 |
rmind | sync with head
|
1.2 | 24-Jul-2000 |
jdolecek | cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary stuff make this all compile with -Wall -Wno-main -Wmissing-prototypes -Wstrict-prototypes -Werror , also compilable on 1.4.1 label itself as NetBSD/mvme68k instead of "BSD" in bootblock message move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built and used separately to rest of libbug) convert sboot to use ordinary mvme68 libsa, instead of copying needed stuff in libc_sa.c convert to use version info generated by sys/conf/newvers_stand.sh instead of previous version.c files, add necessary 'version' files put chiptotime() to separate libsa file (used also by sboot/clock.c)
Thanks to Steve Woodford for help with this. Note that -current build might be hosed by this change, will be addressed by Steve shortly.
|
1.1 | 17-May-1996 |
chuck | branches: 1.1.32; bootsd: import from sun3 port, adjust for mvme68k port by me
|
1.1.32.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|