From 70e4b462daa660d9636077597bb12852c71ee54c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 5 Jul 2007 18:43:24 +0000 Subject: [PATCH] . --- ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f603a8ae..0f9c08db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,23 @@ +2007-07-05 Jan Kratochvil + + * 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 Dmitry V. Levin 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(). -- 2.40.0