summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2007-05-10syncTheo de Raadt
2007-05-08syncTheo de Raadt
2007-05-08syncTheo de Raadt
2007-05-08syncTheo de Raadt
2007-05-07Typo; jakemsr@Miod Vallat
2007-05-06syncTheo de Raadt
2007-05-06syncTheo de Raadt
2007-05-04syncTheo de Raadt
2007-05-04syncTheo de Raadt
2007-05-04syncTheo de Raadt
2007-05-04syncTheo de Raadt
2007-05-04stop shipping CKSUM files; people can use the MD5 filesTheo de Raadt
(this decreases build time a bit too) ok todd (and i assume legacy-architecture-miod would not object either)
2007-05-04syncTheo de Raadt
2007-05-01syncTheo de Raadt
2007-05-01syncTheo de Raadt
2007-04-27syncTheo de Raadt
2007-04-27syncTheo de Raadt
2007-04-27caps for NTP server; from jdixonTheo de Raadt
2007-04-26syncTheo de Raadt
2007-04-25grow ramdisk mr.fs size, it is neededTheo de Raadt
2007-04-25Use 'ifconfig' and not 'ifconfig -a' as the -a is now the default.Kenneth R Westerback
2007-04-25Add capacity to specify one ntp 'server' (not 'servers') during install.Kenneth R Westerback
Suggested by deraadt@, nifty sed nit from ray@. ok deraadt@ beck@ mbalmer@
2007-04-24syncTheo de Raadt
2007-04-23syncTheo de Raadt
2007-04-23syncTheo de Raadt
2007-04-22syncTheo de Raadt
2007-04-21syncTheo de Raadt
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@.