summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-08-03 11:23:50 +0000
committerRoland McGrath <roland@redhat.com>2005-08-03 11:23:50 +0000
commite0f6bb05c7af378e7d88d07ed1e6198bd3a4f8fa (patch)
treef8aab3bdc0b5530bcc44423371aeb9095db10a5c
parenta08a97eff32ba016ec5d71d2e6948dd43b98cf34 (diff)
downloadstrace-e0f6bb05c7af378e7d88d07ed1e6198bd3a4f8fa.tar.gz
strace-e0f6bb05c7af378e7d88d07ed1e6198bd3a4f8fa.tar.bz2
strace-e0f6bb05c7af378e7d88d07ed1e6198bd3a4f8fa.tar.xz
.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2918de3..06f1b81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-08-03 Roland McGrath <roland@redhat.com>
+
+ * process.c (internal_wait): Don't suspend when known child is known
+ to be exiting already.
+
+ * strace.c (detach): If detaching the last live thread in a group with
+ a zombie leader, then detach the leader too.
+ (handle_group_exit): Use detach, not droptcb, for predeceased thread.
+ Mark process about to take a signal with TCB_GROUP_EXITING flag.
+ Fixes RH#161919.
+
2005-07-19 Roland McGrath <roland@redhat.com>
* defs.h [LINUX] [M68K] (__NR_exit_group): Define it if missing.