summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/grantpt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some now-unused macros.jhb2008-01-151-3/+1
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)jhb2008-01-151-46/+31
* Back out last commit, since it accidentally broke pts.cperciva2008-01-151-37/+48
* Fix issues which allow snooping on ptys. [08:01]cperciva2008-01-141-48/+37
* Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends:jhb2007-12-211-22/+23
* Update posix_openpt(3) to handle 512 ptys. This was missed in the earlierjhb2007-12-131-2/+2
* Remove extra slash from pty slave device name returned by ptsname.kan2006-02-131-1/+1
* If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there,cognet2006-01-291-2/+7
* ptsname() bits for pts.cognet2006-01-261-5/+45
* Fix ptsname(3) by converting it to use devname(3) to obtain the name ofmarcus2005-07-071-3/+4
* 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
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinjmallett2003-01-021-0/+259
OpenPOWER on IntegriCloud