summaryrefslogtreecommitdiffstats
path: root/src/util/pty/cleanup.c
Commit message (Expand)AuthorAgeFilesLines
* Move pty library from util/pty to appl/libpty; update Makefile.in andKen Raeburn2006-04-111-112/+0
* protoizeKen Raeburn2004-02-191-4/+4
* Include "com_err.h" instead of <com_err.h>Ken Raeburn2002-06-131-1/+1
* * cleanup.c: Call update_utmp() with the correct pid to assist inTom Yu2001-05-081-1/+1
* * cleanup.c (pty_cleanup): Delcare local variable only ifEzra Peisach2001-05-031-0/+2
* * getpty.c (pty_getpty): More conditionalizing variable defintionEzra Peisach2000-06-291-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Have pty_cleanup() fork on systems with vhangup()Sam Hartman1996-04-151-3/+43
* Don't update the utmp file unless update_utmp is trueSam Hartman1996-01-301-2/+3
* Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman1996-01-191-1/+1
* Changes to get telnet working on AlphaSam Hartman1995-08-091-7/+7
* * Modify pty_update_utmp so it takes additional parameters instead ofSam Hartman1995-08-071-7/+2
* Fix up Copyright notice to have correct year (1995 instead of 1990)Theodore Tso1995-08-041-13/+11
* missed a #endifTom Yu1995-08-041-1/+1
* * cleanup.c (pty_cleanup): Add missing declarations for retval andTom Yu1995-08-041-3/+5
* Attempt to HUP processes associated with the pty when it is revoked ifSam Hartman1995-08-031-0/+16
* Make interface change so getpty doesn't overwriteSam Hartman1995-08-011-1/+1
* Check in first version of libptySam Hartman1995-07-311-0/+55