<?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 serial</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>ffe00a05229ef58272669dea141e9fa33e07a5ee - rc.d/serial: Kill dtrwait</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#ffe00a05229ef58272669dea141e9fa33e07a5ee</link>
        <description>rc.d/serial: Kill dtrwaitThe dtrwait wait functionality was dropped in the TTY MPSAFE rewrite forFreeBSD 8. Remove referneces to it here. Also, the sysctl was renamedfor drainwait, so use the new name. Given the 16 years between thisevent and somebody noticing, I strongly suspect this file can just beremoved.Sponsored by:		NetflixReviewed by:		kevans, emasteDifferential Revision:	https://reviews.freebsd.org/D52316

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Wed, 03 Sep 2025 05:17:35 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4ec251a99a02b58d30f194660c37ccb933ac7549 - rc.d/serial: Remove removed drivers.</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#4ec251a99a02b58d30f194660c37ccb933ac7549</link>
        <description>rc.d/serial: Remove removed drivers.Cyclades and digiboard drivers were removed in 2017 and 2016respectively. There&apos;s no need for these anymore.Sponsored by:		NetflixReviewed by:		kevans, emasteDifferential Revision:	https://reviews.freebsd.org/D52315

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Wed, 03 Sep 2025 05:17:26 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4722ceb7d53e76507c76e053caab6b6f7b24ecef - Use 115200 bps by default for serial communication</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#4722ceb7d53e76507c76e053caab6b6f7b24ecef</link>
        <description>Use 115200 bps by default for serial communication9600 was a standard baud rate decades ago, but 115200 is now more commonso choose defaults that are useful to the largest number of users.Note that boot0sio does not support rates above 9600 so it remainsunchanged.Reviewed by:	bz, imp, manuRelnotes:	YesSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D36295

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Thu, 17 Aug 2023 17:14:52 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/libexec/rc/rc.d/serial</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>0696600c41600d80bcd993bfd8e675d0ae6951fe - Move the rc framework out of sbin/init into libexec/rc.</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#0696600c41600d80bcd993bfd8e675d0ae6951fe</link>
        <description>Move the rc framework out of sbin/init into libexec/rc.The reasons for this are forward looking to pkgbase: * /sbin/init is a special binary; try not to replace it with   every package update because an rc script was touched.   (a follow-up commit will make init its own package) * having rc in its own place will allow more easy replacement   of the rc framework with alternatives, such as openrc.Discussed with:		brd (during BSDCam), kmooreRequested by:		cem, bzPR:			231522Approved by:		re (gjb)

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Wed, 17 Oct 2018 16:49:11 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1135e97b7c2c3b60fda9a6f2f4a24a8336b1024c - Move rc startup scripts from etc/ to sbin/init/</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#1135e97b7c2c3b60fda9a6f2f4a24a8336b1024c</link>
        <description>Move rc startup scripts from etc/ to sbin/init/This keeps most startup scripts as CONFS per discussion on src-committers fromback during BSDCan.Approved by:	will (mentor)Differential Revision:	https://reviews.freebsd.org/D16466

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Sat, 28 Jul 2018 20:36:23 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9005d65e463ee73cea5f6636c7dd18b57198b56f - With uart(4) default, change /dev/cuad# to /dev/cuau# and</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#9005d65e463ee73cea5f6636c7dd18b57198b56f</link>
        <description>With uart(4) default, change /dev/cuad# to /dev/cuau# andsio# to uart# so that out-of-the-box FreeBSD is consistent.

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Sat, 19 Jul 2008 20:12:02 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2b9851690c2169b48245ff1b770752f057251e85 - As previously discussed, add the svn:executable property to all scripts</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#2b9851690c2169b48245ff1b770752f057251e85</link>
        <description>As previously discussed, add the svn:executable property to all scripts

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Wed, 16 Jul 2008 19:22:48 +0000</pubDate>
        <dc:creator>Doug Barton &lt;dougb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f557468cb8806aafb2310a545bc52bc53f8e9e01 - Add an example of how to set up a 3-wire serial terminal.</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#f557468cb8806aafb2310a545bc52bc53f8e9e01</link>
        <description>Add an example of how to set up a 3-wire serial terminal.Usually, getty(8) does the trick, but if you just need aserial console without getty(8), here&apos;s how.

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Thu, 23 Mar 2006 08:48:38 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38b8d3c4414de8b0e69acc49c807e68d656b3bf5 - Unify the ci/co variables now that the the tty drivers now use the same</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#38b8d3c4414de8b0e69acc49c807e68d656b3bf5</link>
        <description>Unify the ci/co variables now that the the tty drivers now use the samecharacter for both.

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Sun, 14 Nov 2004 19:51:34 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1538d04b82ed1911a8fd92c76510ab57467a33d4 - Catch up with PHK&apos;s sio(4) rework [sys/dev/sio/sio.c rev. 1.456].</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#1538d04b82ed1911a8fd92c76510ab57467a33d4</link>
        <description>Catch up with PHK&apos;s sio(4) rework [sys/dev/sio/sio.c rev. 1.456].

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Sun, 14 Nov 2004 19:42:13 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>337338ee009d6a396b8cd625d57f25f4269ed33d - Remove the requirement for the FreeBSD keyword as it no longer</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#337338ee009d6a396b8cd625d57f25f4269ed33d</link>
        <description>Remove the requirement for the FreeBSD keyword as it no longermakes any sense.Discussed with: dougb, brooksMFC after: 3 days

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Thu, 07 Oct 2004 13:55:26 +0000</pubDate>
        <dc:creator>Mike Makonnen &lt;mtm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bd57d5b0f5701e527b7d56d2bfaeeb9f408a0604 - Mark scripts as not usable inside a jail by adding keyword &apos;nojail&apos;.</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#bd57d5b0f5701e527b7d56d2bfaeeb9f408a0604</link>
        <description>Mark scripts as not usable inside a jail by adding keyword &apos;nojail&apos;.Some suggestions from:	rwatson, Ruben de Groot &lt;mail25@bzerk.org&gt;

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Mon, 08 Mar 2004 12:25:05 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>859992daa9119ec0c0ddd831084cda22d0ec5fd0 - Catch up with 1995(?) for modem speeds (use 57600 instead of 115200 for</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#859992daa9119ec0c0ddd831084cda22d0ec5fd0</link>
        <description>Catch up with 1995(?) for modem speeds (use 57600 instead of 115200 forthe example host to modem speed).

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Mon, 05 May 2003 03:26:50 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4740b116be088bcd927b6c56f78710ede5e64f08 - When resetting to defaults, reset drainwait to the current default pf</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#4740b116be088bcd927b6c56f78710ede5e64f08</link>
        <description>When resetting to defaults, reset drainwait to the current default pf`sysctl -n kern.drainwait` instead of to the boot-time default of 300.

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Sun, 04 May 2003 22:46:33 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>143085107b0897e271fa76d7ac3316fb25aacf07 - Fix style bugs:</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#143085107b0897e271fa76d7ac3316fb25aacf07</link>
        <description>Fix style bugs:* Space -&gt; tabs conversion.* Removed blanks before semicolon in &quot;if ... ; then&quot;.* Proper indentation of misindented lines.* Put a full stop after some comments.* Removed whitespace at end of line.Approved by:	silence from gordon

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Sat, 12 Oct 2002 10:31:31 +0000</pubDate>
        <dc:creator>Jens Schweikhardt &lt;schweikh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>242bd45fb4b7dc6833aceda61e20ebaa6a0d499a - Merge in all the changes that Mike Makonnen has been maintaining for a</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#242bd45fb4b7dc6833aceda61e20ebaa6a0d499a</link>
        <description>Merge in all the changes that Mike Makonnen has been maintaining for awhile. This is only the script pieces, the glue for the build comes next.Submitted by:   Mike Makonnen &lt;makonnen@pacbell.net&gt;Reviewed by:    silence on -current and -hackersProdded by:     rwatson

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Thu, 18 Jul 2002 05:00:17 +0000</pubDate>
        <dc:creator>Gordon Tetlow &lt;gordon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1deb99469b371e622f1fd021a6919b0cc4605e4 - Correct default value of drainwait: it should be 300 seconds, not forever.</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#c1deb99469b371e622f1fd021a6919b0cc4605e4</link>
        <description>Correct default value of drainwait: it should be 300 seconds, not forever.PR:		37370Submitted by:	Daniel O&apos;Connor &lt;doconnor@gsoft.com.au&gt;MFC after:	2 weeks

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Tue, 23 Apr 2002 08:26:50 +0000</pubDate>
        <dc:creator>Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a1c43e3fbbabe648662adc3b8c2e566ce1b69844 - Add copyright notices.  Other systems have been barrowing our /etc files</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#a1c43e3fbbabe648662adc3b8c2e566ce1b69844</link>
        <description>Add copyright notices.  Other systems have been barrowing our /etc filesw/o giving any credit.

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Sun, 08 Oct 2000 19:20:36 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b7a44a60e11baaf94f68f81c4b30d26f31643b7 - $Id$ -&gt; $FreeBSD$</title>
        <link>http://opengrok.net:8080/history/src/libexec/rc/rc.d/serial#9b7a44a60e11baaf94f68f81c4b30d26f31643b7</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /src/libexec/rc/rc.d/serial</description>
        <pubDate>Fri, 27 Aug 1999 23:37:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
