From owner-cvs-all Thu Jan 2 12:44:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9683837B41A; Thu, 2 Jan 2003 12:44:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D34643E4A; Thu, 2 Jan 2003 12:44:42 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h02Kigfh022329; Thu, 2 Jan 2003 12:44:42 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h02Kift3022328; Thu, 2 Jan 2003 12:44:41 -0800 (PST) Message-Id: <200301022044.h02Kift3022328@repoman.freebsd.org> From: Juli Mallett Date: Thu, 2 Jan 2003 12:44:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h src/lib/libc/stdlib Makefile.inc grantpt.3 grantpt.c src/libexec Makefile src/libexec/pt_chown Makefile pt_chown.c X-FreeBSD-CVS-Branch: HEAD 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 jmallett 2003/01/02 12:44:41 PST Modified files: include stdlib.h lib/libc/stdlib Makefile.inc libexec Makefile Added files: lib/libc/stdlib grantpt.3 grantpt.c libexec/pt_chown Makefile pt_chown.c Log: Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty. Submitted by: Ryan Younce Reviewed by: security-officer@, standards@, mike@ Revision Changes Path 1.47 +4 -4 src/include/stdlib.h 1.42 +8 -7 src/lib/libc/stdlib/Makefile.inc 1.1 +224 -0 src/lib/libc/stdlib/grantpt.3 (new) 1.1 +259 -0 src/lib/libc/stdlib/grantpt.c (new) 1.53 +1 -0 src/libexec/Makefile 1.1 +9 -0 src/libexec/pt_chown/Makefile (new) 1.1 +103 -0 src/libexec/pt_chown/pt_chown.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message