From owner-cvs-all@FreeBSD.ORG Tue Jan 15 15:36:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCAFE16A41A; Tue, 15 Jan 2008 15:36:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9C64813C45D; Tue, 15 Jan 2008 15:36:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0FFaNTh080386; Tue, 15 Jan 2008 15:36:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0FFaNHm080385; Tue, 15 Jan 2008 15:36:23 GMT (envelope-from jhb) Message-Id: <200801151536.m0FFaNHm080385@repoman.freebsd.org> From: John Baldwin Date: Tue, 15 Jan 2008 15:36:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib grantpt.c src/lib/libutil pty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2008 15:36:23 -0000 jhb 2008-01-15 15:36:23 UTC FreeBSD src repository Modified files: lib/libc/stdlib grantpt.c lib/libutil pty.c Log: Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3) on pts(4) devices this time. This fixes the issues while leaving pts(4) enabled on HEAD. Revision Changes Path 1.12 +31 -46 src/lib/libc/stdlib/grantpt.c 1.22 +3 -55 src/lib/libutil/pty.c