Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-20 | sync | Theo de Raadt | |
2012-09-18 | sync | Theo de Raadt | |
2012-09-11 | sync | Theo de Raadt | |
2012-09-10 | turn sparc miniroot into a proper ramdisk (thereby removing the last | Theo de Raadt | |
consumer of the ../miniroot build method) ok miod, product of this tested by todd | |||
2012-09-10 | compile as much as possible on the install media with -fno-stack-protector. | Theo de Raadt | |
yeah, you heard right.. | |||
2012-09-10 | sync | Theo de Raadt | |
2012-09-07 | sync | Theo de Raadt | |
2012-09-07 | handle pkcs5_pbkdf2() fallout | Theo de Raadt | |
2012-09-03 | compress arguments to the ftp command; ok halex | Theo de Raadt | |
2012-09-03 | roll a comment to a new line, so that the comment-stripper can remove it | Theo de Raadt | |
2012-09-03 | we CAPITALIZE variables used in multiple sh functions | Theo de Raadt | |
2012-09-02 | A bit more details about s-records operation. | Miod Vallat | |
2012-08-31 | sync | Theo de Raadt | |
2012-08-30 | sync | Theo de Raadt | |
2012-08-28 | sync | Theo de Raadt | |
2012-08-23 | sync | Theo de Raadt | |
2012-08-23 | sync | Theo de Raadt | |
2012-08-23 | sync | Theo de Raadt | |
2012-08-21 | Build sed in distrib/ just like everything else. Simplifies PIE work since | Pascal Stumpf | |
we can now use NOPIE= for it. Note that NOPIE= is still a no-op atm. ok deraadt@ | |||
2012-08-20 | sync | Theo de Raadt | |
2012-08-20 | mention V445 | Jonathan Gray | |
2012-08-16 | sync | Theo de Raadt | |
2012-08-14 | sync | Theo de Raadt | |
2012-07-22 | shrink | Theo de Raadt | |
2012-07-20 | Replace some leading blanks before comments with leading tab. Noticed | Kenneth R Westerback | |
by and diff from Robert at peichaer dot org. | |||
2012-07-17 | sync | Theo de Raadt | |
2012-07-17 | sync | Theo de Raadt | |
2012-07-16 | sync | Theo de Raadt | |
2012-07-16 | sync | Theo de Raadt | |
2012-07-15 | sync | Todd T. Fries | |
2012-07-14 | as _resp is being localized by typeset -l, no need to localize it twice | Alexander Hall | |
from Robert Peichaer, thanks! ok krw@ | |||
2012-07-13 | copy 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 subshell | Alexander Hall | |
while the former does not pointed out by and ok naddy@ | |||
2012-07-13 | back out stuff that snuck into the last commit | Alexander Hall | |
2012-07-13 | fix logic flaw in md_installboot() | Alexander Hall | |
ok deraadt@ otto@ | |||
2012-07-12 | ksh does not properly separate the arguments in "$@" if IFS is an | Alexander 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-11 | sync | Todd T. Fries | |
2012-07-10 | since disklabel -W is no more, zap it from all the install.md's | Alexander Hall | |
ok krw@ | |||
2012-07-09 | sync | Todd T. Fries | |
2012-07-09 | when being asked which disk to install on, give the user the chance to | Alexander Hall | |
see some details for each device. "Lovely" deraadt@ and some more ok's on previous similar versions | |||
2012-07-08 | Move functionality from ask() to _ask() to make the latter more useful | Alexander Hall | |
from other places. ok krw@ | |||
2012-07-07 | sync | Theo de Raadt | |
2012-06-28 | sync | Todd T. Fries | |
2012-06-26 | IP22 R4600SC and R5000SC have their L2 cache supported now. | Miod Vallat | |
2012-06-26 | sync | Theo de Raadt | |
2012-06-25 | sync | Theo de Raadt | |
2012-06-23 | sync | Theo de Raadt | |
2012-06-22 | sync | Theo de Raadt | |
2012-06-22 | correct unconfig directories | Theo de Raadt | |
2012-06-21 | sync from mirrors.dat | Stuart Henderson | |