Home | History | Annotate | only in /src/sys/arch/sun68k/stand/tapeboot
History log of /src/sys/arch/sun68k/stand/tapeboot
RevisionDateAuthorComments
 1.4 11-Dec-2005  christos merge ktrace-lwp.
 1.3 02-Nov-2003  chs find libsa files.
 1.2 12-Dec-2001  tv branches: 1.2.16;
MKfoo=no -> NOfoo
 1.1 14-Jun-2001  fredette branches: 1.1.2; 1.1.8;
Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.8.2 08-Jan-2002  nathanw Catch up to -current.
 1.1.8.1 14-Jun-2001  nathanw file Makefile was added on branch nathanw_sa on 2002-01-08 00:28:26 +0000
 1.1.2.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.16.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.16.2 18-Sep-2004  skrll Sync with HEAD.
 1.2.16.1 03-Aug-2004  skrll Sync with HEAD
 1.8 11-Jun-2016  dholland PR 51200 gets in libsa considered harmful: change own gets() to kgets()
and use it.
 1.7 29-May-2011  tsutsui branches: 1.7.14; 1.7.32;
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)
 1.6 12-Jan-2009  tsutsui branches: 1.6.6; 1.6.8;
WARNSfy.
 1.5 11-Dec-2005  christos branches: 1.5.74; 1.5.78; 1.5.86; 1.5.88;
merge ktrace-lwp.
 1.4 22-Jan-2005  chs de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.3 07-Aug-2003  agc branches: 1.3.8;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.2 05-Aug-2003  fredette Added seek support for tape files. Before, seeking a tape file
would silently fail, causing loadfile to load file contents into
the wrong addresses.

On the sun3/sun3x, MARK_START was incorrectly set too. Also
added support for booting a sun2.
 1.1 14-Jun-2001  fredette branches: 1.1.8; 1.1.18; 1.1.24;
Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.24.4 24-Jan-2005  skrll Sync with HEAD.
 1.1.24.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.24.2 18-Sep-2004  skrll Sync with HEAD.
 1.1.24.1 03-Aug-2004  skrll Sync with HEAD
 1.1.18.1 09-Sep-2003  tron Pull up revision 1.2 (requested by fredette in ticket #1402):
Added seek support for tape files. Before, seeking a tape file
would silently fail, causing loadfile to load file contents into
the wrong addresses.
On the sun3/sun3x, MARK_START was incorrectly set too. Also
added support for booting a sun2.
 1.1.8.2 14-Jun-2001  fredette Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.8.1 14-Jun-2001  fredette file boot.c was added on branch nathanw_sa on 2001-06-14 12:57:17 +0000
 1.3.8.1 29-Apr-2005  kent sync with -current
 1.5.88.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.
 1.5.86.1 19-Jan-2009  skrll Sync with HEAD.
 1.5.78.1 04-May-2009  yamt sync with head.
 1.5.74.1 17-Jan-2009  mjf Sync with HEAD.
 1.6.8.1 06-Jun-2011  jruoho Sync with HEAD.
 1.6.6.1 31-May-2011  rmind sync with head
 1.7.32.1 09-Jul-2016  skrll Sync with HEAD
 1.7.14.1 03-Dec-2017  jdolecek update from HEAD
 1.4 11-Dec-2005  christos merge ktrace-lwp.
 1.3 23-Jun-2005  junyoung Use FS_OPS() macro.
 1.2 15-May-2002  lukem branches: 1.2.10;
- implement putstr(), and use in various places instead of printf()
- wrap more debug stuff in #ifdef DEBUG
- for bootxx, provide minimal panic() which uses putstr() instead of printf()

bootxx is now < 7.5KB
 1.1 14-Jun-2001  fredette branches: 1.1.2; 1.1.8;
Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.8.2 20-Jun-2002  nathanw Catch up to -current.
 1.1.8.1 14-Jun-2001  nathanw file conf.c was added on branch nathanw_sa on 2002-06-20 03:42:03 +0000
 1.1.2.1 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.2.10.1 10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.6 17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.5 12-Jan-2009  tsutsui WARNSfy.
 1.4 28-Apr-2008  martin branches: 1.4.8;
Remove clause 3 and 4 from TNF licenses
 1.3 11-Dec-2005  christos branches: 1.3.74; 1.3.76; 1.3.78;
merge ktrace-lwp.
 1.2 22-Jan-2005  chs de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.1 14-Jun-2001  fredette branches: 1.1.8; 1.1.24; 1.1.32;
Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.32.1 29-Apr-2005  kent sync with -current
 1.1.24.1 24-Jan-2005  skrll Sync with HEAD.
 1.1.8.2 14-Jun-2001  fredette Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.8.1 14-Jun-2001  fredette file dev_tape.c was added on branch nathanw_sa on 2001-06-14 12:57:18 +0000
 1.3.78.2 04-May-2009  yamt sync with head.
 1.3.78.1 16-May-2008  yamt sync with head.
 1.3.76.1 18-May-2008  yamt sync with head.
 1.3.74.2 17-Jan-2009  mjf Sync with HEAD.
 1.3.74.1 02-Jun-2008  mjf Sync with HEAD.
 1.4.8.1 19-Jan-2009  skrll Sync with HEAD.
 1.3 11-Dec-2005  christos merge ktrace-lwp.
 1.2 22-Jan-2005  chs de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.1 14-Jun-2001  fredette branches: 1.1.8; 1.1.24; 1.1.32;
Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.32.1 29-Apr-2005  kent sync with -current
 1.1.24.1 24-Jan-2005  skrll Sync with HEAD.
 1.1.8.2 14-Jun-2001  fredette Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.8.1 14-Jun-2001  fredette file dev_tape.h was added on branch nathanw_sa on 2001-06-14 12:57:18 +0000
 1.8 21-Oct-2009  snj Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
 1.7 12-Jan-2009  tsutsui WARNSfy.
 1.6 25-Jan-2006  christos branches: 1.6.72; 1.6.76; 1.6.84;
free -> dealloc
unsigned -> size_t for alloc/dealloc
 1.5 11-Dec-2005  christos branches: 1.5.2;
merge ktrace-lwp.
 1.4 22-Jan-2005  chs branches: 1.4.8;
de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.3 21-Aug-2003  he branches: 1.3.8;
Adapt to const'ing of the first argument of the open function in fs_ops.
 1.2 05-Aug-2003  fredette Added seek support for tape files. Before, seeking a tape file
would silently fail, causing loadfile to load file contents into
the wrong addresses.

On the sun3/sun3x, MARK_START was incorrectly set too. Also
added support for booting a sun2.
 1.1 14-Jun-2001  fredette branches: 1.1.8; 1.1.18; 1.1.24;
Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.24.4 24-Jan-2005  skrll Sync with HEAD.
 1.1.24.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.24.2 18-Sep-2004  skrll Sync with HEAD.
 1.1.24.1 03-Aug-2004  skrll Sync with HEAD
 1.1.18.1 09-Sep-2003  tron Pull up revision 1.2 (requested by fredette in ticket #1402):
Added seek support for tape files. Before, seeking a tape file
would silently fail, causing loadfile to load file contents into
the wrong addresses.
On the sun3/sun3x, MARK_START was incorrectly set too. Also
added support for booting a sun2.
 1.1.8.2 14-Jun-2001  fredette Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.8.1 14-Jun-2001  fredette file rawfs.c was added on branch nathanw_sa on 2001-06-14 12:57:18 +0000
 1.3.8.1 29-Apr-2005  kent sync with -current
 1.4.8.1 21-Jun-2006  yamt sync with head.
 1.5.2.1 01-Feb-2006  yamt sync with head.
 1.6.84.1 19-Jan-2009  skrll Sync with HEAD.
 1.6.76.2 11-Mar-2010  yamt sync with head
 1.6.76.1 04-May-2009  yamt sync with head.
 1.6.72.1 17-Jan-2009  mjf Sync with HEAD.
 1.4 11-Dec-2005  christos merge ktrace-lwp.
 1.3 22-Jan-2005  chs de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.2 21-Aug-2003  he branches: 1.2.8;
Adapt to const'ing of the first argument of the open function in fs_ops.
 1.1 14-Jun-2001  fredette branches: 1.1.8; 1.1.24;
Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.24.4 24-Jan-2005  skrll Sync with HEAD.
 1.1.24.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.24.2 18-Sep-2004  skrll Sync with HEAD.
 1.1.24.1 03-Aug-2004  skrll Sync with HEAD
 1.1.8.2 14-Jun-2001  fredette Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.8.1 14-Jun-2001  fredette file rawfs.h was added on branch nathanw_sa on 2001-06-14 12:57:18 +0000
 1.2.8.1 29-Apr-2005  kent sync with -current

RSS XML Feed