From: Roland McGrath Date: Tue, 15 Mar 2005 02:16:21 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=391a4e7bc2053332611872a976c226f26a9ace9f;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 4d841146..d30a1ee9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-02-28 Andreas Schwab + + * syscall.c (getrval2): Move #ifdef IA64 inside #ifdef LINUX. + +2005-03-14 Roland McGrath + + * linux/mips/syscallent.h: Update various calls. + From Thiemo Seufer . + Fixes Debian bug #256684. + + * debian/control (Architecture): Add s390. + Fixes Debian bug #294172. + 2005-03-06 Roland McGrath * strace.c (trace) [PTRACE_GETSIGINFO]: Fetch siginfo_t for SIGSEGV @@ -11,7 +24,7 @@ * desc.c (decode_select): Calculate size of passed fd_set vectors and copy in the user's size rather than the standard sizeof(fd_set). - Fixes Debian bug #65654. + Fixes Debian bug #65654, #284290. * util.c (printpath, printpathn): Print NULL and don't try any fetch when ADDR is zero.