History log of /src/sys/arch/mvme68k/stand/libsa/exec_mvme.c |
Revision | | Date | Author | Comments |
1.16 |
| 29-May-2011 |
tsutsui | Avoid backward seek on tape boot.
|
1.15 |
| 12-Jan-2008 |
tsutsui | branches: 1.15.20; 1.15.32; 1.15.38; 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.14 |
| 11-Dec-2005 |
christos | branches: 1.14.50; 1.14.56; 1.14.64; merge ktrace-lwp.
|
1.13 |
| 28-Jun-2005 |
junyoung | branches: 1.13.2; #include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
|
1.12 |
| 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.11 |
| 02-Dec-2000 |
scw | branches: 1.11.24; Fix symbol table loading.
|
1.10 |
| 30-Nov-2000 |
scw | Support booting an ELF kernel, plus numerous tweaks due to the gas.new/ELF transition.
|
1.9 |
| 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.8 |
| 24-Jul-2000 |
scw | Pass the boot partition number into the loaded kernel, in preparation for doing away with __BROKEN_DK_ESTABLISH.
|
1.7 |
| 10-Jul-2000 |
jdolecek | make buildable with -Wall -Werror
|
1.6 |
| 10-Jul-2000 |
jdolecek | use <sys/exec_aout.h> instead of <a.out.h> - this is supposed to be standalone after all
|
1.5 |
| 22-Aug-1998 |
scw | branches: 1.5.14; vm_offset -> [vp]addr_t and vm_size_t -> [vp]size_t While I'm here, expunge use of 'register' storage class.
|
1.4 |
| 01-Aug-1998 |
scw | Changes to keep lint happy. In particular, fix some Makefiles so the include paths are passed to lint.
|
1.3 |
| 28-May-1996 |
chuck | leave room for partition
|
1.2 |
| 28-May-1996 |
chuck | new kernel call args.
|
1.1 |
| 17-May-1996 |
chuck | branches: 1.1.4; bugdev.c: from Dale Rahn (bug device access) exec_mvme.c: from sun3 port, adapted by me. I also fixed a bug that prevented ZMAGIC kernels from running. libsa.h: new file by me parse_args.c: by Theo de Raadt from OpenBSD with slight revisions from by me to make it fit the new format.
|
1.1.4.1 |
| 29-May-1996 |
chuck | import generic boot bug fix
|
1.5.14.2 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.5.14.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.11.24.4 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.11.24.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.11.24.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.11.24.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.13.2.1 |
| 21-Jan-2008 |
yamt | sync with head
|
1.14.64.1 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.14.56.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.14.50.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.15.38.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.15.32.1 |
| 31-May-2011 |
rmind | sync with head
|
1.15.20.1 |
| 15-Jul-2011 |
riz | Pull up following revision(s) (requested by tsutsui in ticket #1639): sys/arch/sun68k/stand/tapeboot/boot.c: revision 1.7 via patch sys/arch/mvme68k/stand/libsa/exec_mvme.c: revision 1.16 via patch Disable LOAD_BACKWARDS on tapeboot which can't seek backwards. Fixes bootstrap tapeboot installation failure on TME reported from ryoon@. Should be pulled up to netbsd-5. (note netbsd-5 uses LOAD_NOTE instead of LOAD_BACKWARDS) Avoid backward seek on tape boot.
|