]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Thu, 5 Jul 2007 18:43:24 +0000 (18:43 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 5 Jul 2007 18:43:24 +0000 (18:43 +0000)
ChangeLog

index f603a8ae5be2982f5d4c9e73b776b4edd5818962..0f9c08db16ee6b8f0f99fa256182074f40460bdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,23 @@
+2007-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * strace.c (detach): New prototype.  Extended the function comment.
+       [LINUX] (detach): Call droptcb() instead of the wrongly parametrized
+       detach() call.
+       (handle_group_exit): Call droptcb() instead of the wrongly parametrized
+       detach() call.  Always call detach() only once from the group leader.
+       Comment the leader killing known bug tested by `test/leaderkill.c'.
+       Code advisory: Roland McGrath
+       Fixes RH#240961.
+
+       * test/leaderkill.c: New file.
+       * test/.cvsignore, test/Makefile: Add it.
+
 2007-03-29  Vladimir Nadvornik <nadvornik@suse.cz>
            Dmitry V. Levin <ldv@altlinux.org>
 
        Trace linux SG_IO ioctl arguments and results.
        * scsi.c: New file.
-       * Makefile.am (strace_SOURCES): Add scsi.c
+       * Makefile.am (strace_SOURCES): Add it.
        * defs.h (scsi_ioctl): New function.
        * ioctl.c (ioctl_decode): Use scsi_ioctl().