From owner-cvs-all Fri Apr 5 10:10:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mail14.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by hub.freebsd.org (Postfix) with ESMTP id 6E82637B41D for ; Fri, 5 Apr 2002 10:10:32 -0800 (PST) Received: (qmail 25878 invoked from network); 5 Apr 2002 18:10:31 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 5 Apr 2002 18:10:31 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g35IBHv32528; Fri, 5 Apr 2002 13:11:17 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200204051753.g35HrP746100@freefall.freebsd.org> Date: Fri, 05 Apr 2002 13:10:33 -0500 (EST) From: John Baldwin To: Alfred Perlstein Subject: RE: cvs commit: src/sys/dev/syscons syscons.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org 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 On 05-Apr-2002 Alfred Perlstein wrote: > 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. This is sysctl either needs to become readonly or it needs to use a SYSCTL_PROC. The ioctl's to change this also change other variables depending on the new value as well as doing range checking. This hack breaks this. Please fix. Also, you might have wanted to run this by yokota@ since he is the maintainer for this code. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message