Home | History | Annotate | only in /src/sys/arch/news68k/stand/bootxx
History log of /src/sys/arch/news68k/stand/bootxx
RevisionDateAuthorComments
 1.20 20-Mar-2009  tsutsui Build common standalone MD sources in libsa.
 1.19 15-Mar-2009  tsutsui Use <bsd.klinks.mk> to create symlinks to MD system header directories.
 1.18 11-Jan-2008  tsutsui branches: 1.18.10; 1.18.18; 1.18.24;
WARNSfy
 1.17 29-Jun-2006  lukem branches: 1.17.34; 1.17.40; 1.17.48;
support MAKEVERBOSE
 1.16 29-Jun-2006  lukem Rename LDFLAGS to LINKFLAGS, as the former is for CC not LD.
 1.15 29-Dec-2005  skrll branches: 1.15.4; 1.15.8; 1.15.16;
Fix for ro src.
 1.14 11-Dec-2005  christos merge ktrace-lwp.
 1.13 11-May-2005  jmc branches: 1.13.2;
Rework dependencies for PROG. Needs LIBS, not machine/m68k for -j to work
 1.12 11-May-2005  jmc Convert to .BEGIN for machine/sys
 1.11 01-May-2005  christos PR/9567: Arne H. Juul: .BEGIN targets should not use dependencies.
 1.10 20-May-2002  lukem branches: 1.10.8;
Update to <sys/bootblock.h>'s shared_bbinfo.
From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>.
 1.9 12-Dec-2001  lukem branches: 1.9.8;
Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
Otherwise the appropriate MKxxx=no won't be defined .
 1.8 12-Dec-2001  tv MKfoo=no -> NOfoo
 1.7 04-Mar-2001  tsutsui branches: 1.7.4; 1.7.8;
Add "-e start" to LDFLAGS for ELF toolchain.
 1.6 30-Jan-2001  tsutsui Umm, fix botch in the previous;
include bsd.own.mk at the top, and include bsd.prog.mk at the bottom.
 1.5 30-Jan-2001  tsutsui Include bsd.prog.mk at the top to pull in ${PRINTOBJDIR}.
 1.4 07-Jan-2001  tsutsui Use ${PRINTOBJDIR}.
 1.3 13-Apr-2000  tsutsui branches: 1.3.6;
Disable DPRINTF().
 1.2 23-Jan-2000  mycroft Clean up the machine symlink stuff ever so slightly. Needs to be
standardized between files.
 1.1 09-Dec-1999  tsutsui branches: 1.1.2;
Initial import of news68k port.
 1.1.2.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.3.6.5 12-Mar-2001  bouyer Sync with HEAD.
 1.3.6.4 11-Feb-2001  bouyer Sync with HEAD.
 1.3.6.3 18-Jan-2001  bouyer Sync with head (for UBC+NFS fixes, mostly).
 1.3.6.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.3.6.1 13-Apr-2000  bouyer file Makefile was added on branch thorpej_scsipi on 2000-11-20 20:16:18 +0000
 1.7.8.2 20-Jun-2002  nathanw Catch up to -current.
 1.7.8.1 08-Jan-2002  nathanw Catch up to -current.
 1.7.4.2 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.7.4.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.9.8.1 30-May-2002  gehenna Catch up with -current.
 1.10.8.1 10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.13.2.3 21-Jan-2008  yamt sync with head
 1.13.2.2 30-Dec-2006  yamt sync with head.
 1.13.2.1 21-Jun-2006  yamt sync with head.
 1.15.16.1 13-Jul-2006  gdamore Merge from HEAD.
 1.15.8.1 11-Aug-2006  yamt sync with head
 1.15.4.1 09-Sep-2006  rpaulo sync with head
 1.17.48.1 11-Jan-2008  bouyer Sync with HEAD
 1.17.40.1 18-Feb-2008  mjf Sync with HEAD.
 1.17.34.1 23-Mar-2008  matt sync with HEAD
 1.18.24.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.18.18.1 28-Apr-2009  skrll Sync with HEAD.
 1.18.10.1 04-May-2009  yamt sync with head.
 1.11 29-Mar-2014  ozaki-r Replace sprintf with snprintf
 1.10 14-May-2008  tsutsui branches: 1.10.32; 1.10.42; 1.10.48;
Normalize my licenses.
 1.9 11-Jan-2008  tsutsui branches: 1.9.6; 1.9.8; 1.9.10; 1.9.12;
WARNSfy
 1.8 11-Dec-2005  christos branches: 1.8.50; 1.8.56; 1.8.64;
merge ktrace-lwp.
 1.7 11-Dec-2004  tsutsui branches: 1.7.10;
u_intXX_t -> uintXX_t
 1.6 04-Sep-2004  tsutsui - Use ANSI function declarations and make some functions static.
- Some KNF
 1.5 21-Nov-2003  tsutsui Revert previous DPRINTF changes since gcc3 properly removes text strings
in while(0) statements during optimization.
 1.4 20-May-2002  lukem branches: 1.4.8;
Update to <sys/bootblock.h>'s shared_bbinfo.
From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>.
 1.3 30-Apr-2002  tsutsui branches: 1.3.2;
Make sure whole DPRINTF()s are actually disabled on normal build.
It seems compiler does not remove text strings in while(0) statement
on its optimization.
 1.2 27-Apr-2002  tsutsui Use a magic structure with a magic number instead of using nlist(3)
for installboot(8) to patch proto bootblocks.
(This is a preparation to migrate MI installboot.)
 1.1 09-Dec-1999  tsutsui branches: 1.1.2; 1.1.8; 1.1.12; 1.1.16;
Initial import of news68k port.
 1.1.16.1 20-Jun-2002  nathanw Catch up to -current.
 1.1.12.1 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.8.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.1.8.1 09-Dec-1999  bouyer file bootxx.c was added on branch thorpej_scsipi on 2000-11-20 20:16:18 +0000
 1.1.2.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.3.2.1 30-May-2002  gehenna Catch up with -current.
 1.4.8.4 18-Dec-2004  skrll Sync with HEAD.
 1.4.8.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.8.2 18-Sep-2004  skrll Sync with HEAD.
 1.4.8.1 03-Aug-2004  skrll Sync with HEAD
 1.7.10.1 21-Jan-2008  yamt sync with head
 1.8.64.1 11-Jan-2008  bouyer Sync with HEAD
 1.8.56.1 18-Feb-2008  mjf Sync with HEAD.
 1.8.50.1 23-Mar-2008  matt sync with HEAD
 1.9.12.1 23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.9.10.1 16-May-2008  yamt sync with head.
 1.9.8.1 18-May-2008  yamt sync with head.
 1.9.6.1 02-Jun-2008  mjf Sync with HEAD.
 1.10.48.1 18-May-2014  rmind sync with head
 1.10.42.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.10.32.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.4 08-Oct-2023  tsutsui Remove trailing spaces and tab.
 1.3 14-May-2008  tsutsui Normalize my licenses.
 1.2 25-Nov-2000  tsutsui branches: 1.2.126; 1.2.128; 1.2.130; 1.2.132;
Make sure to return PROM prompt even if loading kernel fails halfway.
 1.1 09-Dec-1999  tsutsui branches: 1.1.2; 1.1.6; 1.1.8;
Initial import of news68k port.
 1.1.8.3 08-Dec-2000  bouyer Sync with HEAD.
 1.1.8.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.1.8.1 09-Dec-1999  bouyer file start.S was added on branch thorpej_scsipi on 2000-11-20 20:16:19 +0000
 1.1.6.1 24-Dec-2000  jhawk Pull up revision 1.2 (requested by tsutsui):
Make sure to return PROM prompt even if loading kernel fails halfway,
by calling the PROM halt routine upon failure of loadfile().
 1.1.2.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.2.132.1 23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.2.130.1 16-May-2008  yamt sync with head.
 1.2.128.1 18-May-2008  yamt sync with head.
 1.2.126.1 02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed