From owner-cvs-all Tue Jul 9 20:29:42 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 88D9337B401; Tue, 9 Jul 2002 20:29:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CC3443E5E; Tue, 9 Jul 2002 20:29:39 -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 g6A3TdJU051279; Tue, 9 Jul 2002 20:29:39 -0700 (PDT) (envelope-from dd@freefall.freebsd.org) Received: (from dd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6A3TduZ051278; Tue, 9 Jul 2002 20:29:39 -0700 (PDT) Message-Id: <200207100329.g6A3TduZ051278@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 9 Jul 2002 20:29:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys consio.h src/sys/dev/syscons syscons.c syscons.h 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:29:39 PDT Modified files: sys/sys consio.h sys/dev/syscons syscons.c syscons.h Log: Add a VT_LOCKSWITCH ioctl that disallows vty switching. Something like this can be emulated by VT_SETMODEing to VT_PROCESS and never releasing the vty, but this has a number of problems, most notably that a process must stay resident for the lock to be in effect. Reviewed by: roam, sheldonh Revision Changes Path 1.386 +14 -0 src/sys/dev/syscons/syscons.c 1.75 +1 -0 src/sys/dev/syscons/syscons.h 1.15 +3 -0 src/sys/sys/consio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message