Date: Thu, 17 Jul 2008 13:54:08 GMT From: Ed Schouten <ed@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 145367 for review Message-ID: <200807171354.m6HDs8ur061316@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145367 Change 145367 by ed@ed_dull on 2008/07/17 13:53:39 Remove stale comments on entering the zombie state. We now handle zombie state properly. Affected files ... .. //depot/projects/mpsafetty/sys/kern/tty_ttydisc.c#2 edit Differences ... ==== //depot/projects/mpsafetty/sys/kern/tty_ttydisc.c#2 (text+ko) ==== @@ -550,7 +550,6 @@ tty_lock_assert(tp, MA_OWNED); - /* XXX: should not be done here! */ if (open) cv_broadcast(&tp->t_dcdwait); @@ -566,8 +565,6 @@ tty_signal_sessleader(tp, SIGHUP); tty_flush(tp, FREAD|FWRITE); - - /* XXX: Zombie state! */ } else { /* * Carrier is back again.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807171354.m6HDs8ur061316>