| History log of /src/sys/arch/sgimips/stand/boot64 |
| Revision | Date | Author | Comments |
| 1.15 | 29-Jun-2024 |
rin | sgimips: stand: Switch to libsa/getopt, NFCI
|
| 1.14 | 08-Apr-2017 |
christos | centralize vers.c building for standalone programs.
|
| 1.13 | 08-Sep-2016 |
christos | branches: 1.13.2; Avoid the PIE
|
| 1.12 | 16-Jan-2014 |
christos | branches: 1.12.6; 1.12.10; eliminate use of bsd.sys.mk from Makefiles
|
| 1.11 | 25-Feb-2011 |
matt | branches: 1.11.4; 1.11.14; 1.11.18; Don't rely on having a mips64eb toolchain.
|
| 1.10 | 20-Feb-2011 |
matt | Merge forward matt-nb5-mips64 Adapt to new interrupt/spl framework Deal with arcbios calls being O32 and kernels being N32/N64. Need to save/restore T8 across arcbios calls.
|
| 1.9 | 23-Jan-2011 |
joerg | Define NOMAN earlier.
|
| 1.8 | 22-Jan-2011 |
joerg | Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly disabled by -D) from the output of newvers_stand.sh. Change -D to the inverted logic, so that it adds the date to bootprog_rev in ().
Change all platforms accordingly. -D is added if MKREPRO is not yes and wasn't present before. Platforms that didn't use -D don't depend on MKREPRO now either.
|
| 1.7 | 27-May-2010 |
dholland | branches: 1.7.2; 1.7.4; 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.6 | 15-Mar-2009 |
tsutsui | branches: 1.6.2; 1.6.4; - use <bsd.klinks.mk> to create MD include dir symlinks - make sure to remove lib subdirs on clean and distclean target
|
| 1.5 | 23-Feb-2008 |
tsutsui | branches: 1.5.4; 1.5.12; 1.5.18; - use bootprog_name[] generated by sys/conf/newvers_stand.sh - constify, KNF - fix bootloader names in comment
|
| 1.4 | 23-Feb-2008 |
tsutsui | Use ${.TARGET}.
|
| 1.3 | 11-Dec-2005 |
christos | branches: 1.3.50; 1.3.70; 1.3.74; merge ktrace-lwp.
|
| 1.2 | 14-Jan-2005 |
skrll | branches: 1.2.10; Update the emulation names after recent binutils changes.
|
| 1.1 | 11-Aug-2004 |
sekiya | branches: 1.1.2; Add 64-bit ABI bootloader (for IP30). Needs a slightly modified toolchain and a 64-bit-clean libkern.a; once those bits are committed, this should be 100% good to go.
|
| 1.1.2.5 | 17-Jan-2005 |
skrll | Sync with HEAD.
|
| 1.1.2.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.1.2.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.1.2.2 | 12-Aug-2004 |
skrll | Sync with HEAD.
|
| 1.1.2.1 | 11-Aug-2004 |
skrll | file Makefile was added on branch ktrace-lwp on 2004-08-12 11:41:14 +0000
|
| 1.2.10.1 | 27-Feb-2008 |
yamt | sync with head.
|
| 1.3.74.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
| 1.3.70.1 | 24-Mar-2008 |
keiichi | sync with head.
|
| 1.3.50.1 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.5.18.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.5.12.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.5.4.2 | 11-Aug-2010 |
yamt | sync with head.
|
| 1.5.4.1 | 04-May-2009 |
yamt | sync with head.
|
| 1.6.4.2 | 05-Mar-2011 |
rmind | sync with head
|
| 1.6.4.1 | 30-May-2010 |
rmind | sync with head
|
| 1.6.2.1 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
| 1.7.4.2 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.7.4.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
| 1.7.2.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.11.18.1 | 18-May-2014 |
rmind | sync with head
|
| 1.11.14.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.11.14.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.11.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.12.10.1 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
| 1.12.6.2 | 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.12.6.1 | 05-Oct-2016 |
skrll | Sync with HEAD
|
| 1.13.2.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.2 | 11-Dec-2005 |
christos | merge ktrace-lwp.
|
| 1.1 | 11-Aug-2004 |
sekiya | branches: 1.1.2; Add 64-bit ABI bootloader (for IP30). Needs a slightly modified toolchain and a 64-bit-clean libkern.a; once those bits are committed, this should be 100% good to go.
|
| 1.1.2.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.1.2.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.1.2.2 | 12-Aug-2004 |
skrll | Sync with HEAD.
|
| 1.1.2.1 | 11-Aug-2004 |
skrll | file version was added on branch ktrace-lwp on 2004-08-12 11:41:14 +0000
|