From owner-cvs-all Fri Apr 5 9:53:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC31837B417; Fri, 5 Apr 2002 09:53:25 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g35HrP746100; Fri, 5 Apr 2002 09:53:25 -0800 (PST) (envelope-from alfred) Message-Id: <200204051753.g35HrP746100@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 5 Apr 2002 09:53:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.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 alfred 2002/04/05 09:53:25 PST Modified files: sys/dev/syscons syscons.c Log: Add some functionality via sysctl to syscons. hw.syscons.saver.keybonly: used to specify that only input is to interrupt the screensaver. This allows one to run a chatty console app but still have the screen blank out until a key is pressed. There should probably also be an ioctl for this, we'll do that later. hw.syscons.saver.blanktime: exports the screensaver timeout via sysctl. Submitted by: Olivier Houchard Revision Changes Path 1.381 +8 -1 src/sys/dev/syscons/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message