Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt | |
do 32-bit block spanning. If later on we get some that can/should do 64-bit, that can be done now using daddr64_t (but of course, we are taking this step to finalize the daddr_t 64-bit conversion). ok miod krw | |||
2006-01-16 | adjust to size_t changes | Theo de Raadt | |
2006-01-10 | Really pass -fno-stack-protector in CFLAGS as intended, and define the | Miod Vallat | |
load addresses in one single place; from mvme88k | |||
2005-08-03 | Link with -lgcc like hp300 to pull in the gcc functions that zlib needs. | Todd C. Miller | |
OK deraadt@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-04-16 | Move the stage2 boot block load address higher, so that it can load | Miod Vallat | |
kernel larger than 4MB correctly again, and still work on 8MB boards. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
1997-10-20 | hardcode mvme68k, so that obj dirs can be built from elsewhere | Theo de Raadt | |
1997-04-22 | Add libz and tick version # to reflect change. | gvf | |
1997-04-22 | BSD -> OpenBSD | gvf | |
1996-05-29 | bump version | 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-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-10 | machine@ | 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-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-10-23 | sdboot -> stboot | Theo de Raadt | |
1995-10-18 | mvme68k port by me. some parts by dale rahn. | Theo de Raadt | |