git: kernel - More tty/pty fixes

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Sep 4 11:32:07 PDT 2010


commit 470b5de8bab672e9f29c78eb9f41807d3310fa3d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Sep 4 11:28:21 2010 -0700

    kernel - More tty/pty fixes
    
    * Notify the pty master when the slave closes.
    
    * Fix the zombie state stuff.  Clear the zombie state on initial open of
      either side, prior to running any modem controls.
    
    * This appears to fix screen and tmux.
    
    Reported-by: YONETANI Tomokazu <qhwt+dfly at les.ath.cx>, Antonio Huete Jimenez <tuxillo at crater.dragonflybsd.org>

Summary of changes:
 sys/kern/tty_pty.c |  142 +++++++++++++++++++++++++++-------------------------
 1 files changed, 74 insertions(+), 68 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/470b5de8bab672e9f29c78eb9f41807d3310fa3d


-- 
DragonFly BSD source repository





More information about the Commits mailing list