summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2004-03-21new .pl OpenBSD mirror, from saad (sync with rev 1.268 of www/ftp.html)David Krause
2004-03-21syncTheo de Raadt
2004-03-21dhclient on bsd.rd & cd*.isoTheo de Raadt
2004-03-21Directions on how to enter openfirmware on Xserve from Simon Lok. ok jmc@Dale Rahn
2004-03-20new .br mirror (sync with rev 1.266 of www/ftp.html)David Krause
2004-03-20Remove more ISA/EISA devices, and comment out PCMCIA/Cardbus hardware.Miod Vallat
2004-03-20Sets size updates.Miod Vallat
2004-03-20If we are going to make a boot cd, how about we at put some files on itTheo de Raadt
at least?!
2004-03-19syncTheo de Raadt
2004-03-18VIA VT8233/35/37 AC97Alexander Yurchenko
2004-03-18syncTheo de Raadt
2004-03-18Add back ftp5.usa.openbsd.org; it has disk space now; OK miod@Todd C. Miller
2004-03-18Don't ask for timezone info during an upgrade.Kenneth R Westerback
Suggestion by Tom Cosgrove. ok miod@ millert@ deraadt@.
2004-03-17tell about snapper(4);Xavier Santolaria
ok miod@ & input/ok drahn@.
2004-03-17fix a spacing issue found by deraadt@ and a separate typo from miod@;Jason McIntyre
ok miod@
2004-03-17grammar, consistency fixes, and typos;Jason McIntyre
ok miod@
2004-03-17repair old/new pdc recognitionMichael Shalayeff
2004-03-17syncTheo de Raadt
2004-03-16Remove not working things and some sorting.Alexander Yurchenko
2004-03-16Better texts around the fdisk step; tested about as much as the pegasosMiod Vallat
firmware changes; ok krw@ deraadt@
2004-03-16typos and consistency fixes;Jason McIntyre
ok miod@
2004-03-16save 2 bytes due to tabsTheo de Raadt
2004-03-15And two promise pciide, from chris@Alexander Yurchenko
2004-03-15CMD PCI0680 pciide works on sparc64, reported by AleksanderAlexander Yurchenko
Piotrowski <aleksander.piotrowski@nic.com.pl>.
2004-03-15DVD-RW reported to work and sparc64 notes doesn't even mention CD-ROMAlexander Yurchenko
devices. ok miod@
2004-03-15Sync with pciide.4Alexander Yurchenko
ok miod@
2004-03-15remaining MacOS -> Mac OS;Xavier Santolaria
2004-03-15MacOS -> Mac OS;Xavier Santolaria
ok drahn@ miod@
2004-03-14Fix sane_install() tests to use relevant directories/files. TightenKenneth R Westerback
emitted error messages. Change default response to 'Use the nameserver now?' from a 'y' to 'yes' to be consistant with other ask_yn() usages. ok beck@ deraadt@.
2004-03-14+ oosiopMiod Vallat
2004-03-14vah. more bktr devicesMichael Shalayeff
2004-03-12syncTheo de Raadt
2004-03-11change copyrights on iso images, spotted by miodTheo de Raadt
2004-03-11typos;Xavier Santolaria
ok miod@.
2004-03-11change the kernel name to "bsd" not "/bsd" else it won't work;Xavier Santolaria
from Martin Reindl <mreindl at catai.org> ok miod@.
2004-03-11syncTheo de Raadt
2004-03-10Mention MicroVAX 3100/85 as reported on vax@Miod Vallat
2004-03-09syncTheo de Raadt
2004-03-09Link to the Simtec Product Change Notice related to the factory jumperMiod Vallat
settings, and also suggest using ABLE 1.95 as it went public now.
2004-03-09URL-encode all usercode/password characters between 0x20 and 0x7e so thatKenneth R Westerback
more weird usercodes and passwords work. Embedded blanks especially. ok beck@.
2004-03-08ahc no moreMichael Shalayeff
2004-03-08More typo.Miod Vallat
2004-03-08Mention install floppy and X11.Miod Vallat
2004-03-08Remove all the not-on-board ISA stuff. Come bite my feet at night ifMiod Vallat
amd64 mobos with ISA slots ever become popular.
2004-03-08Why do I only find typos after I cut'n'paste them?Miod Vallat
2004-03-08Suggest ABLE 1.94, mention ide.multi-limit nvram setting, and also that youMiod Vallat
have to switch some jumpers, little unzels.
2004-03-08Sync hardware list with GENERIC.Miod Vallat
2004-03-08syncTheo de Raadt
2004-03-04catch up with changes to rev 1.262 of www/ftp.htmlDavid Krause
2004-03-03Use 'cat' rather than 'cp' to put /boot on disk. This preservesKenneth R Westerback
/boot's i-node number and allows multiboot (NTLDR) setups to work across upgrades. Suggested by Tom Cosgrove and Todd Miller. NOTE: Will only work if preserved biosboot is an LBA biosboot. i.e. won't work for 3.4 -> 3.5 upgrade because LBA biosboot went in post-3.4. ok millert@ deraadt@ tom@ nick@