summaryrefslogtreecommitdiffstats
path: root/sbin/conscontrol
Commit message (Collapse)AuthorAgeFilesLines
* Changed "conscontrol unset" to accept an existing virtualru2011-04-182-24/+12
| | | | | | | console device as an argument. Unsetting virtual console using /dev/console seems to have never worked. MFC after: 3 days
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-0/+1
| | | | Submitted by: Ulrich Spörlein
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-0/+2
|
* Note that conscontrol set and unset are an interface for TIOCCONS.green2004-06-181-0/+4
|
* Add to conscontrol(8) "set" and "unset" commands which modify thegreen2004-06-182-4/+43
| | | | | virtual console set-up. Specifically, "conscontrol unset" will cause printf(9) output to start going to the console again.
* Assorted markup, grammar, and spelling fixes.ru2004-05-171-0/+2
|
* Explain what console names are valid.grog2004-02-171-0/+5
|
* Recognize if the user supplies the full pathname to /dev/console and friends,grog2004-02-171-1/+27
| | | | | | and DTRT. Explain if he supplies a pathname that is not in /dev.
* The .Nm utilitycharnier2002-07-061-1/+1
|
* Default to WARNS=2.obrien2001-12-041-1/+0
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* Put WARNS into the right place.ru2001-10-251-1/+1
|
* Style and WARNS cleanups.jlemon2001-10-253-65/+65
| | | | Submitted by: ru
* Mdoc fixes and clarification.jlemon2001-10-251-20/+29
| | | | Submitted by: sheldonh
* Add a manual page.jlemon2001-10-232-1/+87
|
* Add conscontrol, a front end interface for manipulating consoles.jlemon2001-10-232-0/+157
OpenPOWER on IntegriCloud