summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2003-01-30remove bogus commentTheo de Raadt
2003-01-30enter hppaTheo de Raadt
2003-01-30this allows to build a ramdiskNN.lifMichael Shalayeff
2003-01-30syncTheo de Raadt
2003-01-28harmony supportJason Wright
2003-01-27KNFTheo de Raadt
2003-01-27syncTheo de Raadt
2003-01-26Mount msdos filesystems with -s (shortnames) rather than -lKenneth R Westerback
(longnames). This ensures the install sets are listed in lowercase and are thus visible to the install/upgrade scripts. Installing/upgrading from sets on msdos partitions should now work (again?). Problem noticed by Michael Lucas. deraadt@ ok
2003-01-26Last (?) big cleanup in distrib/miniroot this release cycle.Kenneth R Westerback
Simplify and clarify logic around selecting/installing sets. Rename do_selection_list() to select_sets(), and install_get_files() to install_files(). Eliminate glob_selection() and get_get_files() and the global GET_FILES, folding logic into select_sets() and install_files(). Show the user entire 'url' when no sets are found, rather than trying to hide mount points, etc. Eliminate VERSION_MAJOR and VERSION_MINOR since they were always used together. Instead, simply construct a few variables (SETDIR, FTPDIR, OBSD) holding the strings these were used to construct. Various 'standard' cleanups of quotes, braces, etc. in modified areas. Also shrinks install.sub by 681 bytes.
2003-01-25Eliminate unused global SETSDONE.Kenneth R Westerback
Add (back?) function SETSDONE was probably supposed to be doing (preventing the automatic selection of already installed sets) by manipulating DEFAULTSETS instead. Remove successfully installed sets from DEFAULTSETS, and add 'problem' sets detected in sane_install() back into DEFAULTSETS.
2003-01-23syncTheo de Raadt
2003-01-22Voyager is reported to work fine now with the last few commits.Miod Vallat
2003-01-22syncTheo de Raadt
2003-01-21syncTheo de Raadt
2003-01-20syncTheo de Raadt
2003-01-19syncTheo de Raadt
2003-01-18syncTheo de Raadt
2003-01-16t'was a wrong file installed in perl modules for some reason, fix itMichael Shalayeff
2003-01-16syncMichael Shalayeff
2003-01-15syncTheo de Raadt
2003-01-15Sync with www page, based on a diff by Paul Weissmann, of course.Miod Vallat
2003-01-14sprinkle some more fluff aroundMichael Shalayeff
2003-01-14sync with removal of dead dev/sun filesJason Wright
2003-01-13Another rhine IIIJason Wright
2003-01-13note rhine 3 supportJason Wright
2003-01-13make clear not all nForce2 versions have the 3Com 9201, and state which onesHenning Brauer
have. help nick@
2003-01-13note 3Com 9201 support, wording help nick@Henning Brauer
2003-01-12syncTheo de Raadt
2003-01-08syncTheo de Raadt
2003-01-07syncTheo de Raadt
2003-01-04Various typos and inaccuracies; David KrauseMiod Vallat
2003-01-03Save a few more bytes on install media by stripping comments fromKenneth R Westerback
dhclient-script and disktab files in architectures where this wasn't already being done. OK deraadt@.
2003-01-02syncTheo de Raadt
2003-01-02Andrey Smagin reports Promis PDC20267 as working reliably.Miod Vallat
2002-12-31amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asMiod Vallat
well as the few userland tools which were only used on these platforms.
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
There has not been enough activity and interest towards these platform to keep them lying in the tree.
2002-12-30syncTheo de Raadt
2002-12-30Do not mention NFS as a possible tarballs source when the installation mediaMiod Vallat
does not support NFS mounts.
2002-12-30remove Intersil Mini-PCI from here as well; prompted by miod@.Federico G. Schwindt
2002-12-28No matter what I do, typos in parition always make their apparition.Miod Vallat
2002-12-26more tweaking, Nick NauwealertsHenning Brauer
2002-12-25syncTheo de Raadt
2002-12-25sync wi(4) section with reality; Nick NauwelaertsHenning Brauer
2002-12-20sync wireless section; Nick Nauwelaerts, thanks!Henning Brauer
2002-12-19syncTheo de Raadt
2002-12-19Very crude notes for the hppa adventurous person.Miod Vallat
2002-12-18Do not clean too far.Miod Vallat
2002-12-18syncTheo de Raadt
2002-12-16syncTheo de Raadt
2002-12-14Expunge some trailing whitespace.Kenneth R Westerback
From David Krause.