History log of /netbsd-src/sys/arch/atari/stand/tostools/loadbsd/loadbsd.c (Results 1 – 22 of 22)
Revision Date Author Comments
# f0a7346d 18-Oct-2014 snj <snj@NetBSD.org>

src is too big these days to tolerate superfluous apostrophes. It's
"its", people!


# 49883887 20-Oct-2009 snj <snj@NetBSD.org>

Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.


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

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


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


# 13a1055e 11-Oct-2001 leo <leo@NetBSD.org>

Second pass of the bootloader reworking. Everything works from the
TOS/MiNT side now.


# d6d66d66 10-Oct-2001 leo <leo@NetBSD.org>

Check-point my work on the bootcode.


# 984d919c 27-Sep-2001 leo <leo@NetBSD.org>

Add ELF stuff to loader. This is a combined effort from Thomas Gerner and
myself.


# 7a4fed29 23-Jun-1999 leo <leo@NetBSD.org>

Allow the loading of compressed kernels. This makes it again possible
to make a 'system disk' on a 720KB floppy that is usable.


# 88efdc69 27-May-1999 leo <leo@NetBSD.org>

Add support for the memory on the CT2 board. Info from Thomas Goirand.


# 3e8e7446 01-Nov-1997 lukem <lukem@NetBSD.org>

getopt returns -1 not EOF


# 1c5b9b33 27-May-1997 leo <leo@NetBSD.org>

Make the bootloader 68060 aware.


# 485b90b6 09-Jan-1996 leo <leo@NetBSD.org>

Fix the same typo in all files. Yanking is soooo beautiful....


# 783817cc 07-Jan-1996 leo <leo@NetBSD.org>

Part of the tostools reorganization. All directories now contain a Makefile
and the user interface to the various tools has been standarized.


# 44561deb 23-Sep-1995 leo <leo@NetBSD.org>

Add support for the FX-card - Falcon mem. extension - (Nat!)


# 33a26fbd 29-Aug-1995 leo <leo@NetBSD.org>

Remove FPU detection and report on stdout instead of stderr.


# 633db03b 28-May-1995 leo <leo@NetBSD.org>

Check for a different year-base in the RTC.


# 8b4abb75 05-May-1995 leo <leo@NetBSD.org>

Fix error in handling FPU types.


# 176d4dd6 02-May-1995 leo <leo@NetBSD.org>

Added -T option.


# 99344526 16-Apr-1995 leo <leo@NetBSD.org>

Get TT-RAM sizes right, some more debug output added with -D option.


# 8b093b18 08-Apr-1995 leo <leo@NetBSD.org>

Added '\r' chars in printf, so output under TOS becomes readable. Also
added some extra options for debugging.


# 4458e460 28-Mar-1995 leo <leo@NetBSD.org>

Capitalisation of NetBSD fixed.


# 8b0113cf 26-Mar-1995 leo <leo@NetBSD.org>

NetBSD/Atari, port by Leo Weppelman.