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

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Mon, 28 Apr 2014 09:50:45 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Wed, 23 Apr 2014 23:52:43 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5748b897da441d1f10e1fe0c39155ea33d6d383a - Merge head up to r262222 (last merge was incomplete).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#5748b897da441d1f10e1fe0c39155ea33d6d383a</link>
        <description>Merge head up to r262222 (last merge was incomplete).

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Wed, 19 Feb 2014 23:02:15 +0100</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>485ac45a536e186a26411277af1fe98ef0d17c2b - MFC @ r259205 in preparation for some SVM updates. (for real this time)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#485ac45a536e186a26411277af1fe98ef0d17c2b</link>
        <description>MFC @ r259205 in preparation for some SVM updates. (for real this time)

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Tue, 04 Feb 2014 07:59:08 +0100</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4ae33f0721c1b170fe37d97e395228ffcfb3f80 - Performance and debugging enhancements:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#d4ae33f0721c1b170fe37d97e395228ffcfb3f80</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/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Sat, 07 Dec 2013 01:31:01 +0100</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bfd163f522701b486e066fa2e56624c02f5081a - Merge head r233826 through r256722.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#0bfd163f522701b486e066fa2e56624c02f5081a</link>
        <description>Merge head r233826 through r256722.

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Fri, 18 Oct 2013 11:32:02 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1d015864103b253b3fcb2f72a0da5b0cfeb31b6 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#d1d015864103b253b3fcb2f72a0da5b0cfeb31b6</link>
        <description>Merge from head

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Thu, 05 Sep 2013 22:18:59 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>40f65a4df509c6b29b9e72407c7afefe28838844 - IFC @ r254014</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#40f65a4df509c6b29b9e72407c7afefe28838844</link>
        <description>IFC @ r254014

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Wed, 07 Aug 2013 02:09:49 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92e0a672a849f5d796f96108701ca1641bd77bc9 - IFC @ r253461</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#92e0a672a849f5d796f96108701ca1641bd77bc9</link>
        <description>IFC @ r253461

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Fri, 19 Jul 2013 05:27:04 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>552311f4bb98c81b1b9e0e81d74e0262fc12110b - IFC @253398</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#552311f4bb98c81b1b9e0e81d74e0262fc12110b</link>
        <description>IFC @253398

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Wed, 17 Jul 2013 03:32:29 +0200</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e37a7c8b904c50714931a3ef635023dd658499e - Fix typos in the BSD License.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#8e37a7c8b904c50714931a3ef635023dd658499e</link>
        <description>Fix typos in the BSD License.

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Sun, 07 Jul 2013 20:51:44 +0200</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8ea072a542112d5e0e74a2d6ecf75d967c3054c - Be consistent with other usr.sbin programs w/respect to the copyright</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#f8ea072a542112d5e0e74a2d6ecf75d967c3054c</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/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Sun, 07 Jul 2013 20:21:30 +0200</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2642f6b2c65b1a21f54c1c729a72ff96a0f59c37 - IFC @ r252288</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#2642f6b2c65b1a21f54c1c729a72ff96a0f59c37</link>
        <description>IFC @ r252288

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Thu, 27 Jun 2013 22:27:34 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9c67103c371140fa440f0be08eaa8f308b23239 - More whitespace.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#c9c67103c371140fa440f0be08eaa8f308b23239</link>
        <description>More whitespace.

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Mon, 24 Jun 2013 22:58:54 +0200</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>46b01b2c385329823c4553ba2d05cb7a3ea10df9 - IFC @ r252047</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#46b01b2c385329823c4553ba2d05cb7a3ea10df9</link>
        <description>IFC @ r252047

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Fri, 21 Jun 2013 03:22:29 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Wed, 19 Jun 2013 13:36:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d6abc28bf4e16e41fb9b0ab01601900da71cef28 - Remove unnecessary loops, perform some code consolidation, and add some</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#d6abc28bf4e16e41fb9b0ab01601900da71cef28</link>
        <description>Remove unnecessary loops, perform some code consolidation, and add someadditional error checking/reporting. (same thing going on here as SVNr251905 -- just this time for the mouse module instead of console)

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Tue, 18 Jun 2013 11:19:59 +0200</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f1edae9451ccaefff573d63ba0a9ea9c7f974e6e - Whitespace.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#f1edae9451ccaefff573d63ba0a9ea9c7f974e6e</link>
        <description>Whitespace.

            List of files:
            /freebsd/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Tue, 18 Jun 2013 11:05:08 +0200</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>052f89691c59e17ffd322a793a3d298e66f51278 - Standardize the way functions build their arguments leading up to a dialog</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdconfig/mouse/type#052f89691c59e17ffd322a793a3d298e66f51278</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/usr.sbin/bsdconfig/mouse/type</description>
        <pubDate>Sun, 02 Jun 2013 22:02:50 +0200</pubDate>
        <dc:creator>Devin Teske &lt;dteske@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
