summaryrefslogtreecommitdiffstats
path: root/src/util/pty
Commit message (Expand)AuthorAgeFilesLines
* Fix Sanitize script to not delete the configure programTheodore Tso1996-07-251-0/+1
* Fix bug pointed out by jhawk; we weren't looking for all ptysSam Hartman1996-06-245-9/+21
* * configure.in: remove ref to ET_RULESTom Yu1996-06-142-1/+5
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-0/+1
* * dump-utmp.c: New file. Not automatically used by anything, but may be usefulKen Raeburn1996-04-175-49/+179
* Changes so HPUX doesn't use streams. ThisSam Hartman1996-04-163-4/+13
* Have pty_cleanup() fork on systems with vhangup()Sam Hartman1996-04-155-6/+62
* Removed a bogus dependency (if you try make depend)Richard Basch1996-04-031-3/+0
* Changes to help streams work correctly on AIX 4.1.4 and HPUX 9.Sam Hartman1996-03-256-29/+93
* Implement _getpty handling for the SGISam Hartman1996-03-244-24/+42
* nuke rcs cruftMark Eichin1996-03-141-3/+2
* Fixed mispelling of Doug Engert's nameTheodore Tso1996-03-111-1/+1
* Don't do call vhangup() if system doesn't have itTheodore Tso1996-02-252-0/+6
* Don't update the utmp file unless update_utmp is trueSam Hartman1996-01-302-3/+10
* * void_assoc.c (ptyint_void_association): if we don't haveMark Eichin1996-01-272-0/+7
* Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman1996-01-197-39/+85
* Deal with CVS not doing what I expected with a branch so the code compiles an...Sam Hartman1996-01-161-1/+1
* Fix handling so that the username is only written out to wtmpx logout records;Sam Hartman1996-01-163-4/+7
* Short term, this is notes on what the interfaces to various libpty functions ...Sam Hartman1996-01-151-0/+105
* Work around apparent Solaris kernel bug. If you open the pty and close it, y...Sam Hartman1996-01-132-30/+27
* Added hack by Doug Engbert to get util/pty to work under Solaris. WeTheodore Tso1996-01-112-0/+10
* Merge in changes between 1.4 and 1.5 in RCS file; this delta is MarkSam Hartman1995-12-141-3/+6
* Fix bogus duplication of codeSam Hartman1995-11-171-0/+4
* Fix typoSam Hartman1995-10-232-1/+10
* Incorperate utmpx patch to take advantage of longer utmpx host namesSam Hartman1995-10-215-5/+59
* Add return statementSam Hartman1995-10-152-27/+13
* Use the SubdirLibraryRule defined in aclocal.m4 to create the DONETheodore Tso1995-09-293-4/+7
* (gets it to actually build on sunos, and provides a fair guess forMark Eichin1995-09-293-0/+16
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-6/+5
* Update file listTheodore Tso1995-08-242-1/+5
* update_wtmp.c (ptyint_update_wtmp): If EMPTY is not defined, then setTheodore Tso1995-08-222-0/+9
* Rename initialize_slave.c to init_slave.cSam Hartman1995-08-113-3/+8
* Changes for Solaris and UltrixSam Hartman1995-08-115-4/+23
* DDon't call vhangup() on Ultrix until after session. This actually turns out...Sam Hartman1995-08-103-2/+11
* Fix test for slave buffer lengthSam Hartman1995-08-092-1/+5
* * update_utmp.c (UTMP_FILE): _PATH_UTMP under NetBSD, notTom Yu1995-08-092-3/+9
* * update_utmp.c (pty_update_utmp): change #ifdef NO_UT_PID toTom Yu1995-08-092-2/+7
* Changes to get telnet working on AlphaSam Hartman1995-08-095-15/+42
* * update_utmp.c: flush preprocessor directive to left marginTom Yu1995-08-092-1/+4
* Pass correct argument to getutmpx()Paul Park1995-08-082-1/+5
* * Modify pty_update_utmp so it takes additional parameters instead ofSam Hartman1995-08-078-35/+80
* Return value from pty_open_ctty is non-zero on error, not negativeEzra Peisach1995-08-052-1/+6
* libpty.h (pty_cleanup): Fix argument type of pid to patch that used in theTheodore Tso1995-08-053-2/+15
* * Makefile.in: use libupdate so to not get multiple copies ofTom Yu1995-08-046-12/+29
* Fix up Copyright notice to have correct year (1995 instead of 1990)Theodore Tso1995-08-0412-159/+136
* Add .cvsignore to ignore configureEzra Peisach1995-08-041-0/+1
* missed a #endifTom Yu1995-08-041-1/+1
* * cleanup.c (pty_cleanup): Add missing declarations for retval andTom Yu1995-08-042-3/+10
* Attempt to HUP processes associated with the pty when it is revoked ifSam Hartman1995-08-033-1/+25