PERFORCE change 145367 for review

Ed Schouten ed at FreeBSD.org
Thu Jul 17 13:54:09 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=145367

Change 145367 by ed at 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.


More information about the p4-projects mailing list