]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/pty.c
Jacob has pointed out why SIGCHLD was blocked, so I've updated the
[PuTTY.git] / unix / pty.c
2004-12-17 Simon TathamJacob has pointed out why SIGCHLD was blocked, so I...
2004-12-17 Simon TathamApparently SIGCHLD is blocked by default in processes...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-24 Simon TathamI think rjk meant `setpgid', not `setpgrp'.
2004-11-24 Simon TathamRJK's OS X portability patch:
2004-10-16 Simon TathamMoved the environment variables config block out of...
2004-08-16 Jacob NevinsPatch from Kurt Roeckx: apparently on Debian amd64...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2003-05-11 Simon TathamI think I've just fixed Debian bug #166396. The +ut...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-12 Simon TathamClose On Exit and Warn On Close fixes: (a) pty_reconfig...
2003-04-04 Simon TathamTurned the old `Telnet Command' System-submenu into...
2003-03-29 Simon TathamHaving created and used uxsel, it actually turns out to be
2003-03-29 Simon Tathampterm now uses the new uxsel module, so it's one step...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-06 Simon TathamRichard B's patch to add WINDOWID support to pterm.
2003-01-20 Ben HarrisAdd a stub "free" routine for pterm. Thanks to rjk.
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2002-11-02 Simon TathamAnother signal-handling refinement from RJK: the SIGCHL...
2002-11-02 Simon TathamRJK's general signal-handling robustness patch. Should...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon Tathampty backend now supports the changed function interface...
2002-10-23 Simon TathamImplement handling of all Close On Exit modes. Default...
2002-10-23 Simon TathamCleanups from yesterday's destabilisation: lots of stuff in
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-22 Simon TathamStop `pterm -ut-' leaving the unnecessary utmp helper...
2002-10-21 Simon TathamMake sure SIGINT and SIGQUIT haven't been nobbled in...
2002-10-21 Simon TathamDon't bother closing fds 0-2 before dup2ing over them...
2002-10-16 Simon TathamFix utmp and pty handling so that GTK never complains...
2002-10-15 Simon TathamConfigure the pty so that it agrees with our idea of...
2002-10-15 Simon TathamDon't forget to initialise the pixel size parameters...
2002-10-15 Simon TathamIntroduce the ability to control whether the shell...
2002-10-15 Simon TathamFinish up utmp processing: add the -ut- command-line...
2002-10-15 Simon TathamSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-15 Simon TathamSupport for BSD-style pty devices. Tested under Linux...
2002-10-14 Simon Tathamxterm-class programs should exit when their primary...
2002-10-14 Simon TathamVarious faffs in the pty allocation process to get...
2002-10-13 Simon TathamDon't forget to set $TERM when we spawn the pty. Of...
2002-10-13 Simon TathamAdded two simple command-line arguments: -fn (so I...
2002-10-13 Simon TathamResizing of pterm now works, and the size information...
2002-10-10 Simon TathamAnd that's it! pty.c is now a real pty backend rather...
2002-10-09 Simon TathamFirst phase of porting. pterm now compiles and runs...