From owner-svn-src-head@FreeBSD.ORG Mon Aug 4 21:32:28 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B09AC65; Mon, 4 Aug 2014 21:32:28 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 330562E8D; Mon, 4 Aug 2014 21:32:28 +0000 (UTC) Received: from [192.168.1.75] (75-48-77-17.lightspeed.cncrca.sbcglobal.net [75.48.77.17]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id BD128B917; Mon, 4 Aug 2014 17:32:25 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r269474 - in head: share/man/man4 sys/dev/vt From: John Baldwin In-Reply-To: <53de340e.52ce.7073778e@svn.freebsd.org> Date: Mon, 4 Aug 2014 14:32:23 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <53de340e.52ce.7073778e@svn.freebsd.org> To: Aleksandr Rybalko X-Mailer: Apple Mail (2.1878.6) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 04 Aug 2014 17:32:27 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2014 21:32:28 -0000 On Aug 3, 2014, at 6:07 AM, Aleksandr Rybalko wrote: > Author: ray > Date: Sun Aug 3 13:07:25 2014 > New Revision: 269474 > URL: http://svnweb.freebsd.org/changeset/base/269474 >=20 > Log: > Allow to disable some special key combinations handled by vt(4), like = debug > request, reboot request. >=20 > Requested by: Claude Buisson >=20 > Sponsored by: The FreeBSD Foundation I realize the API uses 'SPCL' as an abbreviation, but for user-facing = things like a sysctl and tunable, I think it might be better to spell it = out as "specialkeys" instead? --=20 John Baldwin