aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.riscv/ttys
Commit message (Collapse)AuthorAgeFilesLines
* Move etc/ttys to sbin/init/.Brad Davis2018-09-041-51/+0
| | | | | | | | | | And simplify this a little by flattening the directory structure. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D16955 Notes: svn path=/head/; revision=338454
* For video consoles, only launch a getty if the device exists.Warner Losh2018-05-091-9/+9
| | | | | | | Differential Revision: https://reviews.freebsd.org/D15169 Notes: svn path=/head/; revision=333436
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.Ruslan Bukin2015-12-111-0/+51
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 Notes: svn path=/head/; revision=292124