aboutsummaryrefslogtreecommitdiff
path: root/sbin/conscontrol/conscontrol.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r326276:Eitan Adler2018-03-051-0/+2
| | | | | | | | | | | | | | | | | | | various: general adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/stable/11/; revision=330449
* Changed "conscontrol unset" to accept an existing virtualRuslan Ermilov2011-04-181-21/+9
| | | | | | | | | | console device as an argument. Unsetting virtual console using /dev/console seems to have never worked. MFC after: 3 days Notes: svn path=/head/; revision=220801
* Add to conscontrol(8) "set" and "unset" commands which modify theBrian Feldman2004-06-181-4/+38
| | | | | | | | virtual console set-up. Specifically, "conscontrol unset" will cause printf(9) output to start going to the console again. Notes: svn path=/head/; revision=130676
* Recognize if the user supplies the full pathname to /dev/console and friends,Greg Lehey2004-02-171-1/+27
| | | | | | | | | and DTRT. Explain if he supplies a pathname that is not in /dev. Notes: svn path=/head/; revision=125923
* Style and WARNS cleanups.Jonathan Lemon2001-10-251-57/+55
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=85486
* Add conscontrol, a front end interface for manipulating consoles.Jonathan Lemon2001-10-231-0/+150
Notes: svn path=/head/; revision=85378