Date: Thu, 2 Jan 2003 12:44:41 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> 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 Message-ID: <200301022044.h02Kift3022328@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ryany@pobox.com>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301022044.h02Kift3022328>
