aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/startup
Commit message (Expand)AuthorAgeFilesLines
* bsdconfig: Move to -bsdconfig packageLexi Winter2025-08-031-0/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-153-3/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1619-19/+0
* Remove iBCS2, part1: userspaceMateusz Guzik2018-12-192-22/+0
* Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff2017-02-282-19/+0
* usr.sbin/bsdconfig: minor spelling fixes on comments.Pedro F. Giffuni2016-05-012-8/+8
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-013-0/+33
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-263-6/+0
* Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Devin Teske2014-11-043-9/+0
* Performance and debugging enhancements:Devin Teske2013-12-0710-102/+79
* Sort messages.Devin Teske2013-11-251-2/+2
* Comments.Devin Teske2013-11-071-2/+2
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-useDevin Teske2013-10-096-16/+16
* Fix typos in the BSD License.Devin Teske2013-07-079-18/+18
* Be consistent with other usr.sbin programs w/respect to the copyrightDevin Teske2013-07-079-9/+9
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The mainDevin Teske2013-07-051-2/+2
* More whitespace.Devin Teske2013-06-247-7/+7
* When the fall-back of a case-statement is the last thing executed in aDevin Teske2013-06-201-14/+13
* When the fall-back of a case-statement is the last thing executed in aDevin Teske2013-06-201-7/+6
* Remove pedanticism and consolidate some logic.Devin Teske2013-06-201-7/+1
* Style -- no ;; needed on fallback clause within case-statement.Devin Teske2013-06-192-3/+3
* Whitespace and comments.Devin Teske2013-06-192-3/+4
* Perform some code consolidation and replace nested case-statements withDevin Teske2013-06-181-67/+71
* Fix a regression introduced by r251967, resulting in:Devin Teske2013-06-181-1/+1
* Whitespace.Devin Teske2013-06-181-2/+2
* Perform some code consolidation and add some additional errorDevin Teske2013-06-182-8/+12
* Comments.Devin Teske2013-06-183-0/+9
* Improve the INDEX format. Whitespace improvements, format improvements, typoDevin Teske2013-06-181-17/+21
* Fix a bug introduced by r251236; product of bug was the following error inDevin Teske2013-06-092-10/+10
* Fix a bug introduced with r251190, in which a small hunk was forgotten inDevin Teske2013-06-081-1/+2
* Fix a bug introduced with r249751, in which a small hunk was forgotten inDevin Teske2013-06-081-1/+5
* Fix a typo in comments.Devin Teske2013-06-081-1/+1
* Remove extraneous characters ('<<<') from `Exit' menutag in the "Security"Devin Teske2013-06-081-2/+2
* Lessen verbosity of "Exit" menutag items to appear more consistent acrossDevin Teske2013-06-043-4/+3
* Similar to r251236, r251242, and r251244. Introduce new function-pair toDevin Teske2013-06-041-14/+16
* Fix a typo. In this case, the typo caused the f_noyes() invocation toDevin Teske2013-06-021-1/+1
* Improvements to whitespace and comments.Devin Teske2013-06-025-4/+21
* Standardize the way functions build their arguments leading up to a dialogDevin Teske2013-06-027-57/+49
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()Devin Teske2013-06-025-51/+67
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrDevin Teske2013-06-023-7/+5
* Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske2013-06-017-60/+48
* Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske2013-05-317-71/+87
* Centralize standard getopts arguments, both for convenience and to correctDevin Teske2013-05-147-7/+7
* Add f_isset() utility subroutine for checking if a variable is set but inDevin Teske2013-05-071-1/+1
* Comments.Devin Teske2013-04-261-0/+2
* Clarify to the user the amount of time required to load the menus forDevin Teske2013-04-221-4/+4
* UI improvements. First, implement --default-item whenever and whereverDevin Teske2013-04-228-214/+354
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) andDevin Teske2013-04-228-15/+19
* Fix typo and update copyright.Devin Teske2013-02-251-2/+2
* Don't use f_show_msg() unless printf(1) syntax is required (this reduces theDevin Teske2013-01-145-17/+16