Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed "conscontrol unset" to accept an existing virtual | ru | 2011-04-18 | 2 | -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. | ru | 2009-10-19 | 1 | -0/+1 |
| | | | | Submitted by: Ulrich Spörlein | ||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -0/+2 |
| | |||||
* | Note that conscontrol set and unset are an interface for TIOCCONS. | green | 2004-06-18 | 1 | -0/+4 |
| | |||||
* | Add to conscontrol(8) "set" and "unset" commands which modify the | green | 2004-06-18 | 2 | -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. | ru | 2004-05-17 | 1 | -0/+2 |
| | |||||
* | Explain what console names are valid. | grog | 2004-02-17 | 1 | -0/+5 |
| | |||||
* | Recognize if the user supplies the full pathname to /dev/console and friends, | grog | 2004-02-17 | 1 | -1/+27 |
| | | | | | | and DTRT. Explain if he supplies a pathname that is not in /dev. | ||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -1/+1 |
| | |||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -1/+0 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | Put WARNS into the right place. | ru | 2001-10-25 | 1 | -1/+1 |
| | |||||
* | Style and WARNS cleanups. | jlemon | 2001-10-25 | 3 | -65/+65 |
| | | | | Submitted by: ru | ||||
* | Mdoc fixes and clarification. | jlemon | 2001-10-25 | 1 | -20/+29 |
| | | | | Submitted by: sheldonh | ||||
* | Add a manual page. | jlemon | 2001-10-23 | 2 | -1/+87 |
| | |||||
* | Add conscontrol, a front end interface for manipulating consoles. | jlemon | 2001-10-23 | 2 | -0/+157 |