Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-20 | strncpy needed for ufs.c | gvf | |
1997-01-29 | signal.h -> siginfo.h -> time.h fallout | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-10-16 | update according to the libsa changes | Michael Shalayeff | |
1996-10-16 | iupdate according to the libsa changes | Michael Shalayeff | |
1996-08-20 | ensure whole kernel name gets passed in | Theo de Raadt | |
1996-07-27 | support -c option | Theo de Raadt | |
1996-05-29 | bump version | chuck | |
1996-05-29 | new calling format to support generic boot | chuck | |
1996-05-29 | new arg passing | chuck | |
1996-05-29 | new "go" | chuck | |
1996-05-28 | new version of bootst (from sun3 tapeboot) | chuck | |
1996-05-28 | old version | chuck | |
1996-05-28 | new version of bootst (from sun3 tapeboot) | chuck | |
1996-05-19 | minor clean | chuck | |
1996-05-19 | minor clean | chuck | |
1996-05-16 | conf.c (import from sun3 version) | chuck | |
1996-05-16 | up version # | chuck | |
1996-05-16 | clean up and sync with changes elsewhere (use common parse_args, | chuck | |
bugargs.cputyp, bugcrt, etc...). | |||
1996-05-16 | relocate config.h from libsa since it is only used here | chuck | |
devopen: XXX override one in libsa ... do we need two devopens? needs to be looked into. | |||
1996-05-16 | sync with recent changes. | chuck | |
XXX: needs more cleanup (has a duplicate copy of exec with some extra stuff in it... merge?) | |||
1996-05-16 | update to run from bootxx + major clean up | chuck | |
1996-05-16 | bugdev moved to libsa | chuck | |
filesystem merged with conf.c | |||
1996-05-16 | import level 1 bootstrap from sun3/sparc port | chuck | |
1996-05-16 | libsa needs libbug. | chuck | |
1996-05-16 | import installboot from sun3/sparc ports | chuck | |
1996-05-16 | sync with sun3 port. | chuck | |
major reorg. & cleanup. new SRT that works with bugcrt. common parse_arg. | |||
1996-05-16 | R.I.P. old stuff. | chuck | |
1996-05-16 | reorg & cleanup. add in some stuff so we can remove libsa/promcons.c. | chuck | |
1996-05-16 | add netboot stuff and cputyp stuff to bugcrt. also add bugexec(). | chuck | |
1996-05-16 | adjust subdirs for new stuff | chuck | |
1996-05-10 | machine@ | Theo de Raadt | |
1996-05-10 | machine@; use -fomit-frame-pointer otherwise a bugarg in a6 gets trashed | Theo de Raadt | |
1996-05-10 | clean better | Theo de Raadt | |
1996-05-10 | m88k & m68k capable bugcrt by chuck | Theo de Raadt | |
1996-05-08 | make it compile again (update to machine/disklabel.h) | chuck | |
1996-05-07 | away, away | Theo de Raadt | |
1996-05-07 | idea by chuck to make libbug MI | Theo de Raadt | |
1996-05-07 | This 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-07 | remove 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-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | Fix 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-16 | Fixes 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-26 | put memcpy into libsa | Theo de Raadt | |
1995-12-26 | properly decl panic() | Theo de Raadt | |
1995-12-26 | quiet a warning | Theo de Raadt | |
1995-12-07 | update to use new files in libsa | Theo de Raadt | |
1995-12-06 | various changes to once again shrink the bootblocks to a useable size. | Theo de Raadt | |
1995-12-06 | optimize further | Theo de Raadt | |