Home | History | Annotate | Download | only in common
History log of /src/sys/arch/pmax/stand/common/boot.c
RevisionDateAuthorComments
 1.20  06-Mar-2024  andvar s/lader/loader/ in comments.
 1.19  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.18  14-Mar-2009  dsl branches: 1.18.4; 1.18.6; 1.18.8;
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.17  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.16  28-Apr-2008  martin branches: 1.16.8; 1.16.14;
Remove clause 3 and 4 from TNF licenses
 1.15  11-Dec-2005  christos branches: 1.15.74; 1.15.76; 1.15.78;
merge ktrace-lwp.
 1.14  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.13  11-Jul-2000  soren branches: 1.13.2; 1.13.28;
Update comment.
 1.12  08-Dec-1999  simonb branches: 1.12.2;
Store only the kernel name itself in the bootinfo BOOTPATH record, and
not the full boot device specification.

With this change, /etc/rc doesn't spew garbage when kvm_mkdb can't
find a kernel called "3/rz0/netbsd" or some such...
 1.11  27-Nov-1999  simonb Use alpha-style banner display and bootprog_* variables.
Look for default kernels in order of: netbsd.pmax netbsd netbsd.gz
netbsd.bak netbsd.old onetbsd gennetbsd.
 1.10  27-Nov-1999  simonb Moved from boot/boot.c,v
 1.9  13-Nov-1999  thorpej Backout my libsa changes.
 1.8  12-Nov-1999  simonb Remove references to libkern after Jason's recent work to libsa.
 1.7  28-Apr-1999  christos branches: 1.7.4;
use new loadfile
 1.6  12-Apr-1999  simonb If only a device name is specified with no kernel name, try to load a
kernel from a default list of names. This list is netbsd, netbsd.bak,
netbsd.old, onetbsd and gennetbsd - all without and with a .gz
extension.
 1.5  11-Apr-1999  simonb Clean up prototypes.
Print a message on failure to load or execute kernel.
 1.4  31-Mar-1999  simonb branches: 1.4.4;
Don't define errno expliticly, use libsa/errno.c in first stage and
${LIBSA} in the second stage.
 1.3  26-Mar-1999  simonb Update copyrights.
 1.2  25-Mar-1999  simonb Remove old (not-enabled) local support for loading kernels.
 1.1  25-Mar-1999  simonb Second stage bootblocks based on original single stage blocks.
 1.4.4.1  21-Jun-1999  thorpej Sync w/ -current.
 1.7.4.1  15-Nov-1999  fvdl Sync with -current
 1.12.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.13.28.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.13.28.2  18-Sep-2004  skrll Sync with HEAD.
 1.13.28.1  03-Aug-2004  skrll Sync with HEAD
 1.13.2.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.13.2.1  11-Jul-2000  bouyer file boot.c was added on branch thorpej_scsipi on 2000-11-20 20:20:42 +0000
 1.15.78.2  04-May-2009  yamt sync with head.
 1.15.78.1  16-May-2008  yamt sync with head.
 1.15.76.1  18-May-2008  yamt sync with head.
 1.15.74.1  02-Jun-2008  mjf Sync with HEAD.
 1.16.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.16.8.1  28-Apr-2009  skrll Sync with HEAD.
 1.18.8.1  08-Feb-2011  bouyer Sync with HEAD
 1.18.6.1  06-Jun-2011  jruoho Sync with HEAD.
 1.18.4.1  05-Mar-2011  rmind sync with head

RSS XML Feed