| #
6d15e0ef
|
| 22-Feb-2026 |
Alexander Ziaee <ziaee@FreeBSD.org> |
ttys: Correct comment about required statuses
The status field also accepts onifconsole and onifexists, so it looks crusty saying that it only accepts on and off.
Reviewed by: imp Closes: https://
ttys: Correct comment about required statuses
The status field also accepts onifconsole and onifexists, so it looks crusty saying that it only accepts on and off.
Reviewed by: imp Closes: https://github.com/freebsd/freebsd-src/pull/2042
show more ...
|
| #
0a492eb9
|
| 22-Feb-2026 |
Alexander Ziaee <ziaee@FreeBSD.org> |
ttys: Align comment whitespace and wrapping
This doesn't lengthen or shorten any configuration, only comments, so merging the configuration will be safe.
Reviewed by: imp Closes: https://github.co
ttys: Align comment whitespace and wrapping
This doesn't lengthen or shorten any configuration, only comments, so merging the configuration will be safe.
Reviewed by: imp Closes: https://github.com/freebsd/freebsd-src/pull/2042
show more ...
|
| #
51e16cb8
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
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/
|
| #
2b2c460d
|
| 29-Oct-2015 |
Julien Grall <julien@xen.org> |
etc/ttys: add xen console
Xen VMs get a simulated serial device meant for use as a console. Often an xterm or other advanced terminal is used, so use xterm as the type.
Depending on configuration,
etc/ttys: add xen console
Xen VMs get a simulated serial device meant for use as a console. Often an xterm or other advanced terminal is used, so use xterm as the type.
Depending on configuration, FreeBSD on Xen for amd64 may instead use an emulated serial port, but the virtual console may also be available.
Submitted by: Elliott Mitchell <ehem+freebsd@m5p.com> Reviewed by: imp (slightly earlier version) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D29873
show more ...
|
| #
c76616f4
|
| 13-May-2021 |
Elliott Mitchell <ehem+freebsd@m5p.com> |
etc/ttys: merge ttys file down to single file
The tty lists were already pretty similar and there hadn't been any real need for them to remain distinct for some time. As such, merge to a single file
etc/ttys: merge ttys file down to single file
The tty lists were already pretty similar and there hadn't been any real need for them to remain distinct for some time. As such, merge to a single file.
The RISC-V console is preserved. For systems where it doesn't exist, its presence in /etc/ttys is harmless. The uncommented version of the ttyv8/XDM line from ttys.amd64 was the one chosen.
Reviewed by: imp MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D30256
show more ...
|
| #
36be84b9
|
| 04-May-2021 |
Warner Losh <imp@FreeBSD.org> |
ttys: diff reduction
Back in the day, we used to have a number of entries that were either 'on' or 'off' directly, rather than conditionally on 'onifexists' etc. Back then, we tried to line up the '
ttys: diff reduction
Back in the day, we used to have a number of entries that were either 'on' or 'off' directly, rather than conditionally on 'onifexists' etc. Back then, we tried to line up the 'secure' columns by using the construct 'on secure' or 'off secure' (one space or two). Now that these have all moved to a conditional construct, remove the second space on the ttys that still have it. This reduces diffs between the different ttys and is no functional change. i386 and amd64 did this a long time ago, and those are the only ones that affected external users (who used to sed 's/on /off /' the entires as part of the automation).
MFC After: 3 days Sponsored by: Netflix
show more ...
|
| #
966f2a6f
|
| 04-Sep-2018 |
Brad Davis <brd@FreeBSD.org> |
Move etc/ttys to sbin/init/.
And simplify this a little by flattening the directory structure.
Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D16955
|
| #
e3104379
|
| 09-May-2018 |
Warner Losh <imp@FreeBSD.org> |
For video consoles, only launch a getty if the device exists.
Differential Revision: https://reviews.freebsd.org/D15169
|
| #
1fdcc5e5
|
| 11-Dec-2015 |
Ruslan Bukin <br@FreeBSD.org> |
Start support for the RISC-V 64-bit architecture developed by UC Berkeley.
RISC-V is a new ISA designed to support computer research and education, and is now become a standard open architecture for
Start support for the RISC-V 64-bit architecture developed by UC Berkeley.
RISC-V is a new ISA designed to support computer research and education, and is now become a standard open architecture for industry implementations.
This is a minimal set of changes required to run 'make kernel-toolchain' using external (GNU) toolchain.
The FreeBSD/RISC-V project home: https://wiki.freebsd.org/riscv.
Reviewed by: andrew, bdrewery, emaste, imp Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D4445
show more ...
|