]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bsdconfig
When the fall-back of a case-statement is the last thing executed in a
[FreeBSD/FreeBSD.git] / usr.sbin / bsdconfig /
2013-06-20 dteskeWhen the fall-back of a case-statement is the last...
2013-06-20 dteskeRemove pedanticism and consolidate some logic.
2013-06-20 dteskeAdd debugging (for a case that shouldn't arise, but...
2013-06-19 dteskeStyle -- no ;; needed on fallback clause within case...
2013-06-19 dteskeWhitespace.
2013-06-19 dteskeWhitespace and comments.
2013-06-19 dteskeAlphabetize reserved-word (resword) registration.
2013-06-19 dteskeAlphabetize includes.
2013-06-19 dteskeRemove extra whitespace lines.
2013-06-19 dteskeChange a humongous if-statement at the end of f_install...
2013-06-19 dteskeTake advantage of newly updated f_dialog_{yesno,noyes...
2013-06-19 dteskeWhen I first wrote the timezone module, it was in sysut...
2013-06-18 dteskeChange the f_dialog_{yesno,noyes}() function-arguments...
2013-06-18 dteskePerform some code consolidation and replace nested...
2013-06-18 dteskeFix a regression introduced by r251967, resulting in:
2013-06-18 dteskeWhitespace.
2013-06-18 dteskePerform some code consolidation and add some additional...
2013-06-18 dteskeComments.
2013-06-18 dteskeComments and whitespace.
2013-06-18 dteskeComments.
2013-06-18 dteskePerform some code consolidation and add some additional...
2013-06-18 dteskeWhitespace and comments.
2013-06-18 dteskePerform some code consolidation and add some additional...
2013-06-18 dteskeRemove unnecessary loops, perform some code consolidati...
2013-06-18 dteskeWhitespace.
2013-06-18 dteskeUse newly enhanced f_dialog_msgbox() from SVN r251912.
2013-06-18 dteskeChange the f_dialog_msgbox() arguments in `dialog.subr...
2013-06-18 dteskeComments.
2013-06-18 dteskeComments.
2013-06-18 dteskeFix a typo in a comment.
2013-06-18 dteskeSwitch bsdconfig `Disk Management' from sade(8) to...
2013-06-18 dteskeOops, in SVN r251905 I forgot that f_die takes the...
2013-06-18 dteskeImprove the INDEX format. Whitespace improvements,...
2013-06-18 dteskeRemove unnecessary loops, perform some code consolidati...
2013-06-18 dteskeWhitespace improvements.
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-15 dteskeStyle/comments.
2013-06-14 dteskeAdd skeleton processing of selected packages in the...
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-11 dteskeMake the default choice for FTP media access use "auto".
2013-06-09 dteskeFix a bug introduced by r251236; product of bug was...
2013-06-08 dteskeFix a bug introduced with r251190, in which a small...
2013-06-08 dteskeFix a bug introduced with r249751, in which a small...
2013-06-08 dteskeFix a typo in comments.
2013-06-08 dteskeDon't silently ignore errors (found while
2013-06-08 dteskePrevent getting hung-up on the following prompt (found...
2013-06-08 dteskeFix a one-character typo. The effects of which were...
2013-06-08 dteskeAdd a prompt to the "Add User" and "Add Group" sub...
2013-06-08 dteskeCurb another regression (this one introduced by r251545...
2013-06-08 dteskeFix a regression introduced by r251544; if user chooses...
2013-06-08 dteskeCheck for ESC as a separate choice from "NO" when askin...
2013-06-08 dteskeTrack defaultitem in the password and account expiry...
2013-06-08 dteskeFix a regression in the "Login Management" module intro...
2013-06-08 dteskeReduce verbosity in the "Console"->"Saver" module ...
2013-06-08 dteskeRemove extraneous characters ('<<<') from `Exit' menuta...
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-04 dteskeShift Console->Saver menu items to place the default...
2013-06-04 dteskeLessen verbosity of "Exit" menutag items to appear...
2013-06-04 dteskeUse f_shell_escape() instead of forking to awk. In...
2013-06-04 dteskeUse a case-statement instead of multiple (separate...
2013-06-04 dteskeComments.
2013-06-04 dteskeSimilar to r251236, r251242, and r251244. Introduce...
2013-06-04 dteskeFix a code typo (missing `eval') which lead to improper...
2013-06-04 dteskeFix menu accenting for the package category list. The...
2013-06-04 dteskeWhitespace and comments.
2013-06-04 dteskeImprove debugging for f_dialog_*_constrain() to print...
2013-06-02 dteskeLike r250701, introduce another handy function for...
2013-06-02 dteskeFix a typo. In this case, the typo caused the f_noyes...
2013-06-02 dteskeFix a bug in which the user's choice to Cancel was...
2013-06-02 dteskeFix a bug that would cause a spurious warning to appear...
2013-06-02 dteskeFix a bug in which the user's choice to Cancel was...
2013-06-02 dteskeChange the name of a couple of functions in `usermgmt...
2013-06-02 dteskeFix a copy/paste error within a comment.
2013-06-02 dteskeAdd some additional debugging to the common media library.
2013-06-02 dteskeMake some obvious consolidations in local declaration...
2013-06-02 dteskeStandardize NULL initialization to be consistent.
2013-06-02 dteskeUse f_isset() (introduced by r250317) instead of `f_qui...
2013-06-02 dteskeMake proper use of locals in f_dialog_init().
2013-06-02 dteskeImprovements to whitespace and comments.
2013-06-02 dteskeFix option processing from the library layer to address...
2013-06-02 dteskeStandardize the way functions build their arguments...
2013-06-02 dteskeImprove the dialog(1) API in dialog.subr by adding...
2013-06-02 dteskeSimilar to r251236, improve the portion of dialog(1...
2013-06-01 dteskeImprove portion of the dialog(1) API in dialog.subr...
2013-06-01 dteskeFix a typo introduced by r251190.
2013-06-01 dteskeFix a regression in the packages module introduced...
2013-05-31 dteskeImprove portion of the dialog(1) API in dialog.subr...
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-16 dteskeFix a typo in a comment.
2013-05-16 dteskeAdd a handy function for truncating variables to a...
2013-05-14 dteskeCentralize standard getopts arguments, both for conveni...
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-12 dteskeComment.
2013-05-12 dteskeFix i18n violations in the package management module...
2013-05-12 dteskeRemove duplicated string.
next