summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2010-06-07syncTheo de Raadt
2010-06-05Fortran is no longer in comp.Miod Vallat
2010-06-05Mention the bootblock upgrade before booting bsd.rd is only necessary forMiod Vallat
4.4 and older; this block will disappear in a few releases from now.
2010-06-05syncTheo de Raadt
2010-06-05syncTheo de Raadt
2010-06-03syncTheo de Raadt
2010-05-29sync with mirrors.dat updateStuart Henderson
2010-05-26syncTheo de Raadt
2010-05-26syncTheo de Raadt
2010-05-25syncTheo de Raadt
2010-05-24Use -mtune=i486 when running with gcc4, the larger weights givenJonathan Gray
to various instructions gives code which gzips better. ok deraadt@
2010-05-24syncTheo de Raadt
2010-05-21syncTheo de Raadt
2010-05-21syncTheo de Raadt
2010-05-19syncTodd T. Fries
2010-05-19sync with mirrors.dat changesStuart Henderson
2010-05-13syncMiod Vallat
2010-05-09Origin 3000 here tooMiod Vallat
2010-05-05syncMiod Vallat
2010-05-02simple modern trick (boot from usb).Marc Espie
Windows 7 niceties: yep, it can resize partitions. okay jmc@, krw@, miod@ (some rewording by jmc@)
2010-04-28rename BS so we don't collide with the ocurses define,Jonathan Gray
makes gcc4 happy. ok deraadt@ 'Looks safe' miod@
2010-04-24syncTheo de Raadt
2010-04-24syncTheo de Raadt
2010-04-22syncTheo de Raadt
2010-04-21syncTheo de Raadt
2010-04-19Revert ramdisk/list and ramdiskB/list: space is tight.David Coppa
Requested by kettenis@
2010-04-19Add missing bits for complete softraid support to sparc/sparc64David Coppa
ramdisks. OK marco@
2010-04-17Sync with recent developments.Miod Vallat
2010-04-14- fix tyopJasper Lievisse Adriaanse
2010-04-12syncTheo de Raadt
2010-04-11syncTheo de Raadt
2010-04-06Try a more detailed message about the timeTheo de Raadt
2010-04-06syncTheo de Raadt
2010-04-06double size of amd64 boot mediaTheo de Raadt
tested by krw
2010-04-05purge extra spaces which make the media cryTheo de Raadt
2010-04-04If the system time is off by more than 120 seconds from the TIME=nnnAlexander Hall
supplied from ftplist.cgi, ask if the user wants to set it accordingly. Idea from deraadt@, feedback from sthen@, guenther@ ok deraadt@, krw@ (slightly different version)
2010-04-04syncTheo de Raadt
2010-04-04bnx firmware fits; from bradTheo de Raadt
2010-04-03Use hw.product sysctl to tell whether we are installing on a Gdium LibertyMiod Vallat
system, or something else. Derive the fdisk instructions in `use the whole disk for OpenBSD' from this knowledge, and set up a 32MB ext2fs partition on Gdium, and the 1MB elsewhere (as was already been done). On Gdium, format this partition in fancy mode (-O 1) and 4KB blocks, so that PMON has a chance to load files larger than 4MB (such as bsd.rd) without failing in a pathetic way, and also copy the kernel image to the ext2fs partition after the installation has completed. Note that, apart from creating a larger ext2fs partition on Gdium, there should be no need for this. Unfortunately, since regular PMON does not have ext2fs code, Lemote wrote its own code to access ext2 filesystems. Saying that this code is full of shortcomings and bugs would be an understatement. What is worse is that this code has been written by people with no knowledge (or even insight) of how error conditions ought to be handled, and their ext2fs code will happily abort a read upon error with no error; if one does not compare the final read size to the file size obtained by stat(), there is no way to figure out that the read has been aborted. Of course since regular (upstream) PMON code is written correctly, it does not expect this, so it is easy to end up with PMON not loading a kernel image completely, yet proceeding happily to transfer control to this broken image. I guess the morale behind this is that system software is too difficult to get done correctly, to be done by hardware people.
2010-04-03Add hw.product to the bsd.rd sysctl(8) binary. ok deraadt@Miod Vallat
2010-04-03syncTheo de Raadt
2010-04-02syncTheo de Raadt
2010-04-02syncTheo de Raadt
2010-04-02syncTheo de Raadt
2010-03-31Add bnx firmware on installation media; this causes a media oflow, soMiod Vallat
enlarge bsd.rd filesystem; this in turn causes a cd oflow, so enlarge cd filesystem. ok jsing@ deraadt@
2010-03-31put date(1) onto the media, it fitsTheo de Raadt
2010-03-31Make a -DSMALL version of date(1) for the mediaTheo de Raadt
2010-03-30syncTheo de Raadt
2010-03-28syncTheo de Raadt
2010-03-27syncTheo de Raadt