History log of /src/libexec/rc/rc.d/serial (Results 1 – 25 of 33)
Revision Date Author Comments
# ffe00a05 03-Sep-2025 Warner Losh <imp@FreeBSD.org>

rc.d/serial: Kill dtrwait

The dtrwait wait functionality was dropped in the TTY MPSAFE rewrite for
FreeBSD 8. Remove referneces to it here. Also, the sysctl was renamed
for drainwait, so use the new

rc.d/serial: Kill dtrwait

The dtrwait wait functionality was dropped in the TTY MPSAFE rewrite for
FreeBSD 8. Remove referneces to it here. Also, the sysctl was renamed
for drainwait, so use the new name. Given the 16 years between this
event and somebody noticing, I strongly suspect this file can just be
removed.

Sponsored by: Netflix
Reviewed by: kevans, emaste
Differential Revision: https://reviews.freebsd.org/D52316

show more ...


# 4ec251a9 03-Sep-2025 Warner Losh <imp@FreeBSD.org>

rc.d/serial: Remove removed drivers.

Cyclades and digiboard drivers were removed in 2017 and 2016
respectively. There's no need for these anymore.

Sponsored by: Netflix
Reviewed by: kevans, emast

rc.d/serial: Remove removed drivers.

Cyclades and digiboard drivers were removed in 2017 and 2016
respectively. There's no need for these anymore.

Sponsored by: Netflix
Reviewed by: kevans, emaste
Differential Revision: https://reviews.freebsd.org/D52315

show more ...


# 4722ceb7 17-Aug-2023 Ed Maste <emaste@FreeBSD.org>

Use 115200 bps by default for serial communication

9600 was a standard baud rate decades ago, but 115200 is now more common
so choose defaults that are useful to the largest number of users.

Note t

Use 115200 bps by default for serial communication

9600 was a standard baud rate decades ago, but 115200 is now more common
so choose defaults that are useful to the largest number of users.

Note that boot0sio does not support rates above 9600 so it remains
unchanged.

Reviewed by: bz, imp, manu
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D36295

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 0696600c 17-Oct-2018 Bjoern A. Zeeb <bz@FreeBSD.org>

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 bec

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), kmoore
Requested by: cem, bz
PR: 231522
Approved by: re (gjb)

show more ...


# 1135e97b 28-Jul-2018 Brad Davis <brd@FreeBSD.org>

Move rc startup scripts from etc/ to sbin/init/

This keeps most startup scripts as CONFS per discussion on src-committers from
back during BSDCan.

Approved by: will (mentor)
Differential Revision:

Move rc startup scripts from etc/ to sbin/init/

This keeps most startup scripts as CONFS per discussion on src-committers from
back during BSDCan.

Approved by: will (mentor)
Differential Revision: https://reviews.freebsd.org/D16466

show more ...


# 9005d65e 19-Jul-2008 Marcel Moolenaar <marcel@FreeBSD.org>

With uart(4) default, change /dev/cuad# to /dev/cuau# and
sio# to uart# so that out-of-the-box FreeBSD is consistent.


# 2b985169 16-Jul-2008 Doug Barton <dougb@FreeBSD.org>

As previously discussed, add the svn:executable property to all scripts


# f557468c 23-Mar-2006 Ruslan Ermilov <ru@FreeBSD.org>

Add an example of how to set up a 3-wire serial terminal.
Usually, getty(8) does the trick, but if you just need a
serial console without getty(8), here's how.


# 38b8d3c4 14-Nov-2004 David E. O'Brien <obrien@FreeBSD.org>

Unify the ci/co variables now that the the tty drivers now use the same
character for both.


# 1538d04b 14-Nov-2004 David E. O'Brien <obrien@FreeBSD.org>

Catch up with PHK's sio(4) rework [sys/dev/sio/sio.c rev. 1.456].


# 337338ee 07-Oct-2004 Mike Makonnen <mtm@FreeBSD.org>

Remove the requirement for the FreeBSD keyword as it no longer
makes any sense.

Discussed with: dougb, brooks
MFC after: 3 days


# bd57d5b0 08-Mar-2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>

Mark scripts as not usable inside a jail by adding keyword 'nojail'.

Some suggestions from: rwatson, Ruben de Groot <mail25@bzerk.org>


# 859992da 05-May-2003 Bruce Evans <bde@FreeBSD.org>

Catch up with 1995(?) for modem speeds (use 57600 instead of 115200 for
the example host to modem speed).


# 4740b116 04-May-2003 Bruce Evans <bde@FreeBSD.org>

When resetting to defaults, reset drainwait to the current default pf
`sysctl -n kern.drainwait` instead of to the boot-time default of 300.


# 14308510 12-Oct-2002 Jens Schweikhardt <schweikh@FreeBSD.org>

Fix style bugs:
* Space -> tabs conversion.
* Removed blanks before semicolon in "if ... ; then".
* Proper indentation of misindented lines.
* Put a full stop after some comments.
* Removed whitespac

Fix style bugs:
* Space -> tabs conversion.
* Removed blanks before semicolon in "if ... ; then".
* Proper indentation of misindented lines.
* Put a full stop after some comments.
* Removed whitespace at end of line.

Approved by: silence from gordon

show more ...


# 242bd45f 18-Jul-2002 Gordon Tetlow <gordon@FreeBSD.org>

Merge in all the changes that Mike Makonnen has been maintaining for a
while. This is only the script pieces, the glue for the build comes next.

Submitted by: Mike Makonnen <makonnen@pacbell.net>

Merge in all the changes that Mike Makonnen has been maintaining for a
while. This is only the script pieces, the glue for the build comes next.

Submitted by: Mike Makonnen <makonnen@pacbell.net>
Reviewed by: silence on -current and -hackers
Prodded by: rwatson

show more ...


# c1deb994 23-Apr-2002 Maxim Sobolev <sobomax@FreeBSD.org>

Correct default value of drainwait: it should be 300 seconds, not forever.

PR: 37370
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
MFC after: 2 weeks


# a1c43e3f 08-Oct-2000 David E. O'Brien <obrien@FreeBSD.org>

Add copyright notices. Other systems have been barrowing our /etc files
w/o giving any credit.


# 9b7a44a6 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 8ce51e77 27-Aug-1999 Sheldon Hearn <sheldonh@FreeBSD.org>

Small whitespace change to fix run-over lines introduced in the previous
commit.

Reported by: bde


# b68adff6 25-Aug-1999 Sheldon Hearn <sheldonh@FreeBSD.org>

Style clean-up:

* All variables are now embraced: ${foo}

* All comparisons against some value now take the form:
[ "${foo}" ? "value" ]
where ? is a comparison operator

* All empty string

Style clean-up:

* All variables are now embraced: ${foo}

* All comparisons against some value now take the form:
[ "${foo}" ? "value" ]
where ? is a comparison operator

* All empty string tests now take the form:
[ -z "${foo}" ]

* All non-empty string tests now take the form:
[ -n "${foo}" ]

Submitted by: jkh

show more ...


# 9662bb4f 13-Mar-1998 Daniel O'Callaghan <danny@FreeBSD.org>

Submitted by: bde
Back out last brain blip.


# 9f97abfa 13-Mar-1998 Daniel O'Callaghan <danny@FreeBSD.org>

Change examples for Cyclades cards (c -> c0) to fit with reality.


# 968ffc72 10-Mar-1997 Bruce Evans <bde@FreeBSD.org>

Fixed the Cyclades and Digiboard port numbers.


12