summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-05-25make a ramdisk optimally sized to fit below 0x340000 and still have a few ↵grr
free blocks, .../sparc/stand/boot/Makefile still needs to be un-reverted to make the corresponding bootblocks though
1997-05-25Reverted boot block Makefiles to previous state due to instability.johns
We can't mess with this any more. We will go with the previously working boot blocks and install methods for release.
1997-05-24always allow unconfigTheo de Raadt
1997-05-24remove boot here - it has gone a while agoThomas Graichen
1997-05-24Add axppci33 infoTodd C. Miller
1997-05-24fatal typoNiklas Hallqvist
1997-05-24Close shave.. lpr -> lptPer Fogelstrom
1997-05-24not a rawlabelTheo de Raadt
1997-05-24Arghhh! don't remove instbinPer Fogelstrom
1997-05-24Ramdisk make updatePer Fogelstrom
1997-05-24Committing George's ramdisk changes as per his instructions...johns
1997-05-24svnd; make obj supportTheo de Raadt
1997-05-24not a raw label; so that you can dd this to start of disk (maybe)Theo de Raadt
1997-05-24Changed rdroot partition size to 8192 to accomodate new sparc ramdisk..johns
1997-05-24removing net.c (renamed to bootnet.c) per George's instructions..johns
1997-05-24Renaming net.c to bootnet.c to avoid name collision with libsajohns
(per George's instructions)
1997-05-24Committing George's compressed boot block changes...johns
1997-05-24Committing George's compressed boot support changes..johns
1997-05-24Genereate this from list...Per Fogelstrom
1997-05-24mvme88k will not make release, but just as well make the source as close asDale S. Rahn
possible.
1997-05-24include ofwboot in release.Dale S. Rahn
1997-05-23moreTheo de Raadt
1997-05-23enable wdc1Theo de Raadt
1997-05-23first cutTheo de Raadt
1997-05-23Shi...Per Fogelstrom
1997-05-23${RAWLABEL}Theo de Raadt
1997-05-23Ooops!Per Fogelstrom
1997-05-22dont used ipkdb, doesn't configure currently.Dale S. Rahn
need MAXUSES defined. (ok this probably is not the best place to put this.
1997-05-22sync with sys/param.h changesTodd C. Miller
1997-05-22Fixed a type in md_get_diskdevs().. Removed an extra '\' char..johns
1997-05-22this should hopefully fix problems with scsi based hangs on 2100 andThomas Graichen
3100 machines (thanks to michael hitch from NetBSD)
1997-05-22Move kernel start back to 0x80100000Per Fogelstrom
1997-05-22getopt returns intTheo de Raadt
1997-05-221.18 was wrong; vm_swap miniroot recovery fixedTheo de Raadt
1997-05-22use SWAPSKIPBYTES for miniroot preservation, tooTheo de Raadt
1997-05-22Updated supported hardware text, still need to verify P4 framebuffers..johns
1997-05-22OpenBSD2_1Theo de Raadt
1997-05-22First stage in fixing sparc docs for the 2.1 release...johns
1997-05-22missing crTheo de Raadt
1997-05-22-a support for rd; from mickeyTheo de Raadt
1997-05-22corrections from mickeyTheo de Raadt
1997-05-22Talk about CD-ROM bootingTodd C. Miller
1997-05-22correct fakecdromTheo de Raadt
1997-05-21Powerpc compiler has a problem with 64 bit math and optimization.Dale S. Rahn
compiles with -O0 for dd instead of (normal) -O. Does not affect other ports.
1997-05-21build ofwboot, this is the "new" boot program, boot.ppc probably willDale S. Rahn
go away soon.
1997-05-21Missing devs...Per Fogelstrom
1997-05-21Don't make /dev/mouse. Leave that as an exercise for X install.Per Fogelstrom
Some devices where missing (not made...)
1997-05-21ramdisk too small, who cares why for nowTheo de Raadt
1997-05-21better disklabel -e messagingTheo de Raadt
1997-05-21Use vrele() if the vnode was not locked, not vput()Thorsten Lockert