Home | History | Annotate | only in /src/sys/arch/sbmips/stand/netboot
History log of /src/sys/arch/sbmips/stand/netboot
RevisionDateAuthorComments
 1.6 19-Jan-2012  matt Use a ldscript to make sure boot programs are linked correctly.
 1.5 20-Feb-2011  matt branches: 1.5.4; 1.5.8;
Merge from matt-nb5-mips64.
Add pci support.
new interrupt code.
Adapt to new world order for MIPS
 1.4 04-Nov-2009  skrll branches: 1.4.4; 1.4.6; 1.4.8;
Apply workaround for an ld bug which creates an empty .rel.dyn section.
 1.3 11-Dec-2005  christos branches: 1.3.78;
merge ktrace-lwp.
 1.2 14-Mar-2004  simonb Remove trailing blank line.
 1.1 09-Nov-2002  cgd branches: 1.1.2; 1.1.8;
first cut at NetBSD/sbmips bootstrap programs, cloned from NetBSD/alpha's
and then modified to work with CFE as the firmware.
 1.1.8.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.8.2 18-Sep-2004  skrll Sync with HEAD.
 1.1.8.1 03-Aug-2004  skrll Sync with HEAD
 1.1.2.2 11-Nov-2002  nathanw Catch up to -current
 1.1.2.1 09-Nov-2002  nathanw file Makefile was added on branch nathanw_sa on 2002-11-11 22:03:44 +0000
 1.3.78.1 11-Mar-2010  yamt sync with head
 1.4.8.1 05-Mar-2011  bouyer Sync with HEAD
 1.4.6.1 06-Jun-2011  jruoho Sync with HEAD.
 1.4.4.1 05-Mar-2011  rmind sync with head
 1.5.8.1 18-Feb-2012  mrg merge to -current.
 1.5.4.1 17-Apr-2012  yamt sync with head
 1.3 11-Dec-2005  christos merge ktrace-lwp.
 1.2 23-Jun-2005  junyoung Use FS_OPS() macro.
 1.1 09-Nov-2002  cgd branches: 1.1.2; 1.1.8;
first cut at NetBSD/sbmips bootstrap programs, cloned from NetBSD/alpha's
and then modified to work with CFE as the firmware.
 1.1.8.1 10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.1.2.2 11-Nov-2002  nathanw Catch up to -current
 1.1.2.1 09-Nov-2002  nathanw file conf.c was added on branch nathanw_sa on 2002-11-11 22:03:45 +0000
 1.7 05-Jun-2021  christos Use the libsa dev_net.c (fixes the build since this defined netmask
which has moved to a different file in libsa).
 1.6 17-Jul-2011  joerg branches: 1.6.70; 1.6.74;
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 21-Oct-2009  snj Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
 1.4 14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.3 14-Mar-2009  dsl Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.2 19-Mar-2003  drochner branches: 1.2.108; 1.2.116; 1.2.122;
"bootparam" specific variables are defined in libsa/bootparam.c now.
 1.1 09-Nov-2002  cgd branches: 1.1.2;
first cut at NetBSD/sbmips bootstrap programs, cloned from NetBSD/alpha's
and then modified to work with CFE as the firmware.
 1.1.2.2 11-Nov-2002  nathanw Catch up to -current
 1.1.2.1 09-Nov-2002  nathanw file dev_net.c was added on branch nathanw_sa on 2002-11-11 22:03:45 +0000
 1.2.122.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.2.116.1 28-Apr-2009  skrll Sync with HEAD.
 1.2.108.2 11-Mar-2010  yamt sync with head
 1.2.108.1 04-May-2009  yamt sync with head.
 1.6.74.1 06-Jun-2021  cjep sync with head
 1.6.70.1 17-Jun-2021  thorpej Sync w/ HEAD.
 1.5 19-Jun-2014  msaitoh Fix compile error of -Werror=unused-but-set-variable.
 1.4 14-Mar-2009  dsl branches: 1.4.22; 1.4.36;
ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.3 11-Dec-2005  christos branches: 1.3.78; 1.3.86; 1.3.92;
merge ktrace-lwp.
 1.2 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.1 09-Nov-2002  cgd branches: 1.1.2; 1.1.8;
first cut at NetBSD/sbmips bootstrap programs, cloned from NetBSD/alpha's
and then modified to work with CFE as the firmware.
 1.1.8.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.8.2 18-Sep-2004  skrll Sync with HEAD.
 1.1.8.1 03-Aug-2004  skrll Sync with HEAD
 1.1.2.2 11-Nov-2002  nathanw Catch up to -current
 1.1.2.1 09-Nov-2002  nathanw file devopen.c was added on branch nathanw_sa on 2002-11-11 22:03:46 +0000
 1.3.92.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.3.86.1 28-Apr-2009  skrll Sync with HEAD.
 1.3.78.1 04-May-2009  yamt sync with head.
 1.4.36.1 10-Aug-2014  tls Rebase.
 1.4.22.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4 12-Jan-2009  tsutsui Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
numbers in seconds returned by the machine dependent getsecs() function
which are used to measure relative time

saseconds_t (currently int):
numbers in seconds used to specify timeout to network drivers

Per discussion on current-users.
 1.3 15-Apr-2006  simonb branches: 1.3.62; 1.3.66; 1.3.74;
ANSIfy, white-space nits.
 1.2 07-Feb-2003  cgd branches: 1.2.18; 1.2.32; 1.2.34; 1.2.36; 1.2.38; 1.2.40;
Update to consistently use Broadcom GPL-compatible license on all SiByte code.
 1.1 09-Nov-2002  cgd branches: 1.1.2;
first cut at NetBSD/sbmips bootstrap programs, cloned from NetBSD/alpha's
and then modified to work with CFE as the firmware.
 1.1.2.2 11-Nov-2002  nathanw Catch up to -current
 1.1.2.1 09-Nov-2002  nathanw file getsecs.c was added on branch nathanw_sa on 2002-11-11 22:03:47 +0000
 1.2.40.1 24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.2.38.1 19-Apr-2006  elad sync with head - hopefully this will work
 1.2.36.1 24-May-2006  yamt sync with head.
 1.2.34.1 22-Apr-2006  simonb Sync with head.
 1.2.32.1 09-Sep-2006  rpaulo sync with head
 1.2.18.1 21-Jun-2006  yamt sync with head.
 1.3.74.1 19-Jan-2009  skrll Sync with HEAD.
 1.3.66.1 04-May-2009  yamt sync with head.
 1.3.62.1 17-Jan-2009  mjf Sync with HEAD.
 1.5 18-Mar-2009  cegger bcopy -> memcpy
 1.4 14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.3 12-Jan-2009  tsutsui branches: 1.3.2;
Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
numbers in seconds returned by the machine dependent getsecs() function
which are used to measure relative time

saseconds_t (currently int):
numbers in seconds used to specify timeout to network drivers

Per discussion on current-users.
 1.2 13-Mar-2003  drochner branches: 1.2.104; 1.2.108; 1.2.116;
cope with removal of this sick NENTS macro from libsa/netif.h
 1.1 09-Nov-2002  cgd branches: 1.1.2;
first cut at NetBSD/sbmips bootstrap programs, cloned from NetBSD/alpha's
and then modified to work with CFE as the firmware.
 1.1.2.2 11-Nov-2002  nathanw Catch up to -current
 1.1.2.1 09-Nov-2002  nathanw file if_cfe.c was added on branch nathanw_sa on 2002-11-11 22:03:47 +0000
 1.2.116.2 28-Apr-2009  skrll Sync with HEAD.
 1.2.116.1 19-Jan-2009  skrll Sync with HEAD.
 1.2.108.1 04-May-2009  yamt sync with head.
 1.2.104.1 17-Jan-2009  mjf Sync with HEAD.
 1.3.2.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.1 09-Nov-2002  cgd branches: 1.1.2;
first cut at NetBSD/sbmips bootstrap programs, cloned from NetBSD/alpha's
and then modified to work with CFE as the firmware.
 1.1.2.2 11-Nov-2002  nathanw Catch up to -current
 1.1.2.1 09-Nov-2002  nathanw file version was added on branch nathanw_sa on 2002-11-11 22:03:48 +0000

RSS XML Feed