Fix a pty-freeing error which caused a segfault if you attempted to
[u/mdw/putty] / unix / uxpty.c
2013-07-11 simonFix a pty-freeing error which caused a segfault if...
2013-07-01 simonA collection of small bug fixes from Chris West, appare...
2013-02-24 simonRemove the half-hearted attempt to make the utmp helper...
2013-02-23 simonDon't forget to check the return values of setuid and...
2012-12-18 simonSwitch round a bogus if statement I've just noticed...
2012-12-18 simonPatch from Brad Smith to use posix_openpt() instead of
2012-12-18 simonUse O_NOCTTY (if available) when opening /dev/ptmx...
2012-07-11 simonIf pterm's execvp fails when given the whole argument...
2011-09-19 simonWe shouldn't fork off a utmp helper subprocess when...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-03-02 simonColin Watson reports that gnome-session has been known...
2011-03-01 jacobUse pid_t more consistently. Should shut up a warning...
2009-08-07 jacobWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2007-10-02 benAs far as I can see (at least in NetBSD) O_NONBLOCK...
2007-07-01 jacobImplement Marcin Bulandra's suggestion of only automati...
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-02-05 simonAhem; other half of r7232...
2007-02-05 simonWhen calling TIOCSCTTY, it helps to pass it an fd that...
2007-01-14 simonRemove the loops that close all open fds before running a
2006-12-09 benSet FD_CLOEXEC in a little convenience function that...
2006-11-23 simonI've just discovered that using the saved sessions...
2006-08-27 simonThe `socket' function in the backends is only ever...
2006-05-12 owenpty_init should put _something_ into realhost
2006-02-23 simonDo proper select-for-write on ptys. Currently, pasting a
2005-09-13 benSome hosts don't have TIOCSCTTY. Don't try to use...
2005-07-15 jacobPatch from Colin Watson: we were sometimes passing...
2005-05-09 jacobMake Makefile.gtk build again on Linux (assume <utmpx...
2005-04-25 benUse pututxline() in place of pututline(), since the...
2005-04-25 benuxpty.c uses non-X/Open facilities (notably strsignal...
2005-04-04 benNULL needs to be cast to void * when passed to a variad...
2005-02-06 simonReinstate the broken -e option in pterm. Also I've...
2005-02-06 simonEncapsulated most of the pty backend's variables into...
2005-02-06 simonThe pty backend won't _always_ be running under X,...
2005-02-05 simonWhen allocating BSD-style ptys, we should not be satisf...
2004-12-31 simonRename some of the more stupidly named files in the...