<?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 time</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>2d9ff965b554840cfc0791f96623f6cf5795d40d - bsdinstall: skip tzsetup UTC question</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#2d9ff965b554840cfc0791f96623f6cf5795d40d</link>
        <description>bsdinstall: skip tzsetup UTC questionDuring installation bsdinstall asks (via tzsetup):&gt; Is this machine&apos;s CMOS clock set to UTC?  If it is set to local time,&gt; or you don&apos;t know, please choose NO here!Most operating systems, except for Windows, use UTC in the hardwarereal-time clock by default.  This question from tzsetup is presumablyintended to aid in dual-boot-with-Windows configurations, but theserepresent a fraction of all FreeBSD installs.Rather than asking this question on every install just default to UTC.Users who want to dual-boot Windows can create /etc/wall_cmos_clock.We can look at making this smarter in the future.Reviewed by:	bapt, brooks, brd, cy, 0mp, ngieRelnotes:	yesSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D45569

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Wed, 12 Jun 2024 15:33:46 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>160ccec84c1cc6de309f44173352f68c8665a119 - bsdinstall: restore --calendar</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#160ccec84c1cc6de309f44173352f68c8665a119</link>
        <description>bsdinstall: restore --calendarRestore --calendar to select a date because bsddialog(1) &gt;= 0.4provides a calendar dialog.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Wed, 11 Oct 2023 13:48:53 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0e249d32c780ee8240fe8b3b8144078a8eec41f - bsdinstall: avoid conflicts with fd 3</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#c0e249d32c780ee8240fe8b3b8144078a8eec41f</link>
        <description>bsdinstall: avoid conflicts with fd 3Throughout the bsdinstall script fd 3 is used by f_dprintf (set through$TERMINAL_STDOUT_PASSTHRU). In several places in the bsdinstalls scripts,we use fd 3 to juggle stdout when calling out to other tools, which cancause the installer to fail with a &quot;Bad file descriptor&quot; error whenf_dprintf attempts to use it.This commit replaces all constructs like this:    exec 3&gt;&amp;1    SOME_VARIABLE=$(some command 2&gt;&amp;1 1&gt;&amp;3)    exec 3&gt;&amp;-With:    exec 5&gt;&amp;1    SOME_VARIABLE=$(some command 2&gt;&amp;1 1&gt;&amp;5)    exec 5&gt;&amp;-PR:			273148Reviewed by:		corvinkFixes:			1f7746d81f53447ac15cc99395bb714d4dd0a4da (&quot;bsdinstall: stop messing with file descriptors&quot;)MFC after:		1 week

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Tue, 15 Aug 2023 15:44:02 +0000</pubDate>
        <dc:creator>Lars Kellogg-Stedman &lt;lars@oddbit.com&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</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>cc42ef5328963ee55c3305b136e9a86145f24594 - bsdinstall: allow whitelabeling the scripts</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#cc42ef5328963ee55c3305b136e9a86145f24594</link>
        <description>bsdinstall: allow whitelabeling the scriptsApproved by:		allanjude, asicilianoDifferential Revision:	https://reviews.freebsd.org/D35197Sponsored by:		Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Tue, 24 May 2022 15:49:06 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>268c47b9ac5de10c86260d071ba93ed89459ecfb - bsdinstall time: Revert dialog title</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#268c47b9ac5de10c86260d071ba93ed89459ecfb</link>
        <description>bsdinstall time: Revert dialog titleRevert dialog title like before dialog(1) replacement0e5c72c3cc5471dfa8cb42b018d623b1ef15dbe8.Reported by:		jrtc27Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34647

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Fri, 25 Mar 2022 23:50:03 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0e5c72c3cc5471dfa8cb42b018d623b1ef15dbe8 - bsdinstall time: Replace dialog with bsddialog</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#0e5c72c3cc5471dfa8cb42b018d623b1ef15dbe8</link>
        <description>bsdinstall time: Replace dialog with bsddialogReplace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility,&apos;dialog --calendar&apos; is replaced by &apos;bsddialog --datebox&apos; with samefeatures but different User Interface.Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34583

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Wed, 23 Mar 2022 15:52:39 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3f0c032fb8b2d2ee8d491fa95108a3790541662 - bsdinstall: restore time selection screen</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#d3f0c032fb8b2d2ee8d491fa95108a3790541662</link>
        <description>bsdinstall: restore time selection screenApparently new dialog does not like the height of 2 for thetimebox widget, use 0 (minimum size) instead.Do the same for calendar widget as it does not change theappearance and to prevent possible future surprises.Reviewed by:	baptDifferential Revision:	https://reviews.freebsd.org/D29720

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Mon, 19 Apr 2021 18:39:59 +0000</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d9ff965b554840cfc0791f96623f6cf5795d40d - bsdinstall: skip tzsetup UTC question</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#2d9ff965b554840cfc0791f96623f6cf5795d40d</link>
        <description>bsdinstall: skip tzsetup UTC questionDuring installation bsdinstall asks (via tzsetup):&gt; Is this machine&apos;s CMOS clock set to UTC?  If it is set to local time,&gt; or you don&apos;t know, please choose NO here!Most operating systems, except for Windows, use UTC in the hardwarereal-time clock by default.  This question from tzsetup is presumablyintended to aid in dual-boot-with-Windows configurations, but theserepresent a fraction of all FreeBSD installs.Rather than asking this question on every install just default to UTC.Users who want to dual-boot Windows can create /etc/wall_cmos_clock.We can look at making this smarter in the future.Reviewed by:	bapt, brooks, brd, cy, 0mp, ngieRelnotes:	yesSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D45569

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Wed, 12 Jun 2024 15:33:46 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>160ccec84c1cc6de309f44173352f68c8665a119 - bsdinstall: restore --calendar</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#160ccec84c1cc6de309f44173352f68c8665a119</link>
        <description>bsdinstall: restore --calendarRestore --calendar to select a date because bsddialog(1) &gt;= 0.4provides a calendar dialog.

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Wed, 11 Oct 2023 13:48:53 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0e249d32c780ee8240fe8b3b8144078a8eec41f - bsdinstall: avoid conflicts with fd 3</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#c0e249d32c780ee8240fe8b3b8144078a8eec41f</link>
        <description>bsdinstall: avoid conflicts with fd 3Throughout the bsdinstall script fd 3 is used by f_dprintf (set through$TERMINAL_STDOUT_PASSTHRU). In several places in the bsdinstalls scripts,we use fd 3 to juggle stdout when calling out to other tools, which cancause the installer to fail with a &quot;Bad file descriptor&quot; error whenf_dprintf attempts to use it.This commit replaces all constructs like this:    exec 3&gt;&amp;1    SOME_VARIABLE=$(some command 2&gt;&amp;1 1&gt;&amp;3)    exec 3&gt;&amp;-With:    exec 5&gt;&amp;1    SOME_VARIABLE=$(some command 2&gt;&amp;1 1&gt;&amp;5)    exec 5&gt;&amp;-PR:			273148Reviewed by:		corvinkFixes:			1f7746d81f53447ac15cc99395bb714d4dd0a4da (&quot;bsdinstall: stop messing with file descriptors&quot;)MFC after:		1 week

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Tue, 15 Aug 2023 15:44:02 +0000</pubDate>
        <dc:creator>Lars Kellogg-Stedman &lt;lars@oddbit.com&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</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>cc42ef5328963ee55c3305b136e9a86145f24594 - bsdinstall: allow whitelabeling the scripts</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#cc42ef5328963ee55c3305b136e9a86145f24594</link>
        <description>bsdinstall: allow whitelabeling the scriptsApproved by:		allanjude, asicilianoDifferential Revision:	https://reviews.freebsd.org/D35197Sponsored by:		Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Tue, 24 May 2022 15:49:06 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>268c47b9ac5de10c86260d071ba93ed89459ecfb - bsdinstall time: Revert dialog title</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#268c47b9ac5de10c86260d071ba93ed89459ecfb</link>
        <description>bsdinstall time: Revert dialog titleRevert dialog title like before dialog(1) replacement0e5c72c3cc5471dfa8cb42b018d623b1ef15dbe8.Reported by:		jrtc27Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34647

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Fri, 25 Mar 2022 23:50:03 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0e5c72c3cc5471dfa8cb42b018d623b1ef15dbe8 - bsdinstall time: Replace dialog with bsddialog</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#0e5c72c3cc5471dfa8cb42b018d623b1ef15dbe8</link>
        <description>bsdinstall time: Replace dialog with bsddialogReplace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility,&apos;dialog --calendar&apos; is replaced by &apos;bsddialog --datebox&apos; with samefeatures but different User Interface.Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34583

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Wed, 23 Mar 2022 15:52:39 +0000</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3f0c032fb8b2d2ee8d491fa95108a3790541662 - bsdinstall: restore time selection screen</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#d3f0c032fb8b2d2ee8d491fa95108a3790541662</link>
        <description>bsdinstall: restore time selection screenApparently new dialog does not like the height of 2 for thetimebox widget, use 0 (minimum size) instead.Do the same for calendar widget as it does not change theappearance and to prevent possible future surprises.Reviewed by:	baptDifferential Revision:	https://reviews.freebsd.org/D29720

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Mon, 19 Apr 2021 18:39:59 +0000</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4e5caaf7df4259f759441514dc686c5136d98fd - Make the new &apos;set date and time&apos; dialog default to skip</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#d4e5caaf7df4259f759441514dc686c5136d98fd</link>
        <description>Make the new &apos;set date and time&apos; dialog default to skipX-MFC-With:	302790Requested by:	nwhitehorn

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Thu, 14 Jul 2016 00:41:19 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09c4000afebba1062abe3634893968fea74b78a6 - bsdinstall: Prompt user to set the date and time after selecting timezone</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#09c4000afebba1062abe3634893968fea74b78a6</link>
        <description>bsdinstall: Prompt user to set the date and time after selecting timezoneNot having the correct date and time makes many PKI based things not workIn 10 and 11, it can mean that Unbound, ntpd, and sshd won&apos;t startSubmitted by:	des (original patch)MFC after:	7 days

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Wed, 13 Jul 2016 23:49:45 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4e5caaf7df4259f759441514dc686c5136d98fd - Make the new &apos;set date and time&apos; dialog default to skip</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#d4e5caaf7df4259f759441514dc686c5136d98fd</link>
        <description>Make the new &apos;set date and time&apos; dialog default to skipX-MFC-With:	302790Requested by:	nwhitehorn

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Thu, 14 Jul 2016 00:41:19 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09c4000afebba1062abe3634893968fea74b78a6 - bsdinstall: Prompt user to set the date and time after selecting timezone</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/bsdinstall/scripts/time#09c4000afebba1062abe3634893968fea74b78a6</link>
        <description>bsdinstall: Prompt user to set the date and time after selecting timezoneNot having the correct date and time makes many PKI based things not workIn 10 and 11, it can mean that Unbound, ntpd, and sshd won&apos;t startSubmitted by:	des (original patch)MFC after:	7 days

            List of files:
            /src/usr.sbin/bsdinstall/scripts/time</description>
        <pubDate>Wed, 13 Jul 2016 23:49:45 +0000</pubDate>
        <dc:creator>Allan Jude &lt;allanjude@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
