summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/grantpt.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinJuli Mallett2003-01-021-0/+259
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@ Notes: svn path=/head/; revision=108574