From: Roland McGrath Date: Tue, 13 Jan 2004 10:14:04 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~654 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=135db8908d5a6a045191c7d7e9ca4572bd60d600;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 71987a68..615bcb13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2003-12-31 David Mosberger + + * process.c (struct_user_offsets) [IA64]: Fix up register name list. + +2003-12-14 Anton Blanchard + + * file.c [LINUX] (fsmagic): Add SYSFS_MAGIC. + + * linux/powerpc/syscallent.h: Update to include recently added + syscalls. + + * syscall.c (get_error) [POWERPC]: Cast result to unsigned long for + ppc64, we were misreporting syscalls that really succeeded as having + failed. + 2004-01-13 Roland McGrath * strace.1: Remove comment about vfork on Linux. @@ -9,7 +24,7 @@ 2003-12-15 Dmitry V. Levin * strace.c (trace) [WCOREDUMP]: Show coredump status of the - killed process if available. + killed process if available. Fixes RH#112117. 2003-11-13 Roland McGrath