about summary refs log tree commit diff
path: root/src/misc/pty.c
Commit message (Expand)AuthorAgeFilesLines
* fix errno for posix_openpt with no free ptys availableRich Felker2019-10-241-1/+3
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* fix negated error codes from ptsname_rRich Felker2014-03-171-1/+1
* fix ptsname_r to conform to the upcoming posix requirementsRich Felker2012-06-201-3/+6
* add ptsname_r (nonstandard) and split ptsname (standard) to separate fileRich Felker2011-04-131-11/+7
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+35