History log of /netbsd-src/sys/arch/x68k/stand/loadbsd/loadbsd.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 6b664a71 07-Jan-2024 isaki <isaki@NetBSD.org>

TAB/space/indent cleanup.


# 16198b74 23-Dec-2023 andvar <andvar@NetBSD.org>

update usage() and usage comment with missing options.


# ed461fc1 21-Feb-2011 itohy <itohy@NetBSD.org>

Cleanup my copyright notice.


# df7f595e 18-Mar-2009 cegger <cegger@NetBSD.org>

Ansify function definitions w/o arguments. Generated with sed.


# 82357f6d 14-Mar-2009 dsl <dsl@NetBSD.org>

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.


# 454af1c0 14-Mar-2009 dsl <dsl@NetBSD.org>

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

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.)

show more ...


# 02cdf4d2 14-Mar-2009 dsl <dsl@NetBSD.org>

Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.


# 2d65de24 24-Dec-2005 perry <perry@NetBSD.org>

bare asm -> __asm


# 1dc0c84b 18-May-2002 isaki <isaki@NetBSD.org>

Make ELF kernel loadable, by itohy-san.


# f8ce82f8 12-Jun-2001 minoura <minoura@NetBSD.org>

Another steps for ELF.
- register prefix
- machine/asm.h
- deprecated -T option for ld(1)


# 49c105ff 24-Sep-2000 jdolecek <jdolecek@NetBSD.org>

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

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.

show more ...


# e25636b5 29-Jul-2000 jdolecek <jdolecek@NetBSD.org>

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.


# be7984a0 23-Sep-1999 minoura <minoura@NetBSD.org>

First step toward network boot.
By Takeshi Nakayama <tn@catvmics.ne.jp>.


# 5d4686cb 29-Jul-1999 itohy <itohy@NetBSD.org>

Fix typo in comment.


# ed3c6762 30-Apr-1999 minoura <minoura@NetBSD.org>

Branch address was wrong.


# ecc30b17 01-Sep-1998 itohy <itohy@NetBSD.org>

New boot program.
Load and execute NetBSD/x68k kernel from Human68k.