summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2012-10-04SyncMiod Vallat
2012-10-03syncMiod Vallat
2012-10-01remove check for negative numbers in respRobert Peichaer
previous check ensures positive numbers ok halex@
2012-09-29use ++ operator for incrementsRobert Peichaer
ok halex@
2012-09-29use (()) for arithmetic testsRobert Peichaer
ok halex@
2012-09-28consistently use [[ ]] for testsRobert Peichaer
ok halex@
2012-09-28remove unnecessary quotes within [[ ]]Robert Peichaer
ok halex@
2012-09-28replace the last remaining backticks with $() for consistencyRobert Peichaer
ok halex@
2012-09-28remove a comment that does not make sense any moreRobert Peichaer
ok halex@
2012-09-28replace _fsent array with a simple concatenated listRobert Peichaer
ok halex@
2012-09-20syncTheo de Raadt
2012-09-18syncTheo de Raadt
2012-09-11syncTheo de Raadt
2012-09-10turn sparc miniroot into a proper ramdisk (thereby removing the lastTheo de Raadt
consumer of the ../miniroot build method) ok miod, product of this tested by todd
2012-09-10compile as much as possible on the install media with -fno-stack-protector.Theo de Raadt
yeah, you heard right..
2012-09-10syncTheo de Raadt
2012-09-07syncTheo de Raadt
2012-09-07handle pkcs5_pbkdf2() falloutTheo de Raadt
2012-09-03compress arguments to the ftp command; ok halexTheo de Raadt
2012-09-03roll a comment to a new line, so that the comment-stripper can remove itTheo de Raadt
2012-09-03we CAPITALIZE variables used in multiple sh functionsTheo de Raadt
2012-09-02A bit more details about s-records operation.Miod Vallat
2012-08-31syncTheo de Raadt
2012-08-30syncTheo de Raadt
2012-08-28syncTheo de Raadt
2012-08-23syncTheo de Raadt
2012-08-23syncTheo de Raadt
2012-08-23syncTheo de Raadt
2012-08-21Build sed in distrib/ just like everything else. Simplifies PIE work sincePascal Stumpf
we can now use NOPIE= for it. Note that NOPIE= is still a no-op atm. ok deraadt@
2012-08-20syncTheo de Raadt
2012-08-20mention V445Jonathan Gray
2012-08-16syncTheo de Raadt
2012-08-14syncTheo de Raadt
2012-07-22shrinkTheo de Raadt
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