aboutsummaryrefslogtreecommitdiff
path: root/sbin/conscontrol
Commit message (Collapse)AuthorAgeFilesLines
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+1
| | | | | | | Submitted by: Ulrich Spörlein Notes: svn path=/head/; revision=198236
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-0/+2
| | | | Notes: svn path=/head/; revision=141611
* Note that conscontrol set and unset are an interface for TIOCCONS.Brian Feldman2004-06-181-0/+4
| | | | Notes: svn path=/head/; revision=130698
* Add to conscontrol(8) "set" and "unset" commands which modify theBrian Feldman2004-06-182-4/+43
| | | | | | | | 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
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-05-171-0/+2
| | | | Notes: svn path=/head/; revision=129327
* Explain what console names are valid.Greg Lehey2004-02-171-0/+5
| | | | Notes: svn path=/head/; revision=125924
* 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
* The .Nm utilityPhilippe Charnier2002-07-061-1/+1
| | | | Notes: svn path=/head/; revision=99501
* Default to WARNS=2.David E. O'Brien2001-12-041-1/+0
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Put WARNS into the right place.Ruslan Ermilov2001-10-251-1/+1
| | | | Notes: svn path=/head/; revision=85492
* Style and WARNS cleanups.Jonathan Lemon2001-10-253-65/+65
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=85486
* Mdoc fixes and clarification.Jonathan Lemon2001-10-251-20/+29
| | | | | | | Submitted by: sheldonh Notes: svn path=/head/; revision=85464
* Add a manual page.Jonathan Lemon2001-10-232-1/+87
| | | | Notes: svn path=/head/; revision=85382
* Add conscontrol, a front end interface for manipulating consoles.Jonathan Lemon2001-10-232-0/+157
Notes: svn path=/head/; revision=85378