summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2012-07-20Replace some leading blanks before comments with leading tab. NoticedKenneth R Westerback
by and diff from Robert at peichaer dot org.
2012-07-17syncTheo de Raadt
2012-07-17syncTheo de Raadt
2012-07-16syncTheo de Raadt
2012-07-16syncTheo de Raadt
2012-07-15syncTodd T. Fries
2012-07-14as _resp is being localized by typeset -l, no need to localize it twiceAlexander Hall
from Robert Peichaer, thanks! ok krw@
2012-07-13copy boot loaders using cat and shell redirection rather than cp,Alexander Hall
since the latter may insert holes in the target files, which could be bad for the boot process ok deraadt@ guenther@
2012-07-13{ ...; } is more proper than ( ... ) since the latter spawns a subshellAlexander Hall
while the former does not pointed out by and ok naddy@
2012-07-13back out stuff that snuck into the last commitAlexander Hall
2012-07-13fix logic flaw in md_installboot()Alexander Hall
ok deraadt@ otto@
2012-07-12ksh does not properly separate the arguments in "$@" if IFS is anAlexander Hall
empty string. Since some places in the installer like to fiddle with IFS before calling the various ask functions, be sure to use the positional parameters one by one in those. I believe the fix should really be applied to ksh, but this should do for now. ok deraadt@
2012-07-11syncTodd T. Fries
2012-07-10since disklabel -W is no more, zap it from all the install.md'sAlexander Hall
ok krw@
2012-07-09syncTodd T. Fries
2012-07-09when being asked which disk to install on, give the user the chance toAlexander Hall
see some details for each device. "Lovely" deraadt@ and some more ok's on previous similar versions
2012-07-08Move functionality from ask() to _ask() to make the latter more usefulAlexander Hall
from other places. ok krw@
2012-07-07syncTheo de Raadt
2012-06-28syncTodd T. Fries
2012-06-26IP22 R4600SC and R5000SC have their L2 cache supported now.Miod Vallat
2012-06-26syncTheo de Raadt
2012-06-25syncTheo de Raadt
2012-06-23syncTheo de Raadt
2012-06-22syncTheo de Raadt
2012-06-22correct unconfig directoriesTheo de Raadt
2012-06-21sync from mirrors.datStuart Henderson
2012-06-21clean mac68k dribblesTheo de Raadt
2012-06-21syncTheo de Raadt
2012-06-20syncTheo de Raadt
2012-06-20yet more mac68k goop...Matthew Dempsky
2012-06-20more mac68k bits for the atticMatthew Dempsky
2012-06-20another mac68k subdirMatthew Dempsky
2012-06-20Delete some more SUBDIR += mac68k.Matthew Dempsky
2012-06-19syncTheo de Raadt
2012-06-11syncTodd T. Fries
2012-06-06syncTheo de Raadt
2012-06-04syncTheo de Raadt
2012-05-28syncTheo de Raadt
2012-05-27syncMiod Vallat
2012-05-25IP28 bits. Also explain how to boot from the CD-ROM manually if the PROMMiod Vallat
can't manage to use it from the `install system software' menu.
2012-05-25Hook sgi IP28 kernels into the build. While there, update the iso images toMiod Vallat
provide IP22 and IP28 kernels, as well as the ECOFF bootblock. No objection from deraadt@
2012-05-24syncTheo de Raadt
2012-05-23syncTheo de Raadt
2012-05-20syncTheo de Raadt
2012-05-15syncTheo de Raadt
2012-05-08syncMiod Vallat
2012-05-06syncMiod Vallat
2012-04-26grow the isoTheo de Raadt
2012-04-26syncTheo de Raadt
2012-04-24Fix a few inaccuraciesMiod Vallat