aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt_consolectl.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove stray whitespaces.Aleksandr Rybalko2014-09-121-1/+1
* Use a common tunable to choose between vt(4)/sc(4)Ed Maste2014-06-271-1/+1
* Suspend vt(4) initialization if "kern.vt.disable" kenv is set.Aleksandr Rybalko2014-06-181-0/+2
* Hide debug messages under VT_DEBUG.Aleksandr Rybalko2014-05-081-0/+2
* o Add virtual terminal mmap request handler.Aleksandr Rybalko2013-12-231-1/+0
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-0/+79