index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
bsdconfig
/
share
/
common.subr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize f_which() to be slightly faster still.
dteske
2014-08-24
1
-3
/
+3
*
Update command and add check for edge-case.
dteske
2014-07-31
1
-1
/
+5
*
Define a setvar() function for platforms using a shell unlike FreeBSD's
dteske
2014-07-31
1
-0
/
+26
*
Add example script `add_some_packages.sh', demonstrating how to install
dteske
2014-07-22
1
-6
/
+0
*
Implement GEOM based media device classification. You'll notice a few
dteske
2014-04-23
1
-6
/
+22
*
Make f_show_err non-fatal.
dteske
2014-03-07
1
-4
/
+1
*
Fix incorrect return status if var_to_set and var_to_get are the same.
dteske
2014-03-07
1
-1
/
+1
*
Fix a typo in a comment.
dteske
2014-03-07
1
-1
/
+1
*
Add missing local declaration.
dteske
2014-03-07
1
-2
/
+2
*
Fix failed attempt to send pkg(8) stderr to /dev/null
dteske
2013-12-09
1
-2
/
+2
*
Performance and debugging enhancements:
dteske
2013-12-07
1
-87
/
+194
*
Fix PKG_ABI detection in bsdconfig(8) after pkg-1.2 is released, since
gjb
2013-12-02
1
-1
/
+1
*
Remove the env(1) but keep the var.
dteske
2013-11-11
1
-2
/
+2
*
Unbreak the installer on head/:
gjb
2013-11-11
1
-0
/
+1
*
Use `pkg -vv' to obtain ABI for validating a chosen media server (done
dteske
2013-11-07
1
-6
/
+4
*
Replace pkg-tools with pkgng.
dteske
2013-11-07
1
-0
/
+8
*
Add an f_eval_catch() function for debugging individual commands in a
dteske
2013-11-07
1
-0
/
+82
*
Add an f_show_err() function -- acts pretty much the same as f_show_msg()
dteske
2013-11-07
1
-0
/
+24
*
Add global DEBUG_INITIALIZE_FILE environment variable for controlling
dteske
2013-11-07
1
-5
/
+13
*
Comments. Replace a funny syntax with f_isset() while here.
dteske
2013-11-07
1
-11
/
+10
*
Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-use
dteske
2013-10-09
1
-3
/
+4
*
Introduce a new [yet unused] function for [efficiently] getting the path to
dteske
2013-07-10
1
-0
/
+29
*
Add support for processing add-on modules from /usr/local/libexec/bsdconfig
dteske
2013-07-05
1
-3
/
+13
*
Oops, r252833 was not supposed to touch this file. Back-out and recommit
dteske
2013-07-05
1
-13
/
+3
*
Don't calculate the tag until we know that we're going to make a new menu
dteske
2013-07-05
1
-3
/
+13
*
More whitespace.
dteske
2013-06-24
1
-2
/
+2
*
Fix option processing from the library layer to address unexpected
dteske
2013-06-02
1
-2
/
+29
*
Centralize standard getopts arguments, both for convenience and to correct
dteske
2013-05-14
1
-1
/
+15
*
Add f_isset() utility subroutine for checking if a variable is set but in
dteske
2013-05-07
1
-0
/
+10
*
Preserve debugFile preference across the exec boundary.
dteske
2013-04-22
1
-0
/
+1
*
Fix "-D file" to automagically enable debugging if not explicitly disabled.
dteske
2013-04-22
1
-17
/
+15
*
Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) and
dteske
2013-04-22
1
-21
/
+65
*
Import media selection/preparation framework (sysinstall inspired). Makes
dteske
2013-02-25
1
-9
/
+33
*
Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).
dteske
2013-01-14
1
-0
/
+44
*
Add support for scripting (sysinstall style).
dteske
2013-01-05
1
-0
/
+24
*
Comments.
dteske
2013-01-03
1
-0
/
+6
*
Allow debug output to be logged to a file (set $debugFile to target pathname)
dteske
2012-12-28
1
-0
/
+24
*
Add more debugging to help with diagnosis of program-flow when needed.
dteske
2012-12-25
1
-11
/
+25
*
New f_show_info() function for dialog(1) --infobox using printf(1) syntax.
dteske
2012-12-21
1
-0
/
+21
*
Improve the debugging abilities and clean up debug messages. In most cases,
dteske
2012-12-21
1
-6
/
+32
*
Replicate a feature from sysinstall documented in
dteske
2012-11-16
1
-22
/
+158
*
Switch from using a msgbox to display help files to a textbox instead. The
dteske
2012-10-26
1
-34
/
+31
*
Resurrect usage.hlp and securelevel.hlp from sysinstall(8) and integrate them
dteske
2012-10-22
1
-15
/
+11
*
More-accurately replicate the help system from sysinstall(8). However, also
dteske
2012-10-18
1
-0
/
+38
*
Fix typo.
dteske
2012-10-18
1
-1
/
+1
*
Spelling and whitespace corrections.
dteske
2012-09-22
1
-3
/
+3
*
Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesign
dteske
2012-09-21
1
-1
/
+1
*
Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).
dteske
2012-09-21
1
-1
/
+1
*
Move major includes into /usr/share/bsdconfig for easy external access.
dteske
2012-09-18
1
-0
/
+299