From: Roland McGrath Date: Wed, 18 Dec 2002 04:36:59 +0000 (+0000) Subject: update X-Git-Tag: v4.5.18~934 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f57204d839ba657e91a4007f4d85e1fa1dae5262;p=strace update --- diff --git a/ChangeLog b/ChangeLog index 71883a1f..84381bc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-12-17 Roland McGrath + * linux/ia64/syscallent.h: Remove placeholders 275-298 to catch up + with linux/syscallent.h additions. + * strace.c (tcbtab): Make this a pointer to pointers, not an array. (tcbtabsize): New variable. (main): Initialize them using dynamic allocation. diff --git a/NEWS b/NEWS index 18580f84..b7232b2c 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,13 @@ Changes in CVS (not yet released) ============== -* New port to AMD's x86-64 architecture. One strace binary can +* New port to AMD's x86-64 architecture. One strace binary can handle both new x86-64 and old i386 processes. * Fixed support for LFS64 calls. * New switch (-z) for printing only non-failing syscalls. * Merged s390/s390x port. +* Trace an unbounded number of processes. +* Handle numerous new system calls in Linux 2.5. +* Fixed bugs with attach/detach leaving things stopped. Changes in 4.4 ============== @@ -30,7 +33,7 @@ Changes in 4.2 ============== * Compiles on glibc2.0 systems again * Linux/S390 port added -* The usual Linux syscall updates +* The usual Linux syscall updates * we can follow fork on arm now Changes in 4.1