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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import media selection/preparation framework (sysinstall inspired). Makes
dteske
2013-02-25
37
-553
/
+6766
*
Fix typo and update copyright.
dteske
2013-02-25
1
-2
/
+2
*
Remove NO_OBJ from Makefiles that generate manuals because this causes the
dteske
2013-02-08
1
-2
/
+0
*
Backward compatibility fix: treat cmds loaded as a script as nonInteractive
dteske
2013-01-20
1
-2
/
+17
*
Don't use f_show_msg() unless printf(1) syntax is required (this reduces the
dteske
2013-01-14
14
-56
/
+57
*
Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).
dteske
2013-01-14
5
-15
/
+51
*
Add missing dialog(1) arguments to internationalize "Help"-button label.
dteske
2013-01-14
4
-0
/
+4
*
Update copyright following last commit.
dteske
2013-01-07
1
-1
/
+1
*
Add nonInteractive support to f_dialog_yesno/noyes().
dteske
2013-01-07
1
-0
/
+7
*
Update copyrights and dates following last commit.
dteske
2013-01-06
3
-4
/
+4
*
Add support for scripting (sysinstall style).
dteske
2013-01-05
8
-8
/
+393
*
Comments.
dteske
2013-01-03
1
-0
/
+6
*
Comments.
dteske
2012-12-29
1
-1
/
+4
*
Add missing enforcement of height restriction after minor adjustment.
dteske
2012-12-29
1
-0
/
+1
*
Add support for running without a controlling terminal (for example, when
dteske
2012-12-29
1
-8
/
+21
*
Allow debug output to be logged to a file (set $debugFile to target pathname)
dteske
2012-12-28
1
-0
/
+24
*
Whitespace.
dteske
2012-12-28
1
-0
/
+1
*
Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/
dteske
2012-12-28
1
-1
/
+1
*
Comments and fit to 80-columns.
dteske
2012-12-27
1
-10
/
+11
*
Add more debugging to help with diagnosis of program-flow when needed.
dteske
2012-12-25
67
-21
/
+181
*
Remove unnecessary duplicate initialization of the dialog(1) API (automatically
dteske
2012-12-25
42
-42
/
+0
*
Split dialog(1)-based validators for hostname/netmask into two, providing
dteske
2012-12-21
2
-18
/
+74
*
Remove unused include.
dteske
2012-12-21
1
-1
/
+0
*
Change axiom for initialization. Including script can disable (default)
dteske
2012-12-21
1
-1
/
+4
*
Remove erroneous use of "local" (not in a function).
dteske
2012-12-21
1
-1
/
+0
*
New f_show_info() function for dialog(1) --infobox using printf(1) syntax.
dteske
2012-12-21
2
-4
/
+23
*
Use f_show_help() where printf(1) syntax is desired.
dteske
2012-12-21
7
-64
/
+28
*
Improve the debugging abilities and clean up debug messages. In most cases,
dteske
2012-12-21
15
-72
/
+106
*
Add much-needed dialog(1) --inputbox function for simplifying the process of
dteske
2012-12-21
13
-602
/
+134
*
Allow setting of NULL titles with f_dialog_[back]title().
dteske
2012-11-27
1
-2
/
+2
*
Change self-initialization to occur when loaded versus the previous behavior
dteske
2012-11-27
1
-34
/
+5
*
Comments.
dteske
2012-11-27
1
-2
/
+2
*
Split IP address validation routines and improve error detection for dotted-
dteske
2012-11-25
2
-37
/
+91
*
Whitespace.
dteske
2012-11-24
4
-4
/
+4
*
Add IPv6 address-validation routine.
dteske
2012-11-24
2
-2
/
+157
*
Replicate a feature from sysinstall documented in
dteske
2012-11-16
44
-103
/
+216
*
Resurrect and integrate stable/9/usr.sbin/sysinstall/help/usermgmt.hlp
dteske
2012-10-26
3
-2
/
+96
*
Remove unnecessary quotation to clean things up.
dteske
2012-10-26
1
-1
/
+1
*
Don't mask fwe(4) lp(4) or plip(4) devices from ifconfig(8) list.
dteske
2012-10-26
1
-3
/
+0
*
Resurrect and integrate stable/9/sysinstall/help/tcp.hlp
dteske
2012-10-26
3
-3
/
+46
*
Tighten-up displays that use a NULL prompt (e.g., networking and usermgmt).
dteske
2012-10-26
1
-1
/
+1
*
Fix copy/paste error.
dteske
2012-10-26
1
-1
/
+1
*
Switch from using a msgbox to display help files to a textbox instead. The
dteske
2012-10-26
4
-40
/
+81
*
When Xdialog(1) is passed a NULL argument to its `--help' option, Xdialog(1)
dteske
2012-10-25
2
-2
/
+2
*
Resurrect usage.hlp and securelevel.hlp from sysinstall(8) and integrate them
dteske
2012-10-22
8
-27
/
+149
*
More-accurately replicate the help system from sysinstall(8). However, also
dteske
2012-10-18
5
-5
/
+61
*
Fix a bug where blank lines were not being counted (because awk's split()
dteske
2012-10-18
1
-1
/
+1
*
Fix typo.
dteske
2012-10-18
1
-1
/
+1
*
Ask to become root via sudo(8) and give user ability to save this preference.
dteske
2012-10-17
2
-0
/
+65
*
SVN r240684 broke the ability of the dot module to map include dependencies.
dteske
2012-10-13
1
-46
/
+66
[next]