Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-21 | sync | Theo de Raadt | |
2007-04-21 | sync | Theo de Raadt | |
2007-04-18 | sync | Theo de Raadt | |
2007-04-17 | sync | Theo de Raadt | |
2007-04-17 | Restore 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-16 | Without the -c 80, further adjustment is needed to build ramdisks, ok deraadt | Dale Rahn | |
2007-04-16 | sync | Peter Valchev | |
2007-04-13 | Update 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-13 | GENERIC can not run in 8MB anymore. | Miod Vallat | |
2007-04-13 | Adjust the malo(4) HW list here as well. | Claudio Jeker | |
2007-04-09 | Add -n to gzip flags. Save a few bytes since we no longer save | Todd C. Miller | |
the uncompressed filename in the gzip header. | |||
2007-04-05 | sync | Theo de Raadt | |
2007-04-05 | Cleanup some flags. uath, pgt and malo are included in GENERIC. | Claudio Jeker | |
2007-04-05 | Add acx to the supported HW list and remove the [*] from the malo entries, | Claudio Jeker | |
they have no meaning in this file. | |||
2007-03-31 | sync | Theo de Raadt | |
2007-03-26 | Make the default behaviour to force a fsck when upgrading, as it | Otto Moerbeek | |
was before it became optional. ok krw@ beck@ pedro@ | |||
2007-03-26 | sync | Theo de Raadt | |
2007-03-26 | Don't pass fsck '--fp'. From Loic Tortay via PR #5422. | Kenneth R Westerback | |
2007-03-22 | sync | Theo de Raadt | |
2007-03-21 | sync | Theo de Raadt | |
2007-03-21 | sync | Theo de Raadt | |
2007-03-20 | sync | Theo de Raadt | |
2007-03-20 | Don't use newfs -d 0, it has been the default for over a decade now. | Pedro Martelletto | |
Okay deraadt@. | |||
2007-03-19 | sync | Theo de Raadt | |
2007-03-19 | sync | Theo de Raadt | |
2007-03-19 | sync | Theo de Raadt | |
2007-03-19 | luna88k LCD device is now user-controllable by lcd(4). | Kenji Aoyama | |
ok miod@ | |||
2007-03-19 | sync | Theo de Raadt | |
2007-03-19 | sync | Theo de Raadt | |
2007-03-19 | sync | Theo de Raadt | |
2007-03-18 | sync for UP2000 | Martin Reindl | |
2007-03-16 | make a note about AlphaServer 1200 and 4100 support | Robert Nagy | |
reminder from martin@ | |||
2007-03-16 | Give the upgrader an option to *not* fsck -f non-root filesystems. In | Kenneth R Westerback | |
fact make that the default. Help upgraders with big filesystems and no patience. Suggested by & ok beck@. | |||
2007-03-15 | OpenBSD/aviion notes draft. | Miod Vallat | |
2007-03-15 | Sync | Miod Vallat | |
2007-03-13 | Keep copyright year current. | Kenneth R Westerback | |
2007-03-09 | some note updates from jsg | Theo de Raadt | |
2007-03-08 | Uncomment landisk kmem(4) link | Miod Vallat | |
2007-03-08 | spelling fixes; ok deraadt@ | David Krause | |
2007-03-07 | Decrease inode pressure on the miniroot by doing MAKEDEV ramdisk instead of | Miod Vallat | |
MAKEDEV all, since the scripts can create the needed nodes later; found the hard way by hshoexer@ ok deraadt@ | |||
2007-03-06 | sync the mirror list here with ftp.html -r1.414 | Alexander von Gernler | |
ok deraadt@ | |||
2007-03-06 | add azalia(4) hardware. | Jasper Lievisse Adriaanse | |
"fine" jmc@ | |||
2007-03-05 | sync | Theo de Raadt | |
2007-03-04 | If INSTALL.<arch> isn't present at the given set location, give the | Kenneth 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-03 | Kernel crash dumps and associated libkvm bits for landisk. | Miod Vallat | |
2007-03-02 | sync | Theo de Raadt | |
2007-03-02 | sync | Theo de Raadt | |
2007-03-01 | Your 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-01 | Restore a few generic texts which got lost in last commit and where worth | Miod Vallat | |
keeping. | |||
2007-03-01 | Wrap a long line. | Miod Vallat | |