Remove completely unnecesary parentheses
[freebsd.git] / usr.sbin / bsdinstall / scripts /
2016-12-13 dteskeRemove completely unnecesary parentheses
2016-12-13 dteskeWhy repeat yourself when you can send stderr to the...
2016-12-13 dteskeProperly quote variable
2016-12-13 dteskeUse more generic f_yesno() from provided API
2016-12-13 dteskeThe output of dialog needs to be sanitized
2016-12-13 dteskeWhitespace alignment
2016-12-13 dteskeSort the domains
2016-12-13 dteskeThe --no-items and --stdout options are non-standard...
2016-12-13 dteskeMore efficiently make use of the exit status
2016-12-13 dteskeStop repeating strings (centralize prompt string)
2016-12-13 dteskeAdd missing backslash (no real effect; it's pedantic...
2016-12-13 dteskeUse the oft-neglected awk syntax "startcondition, stopc...
2016-12-12 dteskeQuote WLAN_IFACE (pedantic)
2016-12-12 dteskeIn awk, casting a variable as a boolean condition is...
2016-12-12 dteskeRemove an unnecessary call to f_dialog_title_restore()
2016-12-12 dteskeWhitespace
2016-12-12 dteskeUtilize provided i18n strings
2016-12-12 dteskeRemove incomplete and unnecessary creation of fd3
2016-12-12 dteskeRemove unnecessary semi-colons
2016-12-12 dteskeUse awk the following (more succinct) awk syntax:
2016-12-12 dteske1 is the default descriptor for redirects without an...
2016-12-12 dteskeFix invalid parameter expansion (change $@ to "$@")
2016-12-12 dteskeAllow the script path to contain whitespace and special...
2016-12-12 dteskeUse provided API to centralize dialog title strings
2016-12-12 dteskeReorder dialog parameters based on commonality for...
2016-12-12 dteskeFix incorrect use of provided API
2016-12-12 dteskeUse provided API (change "dialog" to "$DIALOG")
2016-12-12 dteskeWhitespace (dialog options separated to minimize diffs)
2016-12-12 dteskeConsolidate redirects into here documents, with proper...
2016-12-12 dteskeRemove an unnecessary "return $?" at end of function
2016-12-12 dteskeUse ternary operator
2016-12-12 dteskeIf you're not going to make use of the products of...
2016-12-12 dteskeNow that these variables do not contain the --default...
2016-12-12 dteskeAlways pass --default-item parameter to dialog
2016-12-12 dteskeThere is zero harm in always passing --default-item...
2016-12-12 dteskeCentralize backtitle string
2016-12-12 dteskeUse provided API instead of hard-coded status integers
2016-12-12 dteskeWhitespace
2016-12-12 dteskeRemove unnecessary `-n' parameter to head/tail
2016-12-12 dteskeawk(1) match() takes a regex, use /.../ to remind ourse...
2016-12-12 dteskeBe internally consistent (": > ..." is used elsewhere...
2016-12-12 dteske"echo | sed | sed | awk" is silly (changed to "echo...
2016-12-12 dteskeAdd missing `-e' parameter to sed invocations
2016-12-12 dteskeAllow $BSDINSTALL_TMPETC to contain whitespace or speci...
2016-12-12 dteskeGroup fallbacks together
2016-12-12 dteskeRemove unnecessary quotes around number in test
2016-12-12 dteskeChange "[ ! ... ] && ..." to "[ ... ] || ..."
2016-12-12 dteskeCollapse tiny if statements
2016-12-12 dteskeReplace funny block with something easy to digest
2016-12-12 dteskeConsolidate locals
2016-12-12 dteskeRemove unnecessary local initializers
2016-12-12 dteskeChange "[ ! -z ... ]" => "[ ... ]" and "[ -z ... ]...
2016-12-12 dteskeUse $( ... ) instead of `...`
2016-12-12 dteskeComments
2016-12-08 dteskeFunctions in their own section
2016-12-08 dteskeRemove unnecessary trailing backslashes
2016-12-08 dteskeAdd support for "hidden" Wi-Fi networks
2016-12-06 mmMFV r309587:
2016-12-01 mmMFC r309362:
2016-11-29 mmMFV r309299:
2016-11-28 cognetImport Concurrency Kit in the kernel.
2016-11-22 delphijMFV r308954:
2016-11-11 cyMFV r305100: Update amd from am-utils 6.1.5 to 6.2.
2016-11-07 delphijMFV r308392: file 5.29.
2016-11-03 gjbMFV r308265: Update tzdata to 2016i.
2016-10-04 jkimMerge ACPICA 20160930.
2016-10-04 mmMFV r306669:
2016-10-01 baptImport libucl 20160812
2016-09-29 desUpgrade to Unbound 1.5.10.
2016-09-22 impRevert and redo r306083.
2016-09-22 jkimMerge OpenSSL 1.0.2i.
2016-09-21 kibAdd kernel interfaces to call EFI Runtime Services.
2016-09-21 andrewUpdate the device tree source files to a Linux 4.7-RC.
2016-09-19 andrewImport the Linaro Cortex Strings library into contrib.
2016-09-05 mmMFV r305420:
2016-09-04 desUpgrade to Unbound 1.5.9.
2016-09-03 dimUpdate compiler-rt to 3.9.0 release, and update the...
2016-08-31 emasteUpdate to ELF Tool Chain r3490
2016-08-30 pfgMFV r302423:
2016-08-30 dimUpdate libc++ to release_39 branch r279689.
2016-08-30 emasteBring lld (release_39 branch, r279477) to contrib
2016-08-24 cyMFV r304732.
2016-08-17 dimUpdate llvm to release_39 branch r278877.
2016-08-17 emasteUpdate lldb to release_39 branch r276489 and resolve...
2016-08-16 dimUpdate clang to release_39 branch r276489, and resolve...
2016-08-16 dimUpdate llvm to release_39 branch r276489, and resolve...
2016-08-16 dimMerge ^/head r303250 through r304235.
2016-08-16 markjMFV r304057:
2016-08-16 markjMFV r296989:
2016-08-14 mmMFV r304060:
2016-08-12 ngieCheckpoint initial integration work
2016-08-09 skreuzerWrite kern.randompid to /etc/sysctl.conf
2016-08-01 dimFix non-functional bsdinstall services dialog.
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-16 allanjudeA failed installation once restarted will often error out
2016-07-16 allanjudeFix encrypted MBR install
2016-07-15 robakAdd new System Hardening menu and options to bsdinstall.
2016-07-14 allanjudeMake the new 'set date and time' dialog default to...
2016-07-13 allanjudebsdinstall: Prompt user to set the date and time after...
next