History log of /freebsd-9.3-release/sbin/conscontrol/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


220801 18-Apr-2011 ru

Changed "conscontrol unset" to accept an existing virtual
console device as an argument. Unsetting virtual console
using /dev/console seems to have never worked.

MFC after: 3 days


198236 19-Oct-2009 ru

Switch the default WARNS level for sbin/ to 6.

Submitted by: Ulrich Spörlein


141611 10-Feb-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


130698 18-Jun-2004 green

Note that conscontrol set and unset are an interface for TIOCCONS.


130676 18-Jun-2004 green

Add to conscontrol(8) "set" and "unset" commands which modify the
virtual console set-up. Specifically, "conscontrol unset" will cause
printf(9) output to start going to the console again.


129327 17-May-2004 ru

Assorted markup, grammar, and spelling fixes.


125924 17-Feb-2004 grog

Explain what console names are valid.


125923 17-Feb-2004 grog

Recognize if the user supplies the full pathname to /dev/console and friends,
and DTRT.

Explain if he supplies a pathname that is not in /dev.


99501 06-Jul-2002 charnier

The .Nm utility


87325 04-Dec-2001 obrien

Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by: mike


85492 25-Oct-2001 ru

Put WARNS into the right place.


85486 25-Oct-2001 jlemon

Style and WARNS cleanups.

Submitted by: ru


85464 25-Oct-2001 jlemon

Mdoc fixes and clarification.

Submitted by: sheldonh


85382 23-Oct-2001 jlemon

Add a manual page.


85378 23-Oct-2001 jlemon

Add conscontrol, a front end interface for manipulating consoles.