summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/grantpt.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not require the pty(4) majors to be anything in particular.green2005-03-041-3/+0
|
* Fix three warnings:tjr2003-01-041-2/+2
| | | | | | o #include <stdio.h> to make sprintf()'s prototype visible. o Remove unused variable: sbuf. o Don't use assignment as truth value.
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinjmallett2003-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@
OpenPOWER on IntegriCloud