Home | History | Annotate | only in /src/sys/arch/news68k/stand/common
History log of /src/sys/arch/news68k/stand/common
RevisionDateAuthorComments
 1.15 17-Jan-2016  tsutsui Enable LIBSA_CREAD_NOCRC. PR/50638

Bump version to denote user visible change.
Tested on NWS-1750.
 1.14 27-May-2010  dholland branches: 1.14.18; 1.14.36;
Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
trees, because it can race with the libsa/libkern/etc. makefiles' own
cleandir rules. I think I've found all of the uses of the offending idiom...
Closes PR 43360.
 1.13 03-Apr-2009  tsutsui branches: 1.13.2; 1.13.4;
Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET.
They were removed from <lib/libsa/stand.h> on December 2007.
 1.12 20-Mar-2009  tsutsui Build common standalone MD sources in libsa.
 1.11 15-Mar-2009  tsutsui Use <bsd.klinks.mk> to create symlinks to MD system header directories.
 1.10 12-Jan-2009  tsutsui branches: 1.10.2;
Enable prototype warning options.
 1.9 28-Dec-2005  skrll branches: 1.9.74; 1.9.78; 1.9.86;
Don't try and create/cleanup symlinks before objdirs are created.

Doesn't everyone use ro src?
 1.8 11-Dec-2005  christos merge ktrace-lwp.
 1.7 21-Nov-2003  tsutsui branches: 1.7.16;
Make sure machine and ${MACHINE_ARCH} symlinks created before make depend.
 1.6 30-Mar-2003  tsutsui branches: 1.6.2;
Use 32bit daddr_t.
 1.5 13-Apr-2002  tsutsui Add -DLIBSA_USE_MEMCPY and -DLIBSA_USE_MEMSET to CPPFLAGS.
 1.4 12-Dec-2001  tv MKfoo=no -> NOfoo
 1.3 30-Jan-2001  tsutsui branches: 1.3.4; 1.3.8;
Remove (unused) -DBOOT_DEBUG.
 1.2 23-Jan-2000  mycroft branches: 1.2.6;
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.2.6.3 11-Feb-2001  bouyer Sync with HEAD.
 1.2.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.2.6.1 23-Jan-2000  bouyer file Makefile was added on branch thorpej_scsipi on 2000-11-20 20:16:19 +0000
 1.3.8.2 17-Apr-2002  nathanw Catch up to -current.
 1.3.8.1 08-Jan-2002  nathanw Catch up to -current.
 1.3.4.2 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.4.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.6.2.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.6.2.2 18-Sep-2004  skrll Sync with HEAD.
 1.6.2.1 03-Aug-2004  skrll Sync with HEAD
 1.7.16.1 21-Jun-2006  yamt sync with head.
 1.9.86.2 28-Apr-2009  skrll Sync with HEAD.
 1.9.86.1 19-Jan-2009  skrll Sync with HEAD.
 1.9.78.2 11-Aug-2010  yamt sync with head.
 1.9.78.1 04-May-2009  yamt sync with head.
 1.9.74.1 17-Jan-2009  mjf Sync with HEAD.
 1.10.2.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.13.4.1 30-May-2010  rmind sync with head
 1.13.2.1 17-Aug-2010  uebayasi Sync with HEAD.
 1.14.36.1 19-Mar-2016  skrll Sync with HEAD
 1.14.18.1 03-Dec-2017  jdolecek update from HEAD
 1.1 20-Mar-2009  tsutsui branches: 1.1.2; 1.1.4; 1.1.6;
Build common standalone MD sources in libsa.
 1.1.6.2 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.1.6.1 20-Mar-2009  jym file Makefile.inc was added on branch jym-xensuspend on 2009-05-13 17:18:10 +0000
 1.1.4.2 04-May-2009  yamt sync with head.
 1.1.4.1 20-Mar-2009  yamt file Makefile.inc was added on branch yamt-nfs-mp on 2009-05-04 08:11:37 +0000
 1.1.2.2 28-Apr-2009  skrll Sync with HEAD.
 1.1.2.1 20-Mar-2009  skrll file Makefile.inc was added on branch nick-hppapmap on 2009-04-28 07:34:30 +0000
 1.4 14-May-2008  tsutsui Normalize my licenses.
 1.3 11-Dec-2005  christos branches: 1.3.74; 1.3.76; 1.3.78; 1.3.80;
merge ktrace-lwp.
 1.2 04-Sep-2004  tsutsui - Use ANSI function declarations and make some functions static.
- Some KNF
 1.1 30-Apr-2002  tsutsui branches: 1.1.6; 1.1.8; 1.1.14;
Add getchar().
 1.1.14.2 21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.14.1 18-Sep-2004  skrll Sync with HEAD.
 1.1.8.2 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.8.1 30-Apr-2002  jdolecek file getchar.c was added on branch kqueue on 2002-06-23 17:38:47 +0000
 1.1.6.2 20-Jun-2002  nathanw Catch up to -current.
 1.1.6.1 30-Apr-2002  nathanw file getchar.c was added on branch nathanw_sa on 2002-06-20 03:40:11 +0000
 1.3.80.1 23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 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.1 02-Jun-2008  mjf Sync with HEAD.
 1.4 14-May-2008  tsutsui Normalize my licenses.
 1.3 11-Dec-2005  christos branches: 1.3.74; 1.3.76; 1.3.78; 1.3.80;
merge ktrace-lwp.
 1.2 04-Sep-2004  tsutsui - Use ANSI function declarations and make some functions static.
- Some KNF
 1.1 09-Dec-1999  tsutsui branches: 1.1.2; 1.1.8; 1.1.32;
Initial import of news68k port.
 1.1.32.2 21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.32.1 18-Sep-2004  skrll 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 putchar.c was added on branch thorpej_scsipi on 2000-11-20 20:16:19 +0000
 1.1.2.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.3.80.1 23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 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.1 02-Jun-2008  mjf Sync with HEAD.
 1.4 14-May-2008  tsutsui Normalize my licenses.
 1.3 03-Mar-2001  tsutsui branches: 1.3.126; 1.3.128; 1.3.130; 1.3.132;
Add one missed register prefix.
 1.2 25-Nov-2000  tsutsui 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.4 12-Mar-2001  bouyer Sync with HEAD.
 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 romcalls.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.3.132.1 23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.3.130.1 16-May-2008  yamt sync with head.
 1.3.128.1 18-May-2008  yamt sync with head.
 1.3.126.1 02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed