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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Oops, previous revision (r252084) broke non-full-path resolution (e.g.,
dteske
2013-06-22
1
-1
/
+1
*
Trim the trailing `/' from the ftp_dir when validating that the directory
dteske
2013-06-22
1
-1
/
+4
*
Take advantage of the fact that f_getvar evaluates the $var_to_get parameter
dteske
2013-06-22
2
-6
/
+5
*
Add missing local declaration.
dteske
2013-06-21
1
-1
/
+1
*
Remove unused library include.
dteske
2013-06-21
1
-1
/
+0
*
Alphabetize library includes.
dteske
2013-06-21
14
-26
/
+26
*
Style.
dteske
2013-06-21
2
-18
/
+10
*
Typo and grammar fixes to comments.
dteske
2013-06-21
2
-2
/
+2
*
Fix a code typo in a case-statement match expression that prevented IPv6
dteske
2013-06-20
1
-1
/
+1
*
Alphabetize reserved-word (resword) registration.
dteske
2013-06-19
1
-4
/
+4
*
Alphabetize includes.
dteske
2013-06-19
1
-1
/
+1
*
Change the f_dialog_{yesno,noyes}() function-arguments in `dialog.subr' to
dteske
2013-06-18
1
-6
/
+6
*
Change the f_dialog_msgbox() arguments in `dialog.subr' to accomodate an
dteske
2013-06-18
1
-3
/
+4
*
Add skeleton processing of selected packages in the order in which they
dteske
2013-06-14
1
-7
/
+42
*
Make the default choice for FTP media access use "auto".
dteske
2013-06-11
2
-2
/
+2
*
Use f_shell_escape() instead of forking to awk. In this case, the
dteske
2013-06-04
2
-5
/
+4
*
Similar to r251236, r251242, and r251244. Introduce new function-pair to
dteske
2013-06-04
2
-5
/
+44
*
Fix a code typo (missing `eval') which lead to improperly-sized menu when
dteske
2013-06-04
1
-1
/
+1
*
Fix menu accenting for the package category list. The single-space indent
dteske
2013-06-04
1
-5
/
+5
*
Whitespace and comments.
dteske
2013-06-04
1
-3
/
+3
*
Improve debugging for f_dialog_*_constrain() to print constrained rather
dteske
2013-06-04
1
-2
/
+15
*
Like r250701, introduce another handy function for truncating variables to a
dteske
2013-06-02
1
-0
/
+35
*
Fix a bug in which the user's choice to Cancel was not recognized. This was
dteske
2013-06-02
1
-1
/
+2
*
Fix a bug that would cause a spurious warning to appear to appear in an
dteske
2013-06-02
1
-0
/
+2
*
Fix a bug in which the user's choice to Cancel was not properly recognized.
dteske
2013-06-02
1
-1
/
+5
*
Fix a copy/paste error within a comment.
dteske
2013-06-02
1
-1
/
+1
*
Add some additional debugging to the common media library.
dteske
2013-06-02
1
-1
/
+9
*
Standardize NULL initialization to be consistent.
dteske
2013-06-02
2
-2
/
+2
*
Use f_isset() (introduced by r250317) instead of `f_quietly f_getvar ...'.
dteske
2013-06-02
3
-9
/
+10
*
Make proper use of locals in f_dialog_init().
dteske
2013-06-02
1
-5
/
+4
*
Improvements to whitespace and comments.
dteske
2013-06-02
3
-15
/
+16
*
Fix option processing from the library layer to address unexpected
dteske
2013-06-02
2
-6
/
+35
*
Standardize the way functions build their arguments leading up to a dialog
dteske
2013-06-02
5
-38
/
+49
*
Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()
dteske
2013-06-02
1
-0
/
+39
*
Similar to r251236, improve the portion of dialog(1) API in dialog.subr
dteske
2013-06-02
4
-64
/
+109
*
Improve portion of the dialog(1) API in dialog.subr responsible for
dteske
2013-06-01
8
-85
/
+123
*
Fix a regression in the packages module introduced by recent r251190.
dteske
2013-06-01
1
-37
/
+46
*
Improve portion of the dialog(1) API in dialog.subr responsible for
dteske
2013-05-31
6
-840
/
+1129
*
Fix a typo in a comment.
dteske
2013-05-16
1
-1
/
+1
*
Add a handy function for truncating variables to a specific byte-length. It
dteske
2013-05-16
1
-0
/
+20
*
Centralize standard getopts arguments, both for convenience and to correct
dteske
2013-05-14
2
-5
/
+31
*
Comment.
dteske
2013-05-12
1
-1
/
+1
*
Fix i18n violations in the package management module. A few words like
dteske
2013-05-12
2
-12
/
+28
*
Remove duplicated string.
dteske
2013-05-12
1
-1
/
+1
*
Comments.
dteske
2013-05-12
1
-1
/
+5
*
Whitespace.
dteske
2013-05-12
1
-2
/
+2
*
Fix a bug that would cause the category menu to display the wrong value
dteske
2013-05-09
1
-4
/
+4
*
Commit first portion of package module -- this includes the ability to view
dteske
2013-05-07
8
-1
/
+1238
*
Re-organize and add missing installVarDefaults and mediaSetDirectory.
dteske
2013-05-07
1
-15
/
+31
*
Add f_isset() utility subroutine for checking if a variable is set but in
dteske
2013-05-07
1
-0
/
+10
[next]