From owner-cvs-all Tue Jul 9 20:31:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 016A537B400; Tue, 9 Jul 2002 20:31:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9DEE43E52; Tue, 9 Jul 2002 20:31:25 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: from freefall.freebsd.org (dd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6A3VPJU051850; Tue, 9 Jul 2002 20:31:25 -0700 (PDT) (envelope-from dd@freefall.freebsd.org) Received: (from dd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6A3VPTL051849; Tue, 9 Jul 2002 20:31:25 -0700 (PDT) Message-Id: <200207100331.g6A3VPTL051849@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 9 Jul 2002 20:31:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2002/07/09 20:31:25 PDT Modified files: usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Log: Add an -S option that allows the user to disable vty switching. It is implemented using a new VT_LOCKSWITCH ioctl. Although it is possible to implement something like this by VT_SETMODEing to VT_PROCESS and never releasing the vty, that method has a number of downsides, the biggest of which is that some program has to stay resident for the lock to be in effect. Reviewed by: roam, sheldonh Revision Changes Path 1.52 +7 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.43 +22 -2 src/usr.sbin/vidcontrol/vidcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message