Home | History | Annotate | Download | only in boot_ufs
History log of /src/sys/arch/x68k/stand/boot_ufs/bootmain.c
RevisionDateAuthorComments
 1.14  14-Jun-2019  isaki Add missing newline.
 1.13  17-Jul-2010  isaki branches: 1.13.60;
Add a missing newline in BOOT_DEBUG mode.
 1.12  18-Mar-2009  cegger branches: 1.12.2; 1.12.4;
Ansify function definitions w/o arguments. Generated with sed.
 1.11  14-Mar-2009  dsl 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.10  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.9  18-Dec-2008  isaki branches: 1.9.2;
Sync with other m68k ports.
- Remove PHYS_IODEV, PHYS_INTIODEV. These are real copy of INTIOBASE.
- Define IIOV() (and IIOP()) and use it, rather than INTIO_ADDR().
 1.8  11-Dec-2005  christos branches: 1.8.74; 1.8.78; 1.8.86;
merge ktrace-lwp.
 1.7  25-Aug-2005  he Make these first-stage boot loaders use a locally-defined ino32_t
instead of introducing 64-bit operations in these space-constrained
pieces of code with the recent change to ino_t. This is patterned
slightly after recent changes to libsa's ufs.c.

Approved by christos.
 1.6  30-Oct-2003  he branches: 1.6.16;
Add include of <lib/libsa/stand.h> for memcpy() and memset() prototypes.
 1.5  09-Apr-2003  itohy branches: 1.5.2;
Support UFS2 format for FFS.
 1.4  24-Nov-2001  minoura branches: 1.4.2;
boot_ufs can now used as the disk primary boot.
 1.3  15-Oct-2001  minoura branches: 1.3.4;
Use newvers_stand.sh to record the version.
 1.2  15-Oct-2001  minoura Prepare to set WARNS=2.
 1.1  27-Sep-2001  minoura Initial commit of the new bootloader to support ELF kernel.
It consists of two programs named boot_ufs and boot; the former reads
the latter (an OMAGIC a.out).
Boot now utilizes the libsa library to read the actual kernel.

- LFS code exists, but probobly does not work.
- Currently the ELF toolchain is required.
- Many features are missing.
 1.3.4.2  08-Jan-2002  nathanw Catch up to -current.
 1.3.4.1  15-Oct-2001  nathanw file bootmain.c was added on branch nathanw_sa on 2002-01-08 00:28:45 +0000
 1.4.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.4.2.1  24-Nov-2001  thorpej file bootmain.c was added on branch kqueue on 2002-01-10 19:50:29 +0000
 1.5.2.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.5.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.2.1  03-Aug-2004  skrll Sync with HEAD
 1.6.16.1  21-Jun-2006  yamt sync with head.
 1.8.86.2  28-Apr-2009  skrll Sync with HEAD.
 1.8.86.1  19-Jan-2009  skrll Sync with HEAD.
 1.8.78.2  11-Aug-2010  yamt sync with head.
 1.8.78.1  04-May-2009  yamt sync with head.
 1.8.74.1  17-Jan-2009  mjf Sync with HEAD.
 1.9.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.12.4.1  05-Mar-2011  rmind sync with head
 1.12.2.1  17-Aug-2010  uebayasi Sync with HEAD.
 1.13.60.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed