summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand
AgeCommit message (Collapse)Author
1997-02-20strncpy needed for ufs.cgvf
1997-01-29signal.h -> siginfo.h -> time.h falloutTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-16update according to the libsa changesMichael Shalayeff
1996-10-16iupdate according to the libsa changesMichael Shalayeff
1996-08-20ensure whole kernel name gets passed inTheo de Raadt
1996-07-27support -c optionTheo de Raadt
1996-05-29bump versionchuck
1996-05-29new calling format to support generic bootchuck
1996-05-29new arg passingchuck
1996-05-29new "go"chuck
1996-05-28new version of bootst (from sun3 tapeboot)chuck
1996-05-28old versionchuck
1996-05-28new version of bootst (from sun3 tapeboot)chuck
1996-05-19minor cleanchuck
1996-05-19minor cleanchuck
1996-05-16conf.c (import from sun3 version)chuck
1996-05-16up version #chuck
1996-05-16clean up and sync with changes elsewhere (use common parse_args,chuck
bugargs.cputyp, bugcrt, etc...).
1996-05-16relocate config.h from libsa since it is only used herechuck
devopen: XXX override one in libsa ... do we need two devopens? needs to be looked into.
1996-05-16sync with recent changes.chuck
XXX: needs more cleanup (has a duplicate copy of exec with some extra stuff in it... merge?)
1996-05-16update to run from bootxx + major clean upchuck
1996-05-16bugdev moved to libsachuck
filesystem merged with conf.c
1996-05-16import level 1 bootstrap from sun3/sparc portchuck
1996-05-16libsa needs libbug.chuck
1996-05-16import installboot from sun3/sparc portschuck
1996-05-16sync with sun3 port.chuck
major reorg. & cleanup. new SRT that works with bugcrt. common parse_arg.
1996-05-16R.I.P. old stuff.chuck
1996-05-16reorg & cleanup. add in some stuff so we can remove libsa/promcons.c.chuck
1996-05-16add netboot stuff and cputyp stuff to bugcrt. also add bugexec().chuck
1996-05-16adjust subdirs for new stuffchuck
1996-05-10machine@Theo de Raadt
1996-05-10machine@; use -fomit-frame-pointer otherwise a bugarg in a6 gets trashedTheo de Raadt
1996-05-10clean betterTheo de Raadt
1996-05-10m88k & m68k capable bugcrt by chuckTheo de Raadt
1996-05-08make it compile again (update to machine/disklabel.h)chuck
1996-05-07away, awayTheo de Raadt
1996-05-07idea by chuck to make libbug MITheo de Raadt
1996-05-07This is the tape boot loader, not the disk. Remove the correct files.Dale S. Rahn
The stboot file should be removed from the source space. (how is this done?)
1996-05-07remove file generated during build.Dale S. Rahn
1996-05-07(maybe it will take this time)Dale S. Rahn
Change the address of the stack from 3ffff8 to 3efff8. A problem existed that the bss and the stack were colliding and the bzero of the bss segement would clear the existing stack. The actuall placement of the stack is just before the beginning of the executable _start-0x10; Be careful if the executable address is ever changed.
1996-04-28add OpenBSD headerTheo de Raadt
1996-04-28Fix compation error in bootst.c (mvme68k/stand)Dale S. Rahn
This was a result of code not being fully removed that was used with a different version of bootloader/kernel. A now useless check has been removed. -dsr
1996-02-16Fixes for mvme68k tape and disk bootloaders.Dale S. Rahn
fix argument parsing for disk and tape boot bootsd/boot.c bugcrt/m68k/Makefile.inc tape boot was broken completely bootst/bootst.c minor bug if bootloader was specific size (aout exec header is 0x20 not 0x30). writvid/wrtvid.c
1995-12-26put memcpy into libsaTheo de Raadt
1995-12-26properly decl panic()Theo de Raadt
1995-12-26quiet a warningTheo de Raadt
1995-12-07update to use new files in libsaTheo de Raadt
1995-12-06various changes to once again shrink the bootblocks to a useable size.Theo de Raadt
1995-12-06optimize furtherTheo de Raadt