Home | History | Annotate | Download | only in loadbsd
History log of /src/sys/arch/x68k/stand/loadbsd/loadbsd.c
RevisionDateAuthorComments
 1.16  07-Jan-2024  isaki TAB/space/indent cleanup.
 1.15  23-Dec-2023  andvar update usage() and usage comment with missing options.
 1.14  21-Feb-2011  itohy Cleanup my copyright notice.
 1.13  18-Mar-2009  cegger branches: 1.13.4; 1.13.6; 1.13.8;
Ansify function definitions w/o arguments. Generated with sed.
 1.12  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.11  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.10  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.9  24-Dec-2005  perry branches: 1.9.78; 1.9.86; 1.9.92;
bare asm -> __asm
 1.8  18-May-2002  isaki branches: 1.8.24;
Make ELF kernel loadable, by itohy-san.
 1.7  12-Jun-2001  minoura branches: 1.7.2; 1.7.8; 1.7.16;
Another steps for ELF.
- register prefix
- machine/asm.h
- deprecated -T option for ld(1)
 1.6  24-Sep-2000  jdolecek branches: 1.6.2;
add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this
maps standard boot flags to corresponding RB_* values
use BOOT_FLAG() in port's MD code as appropriate

as discussed on tech-kern, add new boot flags -v, -q for booting
verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET
boot flags; also add FreeBSD-compatible bootverbose macro and
NetBSD-specific bootquiet macro

for hpcmips, use new bootverbose instead of it's own hpcmips_verbose

Tested on i386, and to limited extend (compile of affected files) also for
mvme68k, hp300, luna68k, sun3.
 1.5  29-Jul-2000  jdolecek g/c RB_DFLTROOT

I've tried hard to find also various usage() messages and remove the
appropriate flag from there as well, hopefully all occurences are covered.
 1.4  23-Sep-1999  minoura branches: 1.4.2; 1.4.12;
First step toward network boot.
By Takeshi Nakayama <tn@catvmics.ne.jp>.
 1.3  29-Jul-1999  itohy Fix typo in comment.
 1.2  30-Apr-1999  minoura Branch address was wrong.
 1.1  01-Sep-1998  itohy branches: 1.1.8;
New boot program.
Load and execute NetBSD/x68k kernel from Human68k.
 1.1.8.1  30-Apr-1999  perry branches: 1.1.8.1.2;
pullup 1..1->1.2 (minoura)
 1.1.8.1.2.2  02-Aug-1999  thorpej Update from trunk.
 1.1.8.1.2.1  21-Jun-1999  thorpej Sync w/ -current.
 1.4.12.1  13-Aug-2000  jdolecek pullup from trunk (approved by thorpej):
retire RB_DFLTROOT, it's no longer used

revisions pulled up:
arch/i386/stand/lib/netbsd_opts.c 1.3
arch/i386/stand/biosboot/main.c 1.23
arch/i386/stand/dosboot/main.c 1.15
arch/i386/stand/netboot/main.c 1.6
arch/arc/arc/machdep.c 1.42
arch/bebox/stand/boot/boot.c 1.11
arch/hpcmips/hpcmips/machdep.c 1.32
arch/newsmips/newsmips/machdep.c 1.45
arch/pc532/stand/boot/boot.c 1.2
arch/pmax/pmax/machdep.c 1.178
arch/prep/stand/boot/boot.c 1.2
arch/sparc/sparc/autoconf.c 1.141
arch/sparc64/sparc64/autoconf.c 1.38
arch/x68k/stand/loadbsd/loadbsd.c 1.5
arch/mvme68k/stand/libsa/parse_args.c 1.6
compat/osf1/osf1_cvt.c 1.9
sys/reboot.h 1.17
 1.4.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.6.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.7.16.1  30-May-2002  gehenna Catch up with -current.
 1.7.8.2  20-Jun-2002  nathanw Catch up to -current.
 1.7.8.1  12-Jun-2001  nathanw file loadbsd.c was added on branch nathanw_sa on 2002-06-20 03:42:36 +0000
 1.7.2.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.8.24.1  21-Jun-2006  yamt sync with head.
 1.9.92.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.9.86.1  28-Apr-2009  skrll Sync with HEAD.
 1.9.78.1  04-May-2009  yamt sync with head.
 1.13.8.1  05-Mar-2011  bouyer Sync with HEAD
 1.13.6.1  06-Jun-2011  jruoho Sync with HEAD.
 1.13.4.1  05-Mar-2011  rmind sync with head

RSS XML Feed