summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Expand)Author
2012-10-04SyncMiod Vallat
2012-10-03syncMiod Vallat
2012-10-01remove check for negative numbers in respRobert Peichaer
2012-09-29use ++ operator for incrementsRobert Peichaer
2012-09-29use (()) for arithmetic testsRobert Peichaer
2012-09-28consistently use [[ ]] for testsRobert Peichaer
2012-09-28remove unnecessary quotes within [[ ]]Robert Peichaer
2012-09-28replace the last remaining backticks with $() for consistencyRobert Peichaer
2012-09-28remove a comment that does not make sense any moreRobert Peichaer
2012-09-28replace _fsent array with a simple concatenated listRobert Peichaer
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
2012-09-10compile as much as possible on the install media with -fno-stack-protector.Theo de Raadt
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
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
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
2012-07-13copy boot loaders using cat and shell redirection rather than cp,Alexander Hall
2012-07-13{ ...; } is more proper than ( ... ) since the latter spawns a subshellAlexander Hall
2012-07-13back out stuff that snuck into the last commitAlexander Hall
2012-07-13fix logic flaw in md_installboot()Alexander Hall
2012-07-12ksh does not properly separate the arguments in "$@" if IFS is anAlexander Hall
2012-07-11syncTodd T. Fries
2012-07-10since disklabel -W is no more, zap it from all the install.md'sAlexander Hall
2012-07-09syncTodd T. Fries
2012-07-09when being asked which disk to install on, give the user the chance toAlexander Hall