Michal Ludvig | 53b320f | 2002-09-23 13:30:09 +0000 | [diff] [blame] | 1 | Changes in CVS (not yet released) |
| 2 | ============== |
| 3 | * New port to AMD's x86-64 architecture. One strace binary can |
| 4 | handle both new x86-64 and old i386 processes. |
| 5 | * Fixed support for LFS64 calls. |
| 6 | |
Wichert Akkerman | d22c4a1 | 2001-08-19 11:57:48 +0000 | [diff] [blame] | 7 | Changes in 4.4 |
| 8 | ============== |
| 9 | * Fix Linux/ia64 support, looks like someone renamed a few things on us |
| 10 | * Fix the ioctl setup for Linux, turned out it did not really work. |
| 11 | Improve the ioctl extracter as well so we decode some more ones. |
| 12 | |
Wichert Akkerman | e70bbe5 | 2001-04-07 21:47:30 +0000 | [diff] [blame] | 13 | Changes in 4.3.1 |
| 14 | ================ |
| 15 | * compile fixes for Linux/mips |
| 16 | |
Wichert Akkerman | 12f75d1 | 2000-02-14 16:23:40 +0000 | [diff] [blame] | 17 | Changes in 4.3 |
| 18 | ============== |
Wichert Akkerman | b07296a | 2001-04-01 14:05:04 +0000 | [diff] [blame] | 19 | * Linux ia64 and hppa ports added |
Wichert Akkerman | 7987cdf | 2000-07-05 16:05:39 +0000 | [diff] [blame] | 20 | * The usual Linux syscall updates (includes 32bit uid/gid support), |
Wichert Akkerman | a966785 | 2001-03-17 17:26:34 +0000 | [diff] [blame] | 21 | * Linux ioctl list updated |
Wichert Akkerman | f185065 | 2001-02-16 20:29:03 +0000 | [diff] [blame] | 22 | * Support IPv6 scope ids |
Wichert Akkerman | b07296a | 2001-04-01 14:05:04 +0000 | [diff] [blame] | 23 | * FreeBSD/i386 port added |
| 24 | * UnixWare and Solaris updates |
| 25 | * Better support for tracing multithreaded processes in Linux |
Wichert Akkerman | 12f75d1 | 2000-02-14 16:23:40 +0000 | [diff] [blame] | 26 | |
Wichert Akkerman | 4dc8a2a | 1999-12-23 14:20:14 +0000 | [diff] [blame] | 27 | Changes in 4.2 |
| 28 | ============== |
| 29 | * Compiles on glibc2.0 systems again |
| 30 | * Linux/S390 port added |
| 31 | * The usual Linux syscall updates |
Wichert Akkerman | 9148a3b | 1999-12-24 23:13:55 +0000 | [diff] [blame] | 32 | * we can follow fork on arm now |
Wichert Akkerman | 4dc8a2a | 1999-12-23 14:20:14 +0000 | [diff] [blame] | 33 | |
Wichert Akkerman | 2a64b43 | 1999-11-26 00:29:05 +0000 | [diff] [blame] | 34 | Changes in 4.1 |
| 35 | ================ |
| 36 | * Linux/MIPS port added |
| 37 | * Lots of Linux updates again |
| 38 | * Improved IPv6 support |
| 39 | * Add strace-graph |
| 40 | |
Wichert Akkerman | 4a01ca0 | 1999-07-25 12:29:49 +0000 | [diff] [blame] | 41 | Changes in 4.0.1 |
| 42 | ================ |
| 43 | * Minor bugfixes |
| 44 | * Compiles on glibc2.0 systems again |
| 45 | |
Wichert Akkerman | 8dc9a1a | 1999-07-09 14:08:14 +0000 | [diff] [blame] | 46 | Changes in 4.0 |
| 47 | ============== |
| 48 | * Get stat structure properly on Linux 64bit archs |
| 49 | * Personalities work again |
| 50 | * Compile correctly on SunOS again |
| 51 | * IRIX64 updates |
| 52 | * Solaris updates |
| 53 | |
Wichert Akkerman | 3f7f49d | 1999-06-09 13:12:11 +0000 | [diff] [blame] | 54 | Changes in 3.99.1 |
Wichert Akkerman | 8dc9a1a | 1999-07-09 14:08:14 +0000 | [diff] [blame] | 55 | ================= |
Wichert Akkerman | 3f7f49d | 1999-06-09 13:12:11 +0000 | [diff] [blame] | 56 | * Linux (ultra)sparc fixes |
| 57 | * Linux alpha fixes |
| 58 | * Minor cleanups |
| 59 | |
Wichert Akkerman | b859bea | 1999-04-18 22:50:50 +0000 | [diff] [blame] | 60 | Changes in 3.99 |
| 61 | =============== |
Wichert Akkerman | 1786d81 | 1999-04-15 20:34:14 +0000 | [diff] [blame] | 62 | * New maintainer |
| 63 | * add support for more Linux architectures (powerpc, sparc, arm) |
| 64 | * support lots more Linux syscalls |
| 65 | * fix signal handling |
| 66 | * add IPX and IPIP support |
| 67 | * check stray syscall after execv |
| 68 | * fix hanging children |
| 69 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 70 | Changes in version 3.1 |
| 71 | ====================== |
| 72 | |
| 73 | * Irix5 is supported |
| 74 | * Linux 68k is supported |
| 75 | * Linux alpha is supported |
| 76 | * configure is upgraded to autoconf 2.x |
| 77 | * using -f in combination with -e now works correctly |
| 78 | * output can be piped to a program |
| 79 | * tracing setuid programs works better |
| 80 | * it is now reasonable to install strace setuid to root in some circumstances |
| 81 | * new useful tracing names like file and process to trace whole |
| 82 | classes of system calls, e.g. -efile traces all system calls that |
| 83 | take a file name as an argument |
| 84 | * IPC calls on SunOS 4.1.x are decoded |
| 85 | * Linux program memory is reliably dereferenced |
| 86 | * Linux decodes at least the name of all syscalls as of pre2.0.4 |
| 87 | * various cosmetic changes and bug fixes |
| 88 | |
| 89 | Changes from versions 2.x to version 3.0 |
| 90 | ======================================== |
| 91 | |
| 92 | * filename arguments are neither abbreviated nor stringified |
| 93 | * string arguments are now true C strings using octal instead of hex by default |
| 94 | * preprocessor constants are never shortened (e.g. was RDONLY => now O_RDONLY) |
| 95 | * by default the output for multiple processes now goes into one file |
| 96 | * all structures, vectors, bitsets, etc. use consistent output formats |
| 97 | * the -c option now means count calls, -i does what the old -c used to do |
| 98 | |
| 99 | New Features in version 3.0 |
| 100 | =========================== |
| 101 | |
| 102 | * non-ascii strings can be optionally printed entirely in hex |
| 103 | * the output format is readable when mutiple processes are generating output |
| 104 | * exit values are printed in an alignment column |
| 105 | * is is possible to suppress messages about attaching and detaching |
| 106 | * various tracing features can be enabled on a per syscall/signal/desc basis |
| 107 | * selective tracing of syscalls |
| 108 | * selective printing of syscall structures |
| 109 | * selective abbreviation of long structures on a per syscall basis |
| 110 | * selective printing of raw syscall arguments and results |
| 111 | * selective tracing of signals |
| 112 | * selective dumping of all I/O read from file descriptors |
| 113 | * selective dumping of all I/O written to file descriptors |
| 114 | * optional counting of time, calls, and errors for each syscall |