summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-05-23 02:27:37 +0000
committerRoland McGrath <roland@redhat.com>2003-05-23 02:27:37 +0000
commitd0835361d61de0051771a5c1ae60ddc2c7c5152d (patch)
treeb5863d2e16d0680b33237b1953a47c1520759934
parent0962345a5775e0eea75c3ec408fb4807e851e7f0 (diff)
downloadstrace-d0835361d61de0051771a5c1ae60ddc2c7c5152d.tar.gz
strace-d0835361d61de0051771a5c1ae60ddc2c7c5152d.tar.bz2
strace-d0835361d61de0051771a5c1ae60ddc2c7c5152d.tar.xz
.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6229dfb..9d16217 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-05-22 Roland McGrath <roland@redhat.com>
+ * defs.h (struct tcb): New member `nzombies'.
+ * strace.c (alloctcb): Initialize it.
+ (droptcb): Increment our parent's zombie count.
+ * process.c (internal_wait): Don't go into TCB_SUSPENDED if the
+ process has zombies it can reap. On the way out, if we reaped
+ an untraced process, decrement the zombie count.
+
* process.c (sys_clone): Mask CSIGNAL out of flags and print that
separately using signame.