aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/grantpt.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r183565:Ed Schouten2008-10-261-4/+10
* MFC: Update openpty(3) manpage for the recent pty fixes and remove someJohn Baldwin2008-01-231-10/+1
* Fix issues which allow snooping on ptys. [08:01]Colin Percival2008-01-141-21/+23
* MFC: Update posix_openpt(3) to handle 512 ptys.John Baldwin2007-12-181-2/+2
* Fix ptsname(3) by converting it to use devname(3) to obtain the name ofJoe Marcus Clarke2005-07-071-3/+4
* Do not require the pty(4) majors to be anything in particular.Brian Feldman2005-03-041-3/+0
* Fix three warnings:Tim J. Robbins2003-01-041-2/+2
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinJuli Mallett2003-01-021-0/+259