<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in screenmap</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4ae33f0 - Performance and debugging enhancements:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#d4ae33f0</link>
        <description>Performance and debugging enhancements:+ Remove UNAME_P=$(...) from startup/misc -- already supplied by common.subr+ Use f_getvar instead of $(eval echo \$$var) -- f_getvar is sub-shell free+ Add `-e&apos; and `-k var&apos; options to f_eval_catch -- increasing use-cases+ Use f_eval_catch to display errors on failure -- reducing duplicated code+ Use f_eval_catch when we need output from a command -- improving debugging+ Optimize f_isinter of strings.subr for performance -- now sub-shell free+ Improve error checking on pidfiles -- using f_eval_catch and f_isinteger+ Use $var_to_set arg of f_ifconfig_{inet,netmask} -- eliminate sub-shells+ Use f_sprintf instead of $(printf ...) -- consolidate sub-shells+ Use $var_to_set arg of f_route_get_default -- eliminate sub-shells+ Add f_count to replace $(set -- ...;echo $#) -- eliminate sub-shells+ Add f_count_ifs to replace $(IFS=x;set -- ...;echo $#) -- no sub-shells+ Replace var=&quot;$var${var:+ }...&quot; in loops with var=&quot;$var ...&quot; with a follow-  up var=&quot;${var# }&quot; to trim leading whitespace -- optimize loops+ Use $var_to_set arg of f_resolv_conf_nameservers -- eliminate sub-shells+ Comments for the f_eval_catch function+ Remove a duplicate `local ... desc ...&apos; in f_device_get_all of device.subr+ Use $var_to_set arg of f_device_capacity -- eliminate sub-shells+ Whitespace fixes in f_dialog_init of dialog.subr+ Optimize f_inet_atoi of media/tcpip.subr for performance -- sub-shell free+ In several cases, send stderr to /dev/null -- clean up runtime execution+ Change f_err of common.subr to go to program stderr not terminal stderr,  allowing redirection of output from functions that use f_err+ Disable debugging when using f_getvar to get variable argument to  f_startup_rcconf_map_expand of startup/rcconf.subr+ Use f_replace_all instead of $(echo ... | tr | sed) -- performance+ Add a $var_to_set option to f_index_{file,menusel_{command,keyword}} of  common.subr -- centralize sub-shells

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Sat, 07 Dec 2013 00:31:01 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e37a7c8 - Fix typos in the BSD License.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#8e37a7c8</link>
        <description>Fix typos in the BSD License.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Sun, 07 Jul 2013 18:51:44 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8ea072a - Be consistent with other usr.sbin programs w/respect to the copyright</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#f8ea072a</link>
        <description>Be consistent with other usr.sbin programs w/respect to the copyrightwording (&quot;All rights reserved.&quot;); I had the casing wrong on many instances.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Sun, 07 Jul 2013 18:21:30 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9c67103 - More whitespace.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#c9c67103</link>
        <description>More whitespace.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Mon, 24 Jun 2013 20:58:54 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8de4fc8d - Oops, in SVN r251905 I forgot that f_die takes the return code as the first</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#8de4fc8d</link>
        <description>Oops, in SVN r251905 I forgot that f_die takes the return code as the firstargument (not the format).

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Tue, 18 Jun 2013 08:22:51 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a67f39c5 - Remove unnecessary loops, perform some code consolidation, and add some</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#a67f39c5</link>
        <description>Remove unnecessary loops, perform some code consolidation, and add someadditional error checking/reporting.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Tue, 18 Jun 2013 07:36:09 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3ffa2ba - Whitespace improvements.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#c3ffa2ba</link>
        <description>Whitespace improvements.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Tue, 18 Jun 2013 07:33:45 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>052f8969 - Standardize the way functions build their arguments leading up to a dialog</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#052f8969</link>
        <description>Standardize the way functions build their arguments leading up to a dialoginvocation. Specifically, &quot;top-load&quot; your arguments and in the order in-which they will be displayed. For example, many [if not all] widgets displayinformation in the following order, top-to-bottom (visually):+ backtitle (displayed behind the widget at top-left)+ title (at the top of the `window&apos;)+ prompt text (just below the title and above whatever widget you choose)+ Depending on widget, _one_ of the following:  - menu list  - radio list  - check list  - text input box with initial text  - [Xdialog(1)] 2x or 3x text input boxes  - [dialog(1)] a multi-part form  - progress bar  - etc. (many more widget choices)+ buttons (right below the selected widget)+ [dialog(1)] the hline (displayed at bottom of `window&apos;)NOTE: Xdialog(1) accepts and silently ignores --hlineWhen building local arguments for your dialog invocation, if the value can&apos;tbe cleanly loaded into a local, add &quot;# Calculated below&quot; to the end of thelocal declaration while retaining the block order of argument declarations.Move other local declarations that are not associated with this top-loadingthe dialog arguments to right-above where they are first-used.Also, standardize on the names of the arguments. For example, always use$prompt (instead of sometimes $msg and sometimes $prompt); use $menu_listor $shell_list or $radio_list for those respective widgets; ad nauseum.While we&apos;re doing this, flush-out full arguments for many invocations thatwere passing NULL strings (making it unapparent if you were staring at thisone invocation what argument that NULL string was supposed to represent).Last, while we&apos;re in startup/rcconf let&apos;s remove the unnecessary use of aGLOBAL (RCCONF_MENU_LIST) for the menu_list.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Sun, 02 Jun 2013 20:02:50 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fd962ac6 - Improve portion of the dialog(1) API in dialog.subr responsible for</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#fd962ac6</link>
        <description>Improve portion of the dialog(1) API in dialog.subr responsible forretrieving stored data (for the --menu, --calendar, --timebox, --checklist,and --radiolist widgets).When we (Ron McDowell and I) developed the first version of bsdconfig, itused temporary files to store responses from dialog(1). That hasn&apos;t beentrue for some very long time, so the need to always store the return statusof dialog(1) and then call some function to clean-up is long-deprecated. Thefunction that used to do the clean-up was f_dialog_menutag().We really don&apos;t need f_dialog_menutag() for its originally designed purpose,as all dialog invocations (even when in a sub-shell) do not use temporaryfiles anymore.However, we do need to keep f_dialog_menutag() around because it still fillsthe need of being able to abstract the procedure for fetching stored dataprovided by functions that display the aforementioned widgets.In re-designing f_dialog_menutag(), four important changes are made:1. Rename f_dialog_menutag() to f_dialog_menutag_fetch()2. Introduce the new first-argument of $var_to_set to reduce number of forks3. Create a corresponding f_dialog_menutag_store() to abstract the storage4. Offload the sanitization to a new function, f_dialog_data_sanitize()NOTE: That last one is important. Not all functions need to store their datafor later fetching, meanwhile every invocation of dialog should be sanitized(as we learned early-on in the i18n-effort -- underlying libraries will spitwarnings to stderr for bad values of $LANG and since dialog outputs itsresponses to stderr, we need to sanitize every response of these warnings).These changes greatly improve readbaility and also improve performance byreducing unnecessary forking.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Sat, 01 Jun 2013 23:58:44 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>74036c4d - Improve portion of the dialog(1) API in dialog.subr responsible for</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#74036c4d</link>
        <description>Improve portion of the dialog(1) API in dialog.subr responsible forcalculating widget sizes. Instead of forking a sub-shell to calculate theoptimum size for a widget, use a byRef style call-out to set variables inthe parent namespace. For example, instead of:	size=$( f_dialog_buttonbox_size title btitle msg )	$DIALOG --title title --backtitle btitle --msgbox msg $sizeThe new API replaces the above with the following:	f_dialog_buttonbox_size height width title btitle msg	$DIALOG --title title --backtitle btitle --msgbox msg $height $widthThis reduces the number of forks, improves performance, and makes the codemore readable by revealing the argument-order for widget sizing. It alsomakes performing minor adjustments to the calculated values easier asyou no longer have to split-out the response (which required knowledge ofordering so was counter-intuitive).

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Fri, 31 May 2013 19:07:17 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3755aa3 - Centralize standard getopts arguments, both for convenience and to correct</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#c3755aa3</link>
        <description>Centralize standard getopts arguments, both for convenience and to correcta bug in which certain combinations of arguments produced unexpected resultssuch as `-dX&apos; (now properly produces debugging and X11), `-XS&apos; (now properlyproduces X11 in secure mode), `-df-&apos; (enables debugging when reading ascript from standard-input, etc. Multi-word variations such as `-d -X&apos;,`-X -S&apos;, `-d -f-&apos;, `-d -f -&apos;, etc. also work as expected. Also tested werevariations in argument order, which are now working as expected.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Tue, 14 May 2013 03:21:13 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3a0f918 - UI improvements. First, implement --default-item whenever and wherever</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#d3a0f918</link>
        <description>UI improvements. First, implement --default-item whenever and whereverpossible to save keystrokes. Second, overhaul startup/rcdelete for muchimproved performance. Last, but not least, kill-off useage of --clearand implement --keep-tite in harmony to minimize jarring transitions.Also, fix local variable names where necessary while we&apos;re here withother minor comment-enhancements/typo-corrections.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Mon, 22 Apr 2013 05:52:06 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e14ddd1f - Add new flags `-d&apos; (sets debug=1) and `-D file&apos; (sets debugFile) and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#e14ddd1f</link>
        <description>Add new flags `-d&apos; (sets debug=1) and `-D file&apos; (sets debugFile) andimprove debugging initialization. Also fixup USAGE statements while we&apos;rehere. Also, change initialization of main program to _not_ change workingdirectory, allowing the debugFile to be relative without confusion.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Mon, 22 Apr 2013 05:02:34 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56961fd7 - Add more debugging to help with diagnosis of program-flow when needed.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#56961fd7</link>
        <description>Add more debugging to help with diagnosis of program-flow when needed.

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Tue, 25 Dec 2012 10:47:45 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12f110aa - Remove unnecessary duplicate initialization of the dialog(1) API (automatically</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#12f110aa</link>
        <description>Remove unnecessary duplicate initialization of the dialog(1) API (automaticallybootstrapped on-include unless DIALOG_SELF_INITIALIZE is set to NO before-hand)

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Tue, 25 Dec 2012 09:30:25 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>48c5129f - Replicate a feature from sysinstall documented in</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#48c5129f</link>
        <description>Replicate a feature from sysinstall documented instable/9/usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):If /usr/sbin/sysinstall is linked to another filename, say`/usr/local/bin/configPackages&apos;, then the basename will be usedas an implicit command name.To get a list of modules you can link to, see `bsdconfig -h&apos; output.Approved by:	adrian (co-mentor) (implicit)

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Fri, 16 Nov 2012 00:59:11 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89498fdf - Change all invocations of dialog(1) to no-longer require temporary files.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#89498fdf</link>
        <description>Change all invocations of dialog(1) to no-longer require temporary files.This allows bsdconfig to -- like bsdinstall -- operate from read-only media.Reviewed by:	adrian (co-mentor)Approved by:	adrian (co-mentor)

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Thu, 20 Sep 2012 23:44:13 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab2043b8 - Move major includes into /usr/share/bsdconfig for easy external access.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#ab2043b8</link>
        <description>Move major includes into /usr/share/bsdconfig for easy external access.Reviewed by:	adrian (co-mentor)Approved by:	adrian (co-mentor)

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Tue, 18 Sep 2012 22:28:42 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>641a6cfb - Import bsdconfig(8) as a replacement for the post-install abilities of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/bsdconfig/console/screenmap#641a6cfb</link>
        <description>Import bsdconfig(8) as a replacement for the post-install abilities ofdeprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.Submitted by:	Devin Teske (dteske), Ron McDowell &lt;rcm@fuzzwad.org&gt;Reviewed by:	Ron McDowell &lt;rcm@fuzzwad.org&gt;Approved by:	Ed Maste (emaste)

            List of files:
            /freebsd-14.2/usr.sbin/bsdconfig/console/screenmap</description>
        <pubDate>Sat, 14 Jul 2012 03:16:57 +0000</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
