Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-22 | Add libz and tick version # to reflect change. | gvf | |
1997-04-22 | Reorg to look more like sys/lib/libsa/Makefile | gvf | |
Reduce dependency on libkern. Add libz. Support passing thru CFLAGS from other Makefiles. | |||
1997-04-22 | Reduce dependency on libkern. | gvf | |
1997-04-22 | BSD -> OpenBSD | gvf | |
1997-04-22 | minor clean to -q | gvf | |
1997-04-17 | Added -q to return to Motorola bug. | gvf | |
Added loop to prompt for kernel name if it is not found. | |||
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 |