From owner-svn-src-all@FreeBSD.ORG Sat Jun 20 18:03:18 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB3321065740; Sat, 20 Jun 2009 18:03:18 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (skuns.zoral.com.ua [91.193.166.194]) by mx1.freebsd.org (Postfix) with ESMTP id 3F6FF8FC1A; Sat, 20 Jun 2009 18:03:17 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id n5KHfwC5024244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 20 Jun 2009 20:41:59 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3) with ESMTP id n5KHfw5S025554; Sat, 20 Jun 2009 20:41:58 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.3/8.14.3/Submit) id n5KHfwgO025553; Sat, 20 Jun 2009 20:41:58 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 20 Jun 2009 20:41:58 +0300 From: Kostik Belousov To: Ed Schouten Message-ID: <20090620174158.GG2884@deviant.kiev.zoral.com.ua> References: <200906201639.n5KGdPhO081114@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lHGcFxmlz1yfXmOs" Content-Disposition: inline In-Reply-To: <200906201639.n5KGdPhO081114@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.1 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r194538 - head/sys/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2009 18:03:20 -0000 --lHGcFxmlz1yfXmOs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 20, 2009 at 04:39:25PM +0000, Ed Schouten wrote: > Author: ed > Date: Sat Jun 20 16:39:25 2009 > New Revision: 194538 > URL: http://svn.freebsd.org/changeset/base/194538 >=20 > Log: > Add placeholder to prevent reuse of privilege 254. > =20 > Requested by: rwatson >=20 > Modified: > head/sys/sys/priv.h >=20 > Modified: head/sys/sys/priv.h > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sys/sys/priv.h Sat Jun 20 16:37:24 2009 (r194537) > +++ head/sys/sys/priv.h Sat Jun 20 16:39:25 2009 (r194538) > @@ -211,6 +211,7 @@ > #define PRIV_TTY_DRAINWAIT 251 /* Set tty drain wait time. */ > #define PRIV_TTY_DTRWAIT 252 /* Set DTR wait on tty. */ > #define PRIV_TTY_EXCLUSIVE 253 /* Override tty exclusive flag. */ > +#define _PRIV_TTY_PRISON 254 /* Removed. */ > #define PRIV_TTY_STI 255 /* Simulate input on another tty. */ > #define PRIV_TTY_SETA 256 /* Set tty termios structure. */ > =20 Names starting with two underscores or underscore and upper-case letter are reserved to the C language implementation. We should not use it in the code. --lHGcFxmlz1yfXmOs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAko9H2YACgkQC3+MBN1Mb4h/nQCfSKAlDu3erBu9bvDiHrEIaDrz 2vMAnAwo6nYWtA7rgXfROAyH7HvtMTrw =ruKs -----END PGP SIGNATURE----- --lHGcFxmlz1yfXmOs--