summaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
...
* Fix code typo (no functional change)Devin Teske2015-09-141-3/+3
* Interim fix for "Login not found" error.Devin Teske2015-06-192-10/+10
* Add META_MODE support.Simon J. Gerraty2015-06-133-0/+39
|\
| * Merge sync of headSimon J. Gerraty2015-05-2711-53/+190
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-1948-139/+87
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-1917-171/+182
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-28104-3023/+6832
| |\ \ \
| * \ \ \ Merge head@256284Simon J. Gerraty2013-10-1350-212/+246
| |\ \ \ \
| * | | | | New dependenciesSimon J. Gerraty2013-10-133-0/+36
* | | | | | Fix typo in a comment.Devin Teske2015-03-311-1/+1
* | | | | | Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;Colin Percival2015-02-121-1/+0
* | | | | | Update copyrights.Devin Teske2015-02-106-6/+6
* | | | | | Add "vt_"* aliases to bsdconfig console entries.Devin Teske2015-02-101-0/+7
* | | | | | Add bsdconfig api function f_dialog_menutag2help()Devin Teske2015-02-101-0/+33
* | | | | | Add bsdconfig api functions f_dialog_pause()/f_dialog_pause_no_cancel()Devin Teske2015-02-101-0/+50
* | | | | | Eliminate sub-shells where possible for performance.Devin Teske2015-02-103-41/+89
* | | | | | Whitespace.Devin Teske2015-02-101-2/+1
* | | | | | Comments.Devin Teske2015-02-101-1/+1
* | | | | | Add new alias "bsdconfig api" (same as "bsdconfig includes")Devin Teske2015-02-091-0/+1
* | | | | | Replace the only instance of sed(1) in bsdconfig(8) with awk(1).Devin Teske2015-02-091-1/+1
* | | | | | Revert SVN r278464 -- fingers were in perforce mode (prematureDevin Teske2015-02-096-78/+23
* | | | | | Replace the only instance of sed(1) in bsdconfig(8) with awk(1).Devin Teske2015-02-096-23/+78
| |_|_|_|/ |/| | | |
* | | | | Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.Devin Teske2014-11-111-1/+4
* | | | | Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-1/+1
* | | | | Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Devin Teske2014-11-0439-119/+0
* | | | | Rename awk(1) implementation of GNU awk's built-in asorti() function toDevin Teske2014-10-143-6/+6
* | | | | Fix awk(1) asorti() implementation to work when called in a loop.Devin Teske2014-10-143-2/+7
* | | | | Fix regression introduced by SVN r270954. Correct way to reset getoptsDevin Teske2014-09-021-2/+2
* | | | | Fix a bug where command line arguments could be misprocessed if getopts isDevin Teske2014-09-011-0/+2
* | | | | More man pages that need to know about vt in addition to syscons.Stefan Eßer2014-08-261-0/+11
* | | | | Optimize f_which() to be slightly faster still.Devin Teske2014-08-241-3/+3
* | | | | Add `-A' flag to pkg-install(8) invocation when installing dependencies.Devin Teske2014-08-211-2/+4
* | | | | Add required `exec' before Xdialog(1) invocation for the case where weDevin Teske2014-08-031-1/+11
* | | | | Update command and add check for edge-case.Devin Teske2014-07-311-1/+5
* | | | | Fix a syntax error when running under bash(1) for portability.Devin Teske2014-07-311-4/+8
* | | | | Define a setvar() function for platforms using a shell unlike FreeBSD'sDevin Teske2014-07-311-0/+26
| |_|_|/ |/| | |
* | | | Fix a bug where include file `networking/services.subr' was not beingDevin Teske2014-07-232-35/+31
* | | | Add example script `add_some_packages.sh', demonstrating how to installDevin Teske2014-07-2213-133/+147
* | | | Fix a code typo that prevented mkdir from firing (unnoticedDevin Teske2014-06-201-1/+1
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
* | | | Update example portion of comment to coincide with r264840 changes.Devin Teske2014-05-171-1/+2
| |_|/ |/| |
* | | Implement GEOM based media device classification. You'll notice a fewDevin Teske2014-04-2322-771/+1579
* | | Rewrite usermgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-1411-1044/+2085
* | | Add protection against input containing single-quotes (e.g., i18n-users).Devin Teske2014-03-142-35/+97
* | | For non-interactive scripts, forgot to check we were given an argumentDevin Teske2014-03-141-0/+4
* | | Fix a bug preventing errors from pw(8) from filtering up to a dialog.Devin Teske2014-03-141-4/+4
* | | Reduce the sleep cycle when using dialog(1) to 1-second.Devin Teske2014-03-141-3/+3
* | | Fix comments and whitespace.Devin Teske2014-03-141-6/+7
* | | Fix a code-typo that prevented auto-sizing of the dialog.Devin Teske2014-03-141-1/+1
* | | Point hat! Fix a broken f_isinteger().Devin Teske2014-03-141-1/+1