summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/share/common.subr
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin/bsdconfig: minor spelling fixes on comments.pfg2016-05-011-2/+2
* Remove SIG prefix from trapped signalsdteske2016-02-031-5/+4
* Fix code typo (no functional change)dteske2015-09-141-3/+3
* Optimize f_which() to be slightly faster still.dteske2014-08-241-3/+3
* Update command and add check for edge-case.dteske2014-07-311-1/+5
* Define a setvar() function for platforms using a shell unlike FreeBSD'sdteske2014-07-311-0/+26
* Add example script `add_some_packages.sh', demonstrating how to installdteske2014-07-221-6/+0
* Implement GEOM based media device classification. You'll notice a fewdteske2014-04-231-6/+22
* Make f_show_err non-fatal.dteske2014-03-071-4/+1
* Fix incorrect return status if var_to_set and var_to_get are the same.dteske2014-03-071-1/+1
* Fix a typo in a comment.dteske2014-03-071-1/+1
* Add missing local declaration.dteske2014-03-071-2/+2
* Fix failed attempt to send pkg(8) stderr to /dev/nulldteske2013-12-091-2/+2
* Performance and debugging enhancements:dteske2013-12-071-87/+194
* Fix PKG_ABI detection in bsdconfig(8) after pkg-1.2 is released, sincegjb2013-12-021-1/+1
* Remove the env(1) but keep the var.dteske2013-11-111-2/+2
* Unbreak the installer on head/:gjb2013-11-111-0/+1
* Use `pkg -vv' to obtain ABI for validating a chosen media server (donedteske2013-11-071-6/+4
* Replace pkg-tools with pkgng.dteske2013-11-071-0/+8
* Add an f_eval_catch() function for debugging individual commands in adteske2013-11-071-0/+82
* Add an f_show_err() function -- acts pretty much the same as f_show_msg()dteske2013-11-071-0/+24
* Add global DEBUG_INITIALIZE_FILE environment variable for controllingdteske2013-11-071-5/+13
* Comments. Replace a funny syntax with f_isset() while here.dteske2013-11-071-11/+10
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-091-3/+4
* Introduce a new [yet unused] function for [efficiently] getting the path todteske2013-07-101-0/+29
* Add support for processing add-on modules from /usr/local/libexec/bsdconfigdteske2013-07-051-3/+13
* Oops, r252833 was not supposed to touch this file. Back-out and recommitdteske2013-07-051-13/+3
* Don't calculate the tag until we know that we're going to make a new menudteske2013-07-051-3/+13
* More whitespace.dteske2013-06-241-2/+2
* Fix option processing from the library layer to address unexpecteddteske2013-06-021-2/+29
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-141-1/+15
* Add f_isset() utility subroutine for checking if a variable is set but indteske2013-05-071-0/+10
* Preserve debugFile preference across the exec boundary.dteske2013-04-221-0/+1
* Fix "-D file" to automagically enable debugging if not explicitly disabled.dteske2013-04-221-17/+15
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-221-21/+65
* Import media selection/preparation framework (sysinstall inspired). Makesdteske2013-02-251-9/+33
* Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).dteske2013-01-141-0/+44
* Add support for scripting (sysinstall style).dteske2013-01-051-0/+24
* Comments.dteske2013-01-031-0/+6
* Allow debug output to be logged to a file (set $debugFile to target pathname)dteske2012-12-281-0/+24
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-251-11/+25
* New f_show_info() function for dialog(1) --infobox using printf(1) syntax.dteske2012-12-211-0/+21
* Improve the debugging abilities and clean up debug messages. In most cases,dteske2012-12-211-6/+32
* Replicate a feature from sysinstall documented indteske2012-11-161-22/+158
* Switch from using a msgbox to display help files to a textbox instead. Thedteske2012-10-261-34/+31
* Resurrect usage.hlp and securelevel.hlp from sysinstall(8) and integrate themdteske2012-10-221-15/+11
* More-accurately replicate the help system from sysinstall(8). However, alsodteske2012-10-181-0/+38
* Fix typo.dteske2012-10-181-1/+1
* Spelling and whitespace corrections.dteske2012-09-221-3/+3
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesigndteske2012-09-211-1/+1
OpenPOWER on IntegriCloud