summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/grantpt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extra slash from pty slave device name returned by ptsname.Alexander Kabaev2006-02-131-1/+1
* If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there,Olivier Houchard2006-01-291-2/+7
* ptsname() bits for pts.Olivier Houchard2006-01-261-5/+45
* 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