]> granicus.if.org Git - strace/commitdiff
update
authorRoland McGrath <roland@redhat.com>
Wed, 18 Dec 2002 04:36:59 +0000 (04:36 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 18 Dec 2002 04:36:59 +0000 (04:36 +0000)
ChangeLog
NEWS

index 71883a1fc8211588ec480cb25576b4d5b30ab957..84381bc914a25b476db05c77d323e46e5162de9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-12-17  Roland McGrath  <roland@redhat.com>
 
+       * 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 18580f84c8fb657c71fd9db8d3c1d594208f17e6..b7232b2cd40529716fd37c492bce21334671dc6c 100644 (file)
--- 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