History log of /src/sys/arch/atari/stand/tostools/loadbsd |
Revision | Date | Author | Comments |
1.4 | 14-Oct-2001 |
leo | branches: 1.4.4; cread.o now comes from libtos.a
|
1.3 | 10-Oct-2001 |
leo | Check-point my work on the bootcode.
|
1.2 | 23-Jun-1999 |
leo | branches: 1.2.16; Allow the loading of compressed kernels. This makes it again possible to make a 'system disk' on a 720KB floppy that is usable.
|
1.1 | 07-Jan-1996 |
leo | branches: 1.1.26; Part of the tostools reorganization. All directories now contain a Makefile and the user interface to the various tools has been standarized.
|
1.1.26.1 | 01-Jul-1999 |
thorpej | Sync w/ -current.
|
1.2.16.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.4.4.2 | 14-Oct-2001 |
leo | cread.o now comes from libtos.a
|
1.4.4.1 | 14-Oct-2001 |
leo | file Makefile was added on branch nathanw_sa on 2001-10-14 19:47:59 +0000
|
1.2 | 11-Oct-2001 |
leo | Second pass of the bootloader reworking. Everything works from the TOS/MiNT side now.
|
1.1 | 23-Jun-1999 |
leo | branches: 1.1.2; 1.1.18; Allow the loading of compressed kernels. This makes it again possible to make a 'system disk' on a 720KB floppy that is usable.
|
1.1.18.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.1.2.2 | 01-Jul-1999 |
thorpej | Sync w/ -current.
|
1.1.2.1 | 23-Jun-1999 |
thorpej | file cread.c was added on branch chs-ubc2 on 1999-07-01 23:03:49 +0000
|
1.22 | 18-Oct-2014 |
snj | src is too big these days to tolerate superfluous apostrophes. It's "its", people!
|
1.21 | 20-Oct-2009 |
snj | branches: 1.21.22; Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.
|
1.20 | 18-Mar-2009 |
cegger | Ansify function definitions w/o arguments. Generated with sed.
|
1.19 | 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.18 | 11-Oct-2001 |
leo | branches: 1.18.4; 1.18.126; 1.18.134; 1.18.140; Second pass of the bootloader reworking. Everything works from the TOS/MiNT side now.
|
1.17 | 10-Oct-2001 |
leo | Check-point my work on the bootcode.
|
1.16 | 27-Sep-2001 |
leo | Add ELF stuff to loader. This is a combined effort from Thomas Gerner and myself.
|
1.15 | 23-Jun-1999 |
leo | branches: 1.15.14; 1.15.16; Allow the loading of compressed kernels. This makes it again possible to make a 'system disk' on a 720KB floppy that is usable.
|
1.14 | 27-May-1999 |
leo | Add support for the memory on the CT2 board. Info from Thomas Goirand.
|
1.13 | 01-Nov-1997 |
lukem | branches: 1.13.10; getopt returns -1 not EOF
|
1.12 | 27-May-1997 |
leo | Make the bootloader 68060 aware.
|
1.11 | 09-Jan-1996 |
leo | Fix the same typo in all files. Yanking is soooo beautiful....
|
1.10 | 07-Jan-1996 |
leo | Part of the tostools reorganization. All directories now contain a Makefile and the user interface to the various tools has been standarized.
|
1.9 | 23-Sep-1995 |
leo | Add support for the FX-card - Falcon mem. extension - (Nat!)
|
1.8 | 29-Aug-1995 |
leo | Remove FPU detection and report on stdout instead of stderr.
|
1.7 | 28-May-1995 |
leo | Check for a different year-base in the RTC.
|
1.6 | 05-May-1995 |
leo | Fix error in handling FPU types.
|
1.5 | 02-May-1995 |
leo | Added -T option.
|
1.4 | 16-Apr-1995 |
leo | Get TT-RAM sizes right, some more debug output added with -D option.
|
1.3 | 08-Apr-1995 |
leo | Added '\r' chars in printf, so output under TOS becomes readable. Also added some extra options for debugging.
|
1.2 | 28-Mar-1995 |
leo | Capitalisation of NetBSD fixed.
|
1.1 | 26-Mar-1995 |
leo | branches: 1.1.1; Initial revision
|
1.1.1.1 | 26-Mar-1995 |
leo | NetBSD/Atari, port by Leo Weppelman.
|
1.13.10.2 | 01-Jul-1999 |
thorpej | Sync w/ -current.
|
1.13.10.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.15.16.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.15.14.1 | 01-Oct-2001 |
fvdl | Catch up with -current.
|
1.18.140.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.18.134.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.18.126.2 | 11-Mar-2010 |
yamt | sync with head
|
1.18.126.1 | 04-May-2009 |
yamt | sync with head.
|
1.18.4.2 | 11-Oct-2001 |
leo | Second pass of the bootloader reworking. Everything works from the TOS/MiNT side now.
|
1.18.4.1 | 11-Oct-2001 |
leo | file loadbsd.c was added on branch nathanw_sa on 2001-10-11 07:07:44 +0000
|
1.21.22.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.8 | 10-Oct-2001 |
leo | Check-point my work on the bootcode.
|
1.7 | 27-May-1999 |
leo | branches: 1.7.16; Add support for the memory on the CT2 board. Info from Thomas Goirand.
|
1.6 | 07-Jan-1996 |
leo | branches: 1.6.26; Part of the tostools reorganization. All directories now contain a Makefile and the user interface to the various tools has been standarized.
|
1.5 | 29-Aug-1995 |
leo | Remove FPU detection and report on stdout instead of stderr.
|
1.4 | 28-May-1995 |
leo | Check for a different year-base in the RTC.
|
1.3 | 16-Apr-1995 |
leo | Get TT-RAM sizes right, some more debug output added with -D option.
|
1.2 | 28-Mar-1995 |
leo | Capitalisation of NetBSD fixed.
|
1.1 | 26-Mar-1995 |
leo | branches: 1.1.1; Initial revision
|
1.1.1.1 | 26-Mar-1995 |
leo | NetBSD/Atari, port by Leo Weppelman.
|
1.6.26.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.7.16.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|