summaryrefslogtreecommitdiffstats
path: root/src/util/pty/getpty.c
Commit message (Expand)AuthorAgeFilesLines
* Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn2006-04-111-150/+0
* Include "com_err.h" instead of <com_err.h>Ken Raeburn2002-06-131-1/+1
* * getpty.c: Make pty_getpty() into ptyint_getpty_ext(), which hasTom Yu2001-05-161-4/+10
* * getpty.c (pty_getpty): More conditionalizing variable defintionEzra Peisach2000-06-291-1/+1
* * libpty.h: If SOCK_DGRAM is not defined, provide a definition forEzra Peisach2000-06-261-0/+3
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * getpty.c (pty_getpty): Fix goof in previous, which introducedTom Yu1997-12-071-3/+3
* * getpty.c (pty_getpty): Fix checks on string lengths to accountTom Yu1997-12-051-32/+26
* Remove erroneous space from the HPUX open()Theodore Tso1997-06-031-1/+1
* Fix bug pointed out by jhawk; we weren't looking for all ptysSam Hartman1996-06-241-4/+4
* Changes so HPUX doesn't use streams. ThisSam Hartman1996-04-161-2/+5
* Implement _getpty handling for the SGISam Hartman1996-03-241-5/+28
* Fix test for slave buffer lengthSam Hartman1995-08-091-1/+1
* Fix up Copyright notice to have correct year (1995 instead of 1990)Theodore Tso1995-08-041-13/+11
* * Fix tests for length of slave buffer.Sam Hartman1995-08-021-2/+2
* Make interface change so getpty doesn't overwriteSam Hartman1995-08-011-10/+34
* Check in first version of libptySam Hartman1995-07-311-0/+96