From owner-svn-src-all@FreeBSD.ORG Wed Mar 21 10:18:44 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF9D21065675; Wed, 21 Mar 2012 10:18:44 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C71838FC08; Wed, 21 Mar 2012 10:18:43 +0000 (UTC) Received: by lagv3 with SMTP id v3so962082lag.13 for ; Wed, 21 Mar 2012 03:18:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5KCME/Pxk5b6K0jr/0gurNlKKTj8qrltvHGpyzzhWrc=; b=uKu9ak4h9MegLESziQPQJZlMX5MaIaPsH1AS8KTk9ZUe6oic9tNh66hjV3+NnhAvEe uGOyEYuH1AKVTFESPu1uvYSVGKN7wlqEmmRMQ1fqyF6MHaPahKa1H8GzoHOU/emLq4ai PhmcERwArxxCsL/BAZSpF1JGWncxsjI76JGAAJNUX0VQzXix+HPRW1NuMraDH1ZT9Z0c ctRhnu2TarDTmtTmWVS0HEznucHbmHsYjbHvMKd0ROKguM0m+ELmvLYYHIXLjGNb8uia 77UzALYfzTNnB6bsiVEblwXrz/EbRKs59THCZ/MDH3UahkuCMaxAxeqdlpT6l12ItK72 g7Lw== MIME-Version: 1.0 Received: by 10.152.112.100 with SMTP id ip4mr2563550lab.1.1332325116646; Wed, 21 Mar 2012 03:18:36 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.152.21.73 with HTTP; Wed, 21 Mar 2012 03:18:36 -0700 (PDT) In-Reply-To: <201203210838.q2L8chUM062260@svn.freebsd.org> References: <201203210838.q2L8chUM062260@svn.freebsd.org> Date: Wed, 21 Mar 2012 13:18:36 +0300 X-Google-Sender-Auth: KmUmM-RMOYNBT5LPZbkhI1vLFqI Message-ID: From: Sergey Kandaurov To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r233271 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf 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: Wed, 21 Mar 2012 10:18:45 -0000 On 21 March 2012 12:38, Ed Schouten wrote: > Author: ed > Date: Wed Mar 21 08:38:42 2012 > New Revision: 233271 > URL: http://svn.freebsd.org/changeset/base/233271 > > Log: > =A0Remove pty(4) from our kernel configurations. > > =A0As of FreeBSD 8, this driver should not be used. Applications that use > =A0posix_openpt(2) and openpty(3) use the pts(4) that is built into the > =A0kernel unconditionally. If it turns out high profile depend on the > =A0pty(4) module anyway, I'd rather get those fixed. So please report any > =A0issues to me. > > =A0The pty(4) module is still available as a kernel module of course, so = a > =A0simple `kldload pty' can be used to run old-style pseudo-terminals. Will this affect old binaries like misc/mc build for e.g. 6.x running on GE= NERIC w/o kldoaded pty(4), so that I will have to `kldload pty'? Currently executing old mc results in emitting the following kernel message= : pid 11948 (mc) is using legacy pty devices - not logging anymore --=20 wbr, pluknet