cvs commit: src/sys/kern tty_ttydisc.c
Christian S.J. Peron
csjp at FreeBSD.org
Wed Sep 10 20:12:21 UTC 2008
csjp 2008-09-10 20:12:10 UTC
FreeBSD src repository
Modified files:
sys/kern tty_ttydisc.c
Log:
SVN rev 182917 on 2008-09-10 20:12:10Z by csjp
Make sure the TTY has not disappeared out from under us before calling
ttydevsw_outwakeup(). This should fix panics which occur after remote
login sessions timeout during moderate TTY activity. An example of
where this might occur is where a pending write to the terminal is
occurring while sshd(8) is shutting down the TTY after a TCP timeout.
Submitted by: ed
Revision Changes Path
1.4 +3 -2 src/sys/kern/tty_ttydisc.c
More information about the cvs-src
mailing list