From: Roland McGrath Date: Fri, 20 Feb 2004 02:25:42 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~643 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13aeab35587d7e93dcdcd710cb2948c26c8af8bc;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 5aa3e250..d7dd19e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ +2004-02-15 Anton Blanchard + + * linux/powerpc/syscallent.h: Add rtas call. + Shift multiplexed syscalls to start at 300, we are already about + to hit 256 real syscalls. + * linux/syscall.h: SYS_socket_subcall is now 300 for [POWERPC]. + +2004-02-19 Roland McGrath + + * strace.c (main): Use TCP->pid, not PID, in -p message. + Fixes Debian bug #229802. + 2004-01-13 Roland McGrath + * syscall.c (force_result) [LINUX] [S390 || S390X]: Remove bogus upeek + call. + * stream.c (internal_stream_ioctl): Fix typo strict -> struct. Reported by Petter Reinholdtsen . @@ -7,7 +22,7 @@ * process.c (struct_user_offsets) [IA64]: Fix up register name list. -2003-12-14 Anton Blanchard +2003-12-14 Anton Blanchard * file.c (sys_getdents64): Don't cast d_ino and d_off to unsigned long. Use %llu formats for them. @@ -29,7 +44,7 @@ * file.c (direnttypes): Define under [LINUX] as well. Add DT_UNKNOWN. (sys_getdents64) [LINUX]: Print d_type field. -2003-12-15 Dmitry V. Levin +2003-12-15 Dmitry V. Levin * strace.c (trace) [WCOREDUMP]: Show coredump status of the killed process if available. Fixes RH#112117. @@ -39,7 +54,7 @@ * configure.ac, NEWS: Version 4.5.1. * strace.spec, debian/changelog: 4.5.1-1. -2003-09-06 Dmitry V. Levin +2003-09-06 Dmitry V. Levin * defs.h (ioctl_lookup): Prototype change. * ioctl.c (ioctl_next_match): New function. @@ -55,7 +70,7 @@ * linux/sh/syscallent.h: Use sys_setgroups32, sys_getgroups32. * linux/sh64/syscallent.h: Likewise. -2003-09-06 Dmitry V. Levin +2003-09-06 Dmitry V. Levin Fixes for RH#105359. * util.c (printuid): New function.