summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2007-04-21syncTheo de Raadt
2007-04-21syncTheo de Raadt
2007-04-18syncTheo de Raadt
2007-04-17syncTheo de Raadt
2007-04-17Restore inode parameter for floppy fs to the previous value (524288)Todd C. Miller
which appears to work around a bug in newfs's summary information generation when used in conjunction with the other fs parameters.
2007-04-16Without the -c 80, further adjustment is needed to build ramdisks, ok deraadtDale Rahn
2007-04-16syncPeter Valchev
2007-04-13Update install media generation to the new semantics of the -c flag.Todd C. Miller
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option.
2007-04-13GENERIC can not run in 8MB anymore.Miod Vallat
2007-04-13Adjust the malo(4) HW list here as well.Claudio Jeker
2007-04-09Add -n to gzip flags. Save a few bytes since we no longer saveTodd C. Miller
the uncompressed filename in the gzip header.
2007-04-05syncTheo de Raadt
2007-04-05Cleanup some flags. uath, pgt and malo are included in GENERIC.Claudio Jeker
2007-04-05Add acx to the supported HW list and remove the [*] from the malo entries,Claudio Jeker
they have no meaning in this file.
2007-03-31syncTheo de Raadt
2007-03-26Make the default behaviour to force a fsck when upgrading, as itOtto Moerbeek
was before it became optional. ok krw@ beck@ pedro@
2007-03-26syncTheo de Raadt
2007-03-26Don't pass fsck '--fp'. From Loic Tortay via PR #5422.Kenneth R Westerback
2007-03-22syncTheo de Raadt
2007-03-21syncTheo de Raadt
2007-03-21syncTheo de Raadt
2007-03-20syncTheo de Raadt
2007-03-20Don't use newfs -d 0, it has been the default for over a decade now.Pedro Martelletto
Okay deraadt@.
2007-03-19syncTheo de Raadt
2007-03-19syncTheo de Raadt
2007-03-19syncTheo de Raadt
2007-03-19luna88k LCD device is now user-controllable by lcd(4).Kenji Aoyama
ok miod@
2007-03-19syncTheo de Raadt
2007-03-19syncTheo de Raadt
2007-03-19syncTheo de Raadt
2007-03-18sync for UP2000Martin Reindl
2007-03-16make a note about AlphaServer 1200 and 4100 supportRobert Nagy
reminder from martin@
2007-03-16Give the upgrader an option to *not* fsck -f non-root filesystems. InKenneth R Westerback
fact make that the default. Help upgraders with big filesystems and no patience. Suggested by & ok beck@.
2007-03-15OpenBSD/aviion notes draft.Miod Vallat
2007-03-15SyncMiod Vallat
2007-03-13Keep copyright year current.Kenneth R Westerback
2007-03-09some note updates from jsgTheo de Raadt
2007-03-08Uncomment landisk kmem(4) linkMiod Vallat
2007-03-08spelling fixes; ok deraadt@David Krause
2007-03-07Decrease inode pressure on the miniroot by doing MAKEDEV ramdisk instead ofMiod Vallat
MAKEDEV all, since the scripts can create the needed nodes later; found the hard way by hshoexer@ ok deraadt@
2007-03-06sync the mirror list here with ftp.html -r1.414Alexander von Gernler
ok deraadt@
2007-03-06add azalia(4) hardware.Jasper Lievisse Adriaanse
"fine" jmc@
2007-03-05syncTheo de Raadt
2007-03-04If INSTALL.<arch> isn't present at the given set location, give theKenneth R Westerback
user a chance to bail out before selecting sets to install. Just in case the user ended up in the wrong directory. Suggested by beck@, feedback from various. "emphatic ok" beck@ "go for it" deraadt@
2007-03-03Kernel crash dumps and associated libkvm bits for landisk.Miod Vallat
2007-03-02syncTheo de Raadt
2007-03-02syncTheo de Raadt
2007-03-01Your spring jumbo m4-fu. This time:Miod Vallat
- mention comp contains an objective-C compiler too. - rewrite InstallPrelude so that it will only output the ``know your drive geometry'' blurb if asked to, and for a specified disk type. Use it for non-IDE and non-SCSI disks only, otherwise the kernel is good enough to do the job without the users' help. - similarily, adapt BootMsgs to make the second part of the geometry blurb optional, and to accept up to three disk types. Use this to report better disk names (i.e. no point saying an scsi disk would show up as sd0 on platforms which can't have scsi disks, or won't be able to boot from them). - in InstallPart4, drop the part about block and fragment sizes in disklabel. The defaults are good, and you won't get to change them unless you switched to expert mode. - the default answer to ``wanna get the ftp mirror list, unzel?'' is ``no'', so pressing enter to get it is not enough anymore (-:
2007-03-01Restore a few generic texts which got lost in last commit and where worthMiod Vallat
keeping.
2007-03-01Wrap a long line.Miod Vallat