History log of /src/sys/arch/newsmips/stand/bootxx |
Revision | Date | Author | Comments |
1.13 | 16-Apr-2009 |
tsutsui | Use mips/conf/stand.ldscript on link so that we can use objcopy(1) to create raw bootxx binary. Tested on NWS-5000X.
|
1.12 | 15-Apr-2009 |
tsutsui | Use <bsd.klinks.mk> to create machine and ${MACHINE_ARCH} symlinks.
|
1.11 | 12-Jan-2009 |
tsutsui | branches: 1.11.2; Enable prototype warning options.
|
1.10 | 29-Jun-2006 |
lukem | branches: 1.10.58; 1.10.62; 1.10.70; support MAKEVERBOSE
|
1.9 | 29-Jun-2006 |
lukem | Rename LDFLAGS to LINKFLAGS, as the former is for CC not LD.
|
1.8 | 22-Nov-2002 |
tsutsui | branches: 1.8.22; 1.8.36; 1.8.40; 1.8.48; - Add -msoft-float and -ffreestanding to CFLAGS. - Add -mno-abicalls to AFLAGS. - Set WARNS?=1
|
1.7 | 20-May-2002 |
lukem | Update to <sys/bootblock.h>'s shared_bbinfo. (From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>)
|
1.6 | 13-Apr-2002 |
tsutsui | branches: 1.6.2; Add -mmemcpy to CFLAGS.
|
1.5 | 12-Dec-2001 |
tv | MKfoo=no -> NOfoo
|
1.4 | 14-Nov-2001 |
tv | branches: 1.4.2; ${MAKE} print-objdir -> ${PRINTOBJDIR}
|
1.3 | 12-Oct-2000 |
onoe | branches: 1.3.4; Add support to boot on APbus machine (e.g. NWS-5000).
|
1.2 | 17-Dec-1999 |
tsubai | Move common objects and libraries to common/.
|
1.1 | 08-Jul-1999 |
tsubai | branches: 1.1.2; 1.1.8; Add NetBSD/newsmips native boot loader.
|
1.1.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.1.2.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.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.4.2.5 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.4.2.4 | 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.4.2.3 | 17-Apr-2002 |
nathanw | Catch up to -current.
|
1.4.2.2 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.4.2.1 | 14-Nov-2001 |
nathanw | file Makefile was added on branch nathanw_sa on 2002-01-08 00:26:56 +0000
|
1.6.2.1 | 30-May-2002 |
gehenna | Catch up with -current.
|
1.8.48.1 | 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.8.40.1 | 11-Aug-2006 |
yamt | sync with head
|
1.8.36.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.8.22.1 | 30-Dec-2006 |
yamt | sync with head.
|
1.10.70.2 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.10.70.1 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.10.62.1 | 04-May-2009 |
yamt | sync with head.
|
1.10.58.1 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.11.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.9 | 26-Mar-2014 |
christos | kill sprintf
|
1.8 | 21-Feb-2008 |
tsutsui | branches: 1.8.4; 1.8.50; 1.8.56; u_int32_t -> uint32_t, remove __P(), ANSIfy.
|
1.7 | 11-Dec-2005 |
christos | branches: 1.7.50; 1.7.70; merge ktrace-lwp.
|
1.6 | 21-Nov-2003 |
tsutsui | branches: 1.6.16; Revert previous DPRINTF changes since gcc3 properly removes text strings in while(0) statements during optimization.
|
1.5 | 22-Nov-2002 |
tsutsui | branches: 1.5.6; Add some prototype declarations.
|
1.4 | 20-May-2002 |
lukem | 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 | 12-Oct-2000 |
onoe | branches: 1.2.4; 1.2.8; Add support to boot on APbus machine (e.g. NWS-5000).
|
1.1 | 08-Jul-1999 |
tsubai | branches: 1.1.2; Add NetBSD/newsmips native boot loader.
|
1.1.2.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.2.8.2 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.2.8.1 | 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.2.4.1 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.3.2.1 | 30-May-2002 |
gehenna | Catch up with -current.
|
1.5.6.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.6.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.6.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.6.16.1 | 27-Feb-2008 |
yamt | sync with head.
|
1.7.70.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.7.50.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.8.56.1 | 18-May-2014 |
rmind | sync with head
|
1.8.50.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.8.4.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.2 | 17-Dec-1999 |
tsubai | Moved to common/romcalls.S,v
|
1.1 | 08-Jul-1999 |
tsubai | branches: 1.1.2; 1.1.8; Add NetBSD/newsmips native boot loader.
|
1.1.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.1.2.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck
|
1.2 | 12-Oct-2000 |
onoe | Add support to boot on APbus machine (e.g. NWS-5000).
|
1.1 | 08-Jul-1999 |
tsubai | branches: 1.1.2; Add NetBSD/newsmips native boot loader.
|
1.1.2.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.
|