aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall
Commit message (Expand)AuthorAgeFilesLines
* Enable bsdinstall hardening options by default.Bartek Rutkowski2017-02-211-9/+9
* Add 0-8 as shortcuts for jumping to menu items in the hardening menu.Bartek Rutkowski2017-02-161-10/+10
* bsdinstall: Make sure chroot filesystems are umounted after useRenato Botelho2017-02-081-3/+4
* Fix indentation (only line in file w/ 8-space indent rather than hard-tab).Ravi Pokala2017-02-081-1/+1
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-284-92/+4
* Revert r309918 -- modern POSIX has deprecated -<#>/+<#> syntaxDevin Teske2016-12-131-2/+2
* It's completely pointless to replace newlines with spaceDevin Teske2016-12-131-2/+1
* The flags of a WLAN need to be quoted (they contain things like brackets)Devin Teske2016-12-131-1/+1
* Simplify single-line if statementsDevin Teske2016-12-131-2/+1
* Simplify loop by moving predicate to clauseDevin Teske2016-12-131-6/+2
* WordsmithingDevin Teske2016-12-131-1/+1
* Why test $? when you can test the commandDevin Teske2016-12-131-2/+2
* Restore previous commentDevin Teske2016-12-131-0/+1
* Both simplify bringup of interface after changes and catch errors in debugDevin Teske2016-12-131-5/+4
* Calculate proper size of menu list dialogDevin Teske2016-12-131-0/+2
* There's an API function for catching errors and displaying them orDevin Teske2016-12-131-17/+11
* There's an API function for displaying pausesDevin Teske2016-12-131-6/+2
* There's an API function for displaying yes/no dialogsDevin Teske2016-12-131-10/+2
* There's an API function for displaying errorsDevin Teske2016-12-131-2/+2
* CommentDevin Teske2016-12-131-1/+1
* Whitespace alignmentDevin Teske2016-12-131-10/+10
* Relying on dialog auto-sizing (width/height/rows = 0) is a mistakeDevin Teske2016-12-131-15/+23
* Remove unnecessary quotesDevin Teske2016-12-131-1/+1
* Add missing quotesDevin Teske2016-12-131-3/+3
* In awk, if you're going to append a newline to your printfDevin Teske2016-12-131-1/+1
* This statement has too many backslashesDevin Teske2016-12-131-1/+1
* Neither printf (and as is commonly known) nor print need parens in awkDevin Teske2016-12-131-1/+1
* Whitespace and alignmentDevin Teske2016-12-131-20/+19
* You don't need parentheses for awk's printfDevin Teske2016-12-131-1/+1
* Continued resolution of conveluted statementDevin Teske2016-12-131-3/+5
* These two error messages have always been backwards since inceptionDevin Teske2016-12-131-2/+2
* Why use $? when you can use the command itselfDevin Teske2016-12-131-2/+1
* If the first ping succeeded, why on Earth should we ping it again?Devin Teske2016-12-131-10/+10
* Start deconstructing a conveluted hunk of codeDevin Teske2016-12-131-4/+6
* Remove completely unnecesary parenthesesDevin Teske2016-12-131-4/+4
* Why repeat yourself when you can send stderr to the same place as stdout?Devin Teske2016-12-131-2/+2
* Properly quote variableDevin Teske2016-12-131-2/+2
* Use more generic f_yesno() from provided APIDevin Teske2016-12-131-1/+1
* The output of dialog needs to be sanitizedDevin Teske2016-12-131-1/+5
* Whitespace alignmentDevin Teske2016-12-131-12/+12
* Sort the domainsDevin Teske2016-12-131-1/+1
* The --no-items and --stdout options are non-standard and should be avoidedDevin Teske2016-12-131-13/+19
* More efficiently make use of the exit statusDevin Teske2016-12-131-6/+2
* Stop repeating strings (centralize prompt string)Devin Teske2016-12-131-5/+7
* Add missing backslash (no real effect; it's pedantic and correct forDevin Teske2016-12-131-1/+1
* Use the oft-neglected awk syntax "startcondition, stopcondition { ... }" toDevin Teske2016-12-131-18/+22
* Quote WLAN_IFACE (pedantic)Devin Teske2016-12-121-6/+6
* In awk, casting a variable as a boolean condition is the same as testing ifDevin Teske2016-12-121-4/+1
* Remove an unnecessary call to f_dialog_title_restore()Devin Teske2016-12-121-1/+0
* WhitespaceDevin Teske2016-12-121-7/+6