Roland McGrath | d818403 | 2005-03-15 02:40:12 +0000 | [diff] [blame^] | 1 | Changes in 4.5.10 |
| 2 | ============== |
| 3 | * Bug fixes. |
| 4 | * Print fault address for SIGSEGV/SIGBUS signals when available. |
| 5 | |
Roland McGrath | d63311a | 2005-02-04 09:29:04 +0000 | [diff] [blame] | 6 | Changes in 4.5.9 |
| 7 | ============== |
| 8 | * Bug fixes. |
| 9 | * Improve socket ioctl printing. |
| 10 | * Update Linux/IA64 syscall list. |
| 11 | * Fix Linux/x86-64 syscall argument extraction for 32-bit processes. |
| 12 | * Improve mount flags printing. |
| 13 | * Support symbolic printing of x86_64 arch_prctl parameters. |
| 14 | |
Roland McGrath | f041d47 | 2004-10-20 02:17:52 +0000 | [diff] [blame] | 15 | Changes in 4.5.8 |
| 16 | ============== |
| 17 | * Bug fixes. |
| 18 | * Update syscall tables for Alpha, ARM, HPPA. |
| 19 | * Support new Linux syscalls mbind, set_mempolicy, get_mempolicy, waitid. |
| 20 | * Support Linux syscalls fadvise64, fadvise64_64, and epoll_*. |
| 21 | * Improve ioctl command name matching. |
| 22 | * Print RTC_* ioctl structure contents. |
| 23 | * Support newer RLIMIT_* values. |
| 24 | * Print struct cmsghdr details in sendmsg. |
| 25 | |
Roland McGrath | b93f918 | 2004-08-31 08:17:20 +0000 | [diff] [blame] | 26 | Changes in 4.5.7 |
| 27 | ============== |
| 28 | * Bug fixes. |
| 29 | * Print attribute values in *xattr system calls on Linux. |
| 30 | * Include pread and pwrite calls in -e read and -e write tracing. |
| 31 | * Update SO_* and IP_* value lists and add IPV6_* values for socket options. |
| 32 | * Print clock_t values symbolically in Linux clock_* system calls. |
| 33 | |
Roland McGrath | 785a026 | 2004-07-12 07:55:48 +0000 | [diff] [blame] | 34 | Changes in 4.5.6 |
| 35 | ============== |
| 36 | * Bug fixes, Linux ioctl updates. |
| 37 | * David Miller contributed support for Linux/SPARC64. |
| 38 | |
Roland McGrath | b7e2ca1 | 2004-06-28 05:24:29 +0000 | [diff] [blame] | 39 | Changes in 4.5.5 |
| 40 | ============== |
| 41 | * Just bug fixes. |
| 42 | |
Roland McGrath | ed8e77e | 2004-06-04 02:35:58 +0000 | [diff] [blame] | 43 | Changes in 4.5.4 |
| 44 | ============== |
| 45 | * Update Linux ioctl lists. |
| 46 | * Update PF_* and AF_* value lists. |
| 47 | * The 4.5.3 -p behavior for NPTL threads applies only under -f, and got fixed. |
| 48 | |
Roland McGrath | 6241220 | 2004-04-09 00:25:38 +0000 | [diff] [blame] | 49 | Changes in 4.5.3 |
| 50 | ============== |
| 51 | * Bug fixes. |
| 52 | * On Linux using NPTL threads, -p will now attach to all threads in a process. |
Roland McGrath | 5e169a1 | 2004-04-16 21:54:56 +0000 | [diff] [blame] | 53 | * Handle new mq_* system calls in Linux 2.6.6 and later. |
Roland McGrath | 6241220 | 2004-04-09 00:25:38 +0000 | [diff] [blame] | 54 | |
Roland McGrath | b66e936 | 2004-03-02 06:38:35 +0000 | [diff] [blame] | 55 | Changes in 4.5.2 |
| 56 | ============== |
| 57 | * Bug fixes. |
| 58 | * Report some new VM_* bit values on Linux. |
| 59 | * Better output for Linux sched_* system calls. |
| 60 | |
Roland McGrath | 00eb84e | 2003-11-14 02:57:22 +0000 | [diff] [blame] | 61 | Changes in 4.5.1 |
| 62 | ============== |
| 63 | * Bug fixes. |
| 64 | * Display multiple ioctl name matches on Linux. |
| 65 | |
Roland McGrath | a3bc12e | 2003-09-24 22:22:38 +0000 | [diff] [blame] | 66 | Changes in 4.5 |
Michal Ludvig | 53b320f | 2002-09-23 13:30:09 +0000 | [diff] [blame] | 67 | ============== |
Roland McGrath | f57204d | 2002-12-18 04:36:59 +0000 | [diff] [blame] | 68 | * New port to AMD's x86-64 architecture. One strace binary can |
Michal Ludvig | 53b320f | 2002-09-23 13:30:09 +0000 | [diff] [blame] | 69 | handle both new x86-64 and old i386 processes. |
| 70 | * Fixed support for LFS64 calls. |
Roland McGrath | de6e533 | 2003-01-24 04:31:23 +0000 | [diff] [blame] | 71 | * New switch -E to add/remove environment variables for the command. |
Michal Ludvig | 81a3a9a | 2002-11-06 13:19:15 +0000 | [diff] [blame] | 72 | * Merged s390/s390x port. |
Roland McGrath | f57204d | 2002-12-18 04:36:59 +0000 | [diff] [blame] | 73 | * Trace an unbounded number of processes. |
Roland McGrath | 5694e80 | 2003-01-09 06:56:39 +0000 | [diff] [blame] | 74 | * Handle numerous new system calls in Linux 2.5, and new threads semantics. |
Roland McGrath | f57204d | 2002-12-18 04:36:59 +0000 | [diff] [blame] | 75 | * Fixed bugs with attach/detach leaving things stopped. |
Roland McGrath | 044c8d2 | 2002-12-22 03:36:03 +0000 | [diff] [blame] | 76 | * Fixed traced process seeing ECHILD despite live, traced children |
| 77 | in waitpid calls with WNOHANG. |
Roland McGrath | 1b86e2d | 2003-03-31 01:21:36 +0000 | [diff] [blame] | 78 | * Stuart Menefy contributed a port to Linux/SH. |
Roland McGrath | cb61214 | 2003-07-17 09:23:56 +0000 | [diff] [blame] | 79 | * Stephen Thomas contributed a port to Linux/SH64. |
Roland McGrath | acd3cd7 | 2003-06-11 05:37:56 +0000 | [diff] [blame] | 80 | * Many other bug fixes. |
Michal Ludvig | 53b320f | 2002-09-23 13:30:09 +0000 | [diff] [blame] | 81 | |
Wichert Akkerman | d22c4a1 | 2001-08-19 11:57:48 +0000 | [diff] [blame] | 82 | Changes in 4.4 |
| 83 | ============== |
| 84 | * Fix Linux/ia64 support, looks like someone renamed a few things on us |
| 85 | * Fix the ioctl setup for Linux, turned out it did not really work. |
| 86 | Improve the ioctl extracter as well so we decode some more ones. |
| 87 | |
Wichert Akkerman | e70bbe5 | 2001-04-07 21:47:30 +0000 | [diff] [blame] | 88 | Changes in 4.3.1 |
| 89 | ================ |
| 90 | * compile fixes for Linux/mips |
| 91 | |
Wichert Akkerman | 12f75d1 | 2000-02-14 16:23:40 +0000 | [diff] [blame] | 92 | Changes in 4.3 |
| 93 | ============== |
Wichert Akkerman | b07296a | 2001-04-01 14:05:04 +0000 | [diff] [blame] | 94 | * Linux ia64 and hppa ports added |
Wichert Akkerman | 7987cdf | 2000-07-05 16:05:39 +0000 | [diff] [blame] | 95 | * The usual Linux syscall updates (includes 32bit uid/gid support), |
Wichert Akkerman | a966785 | 2001-03-17 17:26:34 +0000 | [diff] [blame] | 96 | * Linux ioctl list updated |
Wichert Akkerman | f185065 | 2001-02-16 20:29:03 +0000 | [diff] [blame] | 97 | * Support IPv6 scope ids |
Wichert Akkerman | b07296a | 2001-04-01 14:05:04 +0000 | [diff] [blame] | 98 | * FreeBSD/i386 port added |
| 99 | * UnixWare and Solaris updates |
| 100 | * Better support for tracing multithreaded processes in Linux |
Wichert Akkerman | 12f75d1 | 2000-02-14 16:23:40 +0000 | [diff] [blame] | 101 | |
Wichert Akkerman | 4dc8a2a | 1999-12-23 14:20:14 +0000 | [diff] [blame] | 102 | Changes in 4.2 |
| 103 | ============== |
| 104 | * Compiles on glibc2.0 systems again |
| 105 | * Linux/S390 port added |
Roland McGrath | f57204d | 2002-12-18 04:36:59 +0000 | [diff] [blame] | 106 | * The usual Linux syscall updates |
Wichert Akkerman | 9148a3b | 1999-12-24 23:13:55 +0000 | [diff] [blame] | 107 | * we can follow fork on arm now |
Wichert Akkerman | 4dc8a2a | 1999-12-23 14:20:14 +0000 | [diff] [blame] | 108 | |
Wichert Akkerman | 2a64b43 | 1999-11-26 00:29:05 +0000 | [diff] [blame] | 109 | Changes in 4.1 |
| 110 | ================ |
| 111 | * Linux/MIPS port added |
| 112 | * Lots of Linux updates again |
| 113 | * Improved IPv6 support |
| 114 | * Add strace-graph |
| 115 | |
Wichert Akkerman | 4a01ca0 | 1999-07-25 12:29:49 +0000 | [diff] [blame] | 116 | Changes in 4.0.1 |
| 117 | ================ |
| 118 | * Minor bugfixes |
| 119 | * Compiles on glibc2.0 systems again |
| 120 | |
Wichert Akkerman | 8dc9a1a | 1999-07-09 14:08:14 +0000 | [diff] [blame] | 121 | Changes in 4.0 |
| 122 | ============== |
| 123 | * Get stat structure properly on Linux 64bit archs |
| 124 | * Personalities work again |
| 125 | * Compile correctly on SunOS again |
| 126 | * IRIX64 updates |
| 127 | * Solaris updates |
| 128 | |
Wichert Akkerman | 3f7f49d | 1999-06-09 13:12:11 +0000 | [diff] [blame] | 129 | Changes in 3.99.1 |
Wichert Akkerman | 8dc9a1a | 1999-07-09 14:08:14 +0000 | [diff] [blame] | 130 | ================= |
Wichert Akkerman | 3f7f49d | 1999-06-09 13:12:11 +0000 | [diff] [blame] | 131 | * Linux (ultra)sparc fixes |
| 132 | * Linux alpha fixes |
| 133 | * Minor cleanups |
| 134 | |
Wichert Akkerman | b859bea | 1999-04-18 22:50:50 +0000 | [diff] [blame] | 135 | Changes in 3.99 |
| 136 | =============== |
Wichert Akkerman | 1786d81 | 1999-04-15 20:34:14 +0000 | [diff] [blame] | 137 | * New maintainer |
| 138 | * add support for more Linux architectures (powerpc, sparc, arm) |
| 139 | * support lots more Linux syscalls |
| 140 | * fix signal handling |
| 141 | * add IPX and IPIP support |
| 142 | * check stray syscall after execv |
| 143 | * fix hanging children |
| 144 | |
Wichert Akkerman | 76baf7c | 1999-02-19 00:21:36 +0000 | [diff] [blame] | 145 | Changes in version 3.1 |
| 146 | ====================== |
| 147 | |
| 148 | * Irix5 is supported |
| 149 | * Linux 68k is supported |
| 150 | * Linux alpha is supported |
| 151 | * configure is upgraded to autoconf 2.x |
| 152 | * using -f in combination with -e now works correctly |
| 153 | * output can be piped to a program |
| 154 | * tracing setuid programs works better |
| 155 | * it is now reasonable to install strace setuid to root in some circumstances |
| 156 | * new useful tracing names like file and process to trace whole |
| 157 | classes of system calls, e.g. -efile traces all system calls that |
| 158 | take a file name as an argument |
| 159 | * IPC calls on SunOS 4.1.x are decoded |
| 160 | * Linux program memory is reliably dereferenced |
| 161 | * Linux decodes at least the name of all syscalls as of pre2.0.4 |
| 162 | * various cosmetic changes and bug fixes |
| 163 | |
| 164 | Changes from versions 2.x to version 3.0 |
| 165 | ======================================== |
| 166 | |
| 167 | * filename arguments are neither abbreviated nor stringified |
| 168 | * string arguments are now true C strings using octal instead of hex by default |
| 169 | * preprocessor constants are never shortened (e.g. was RDONLY => now O_RDONLY) |
| 170 | * by default the output for multiple processes now goes into one file |
| 171 | * all structures, vectors, bitsets, etc. use consistent output formats |
| 172 | * the -c option now means count calls, -i does what the old -c used to do |
| 173 | |
| 174 | New Features in version 3.0 |
| 175 | =========================== |
| 176 | |
| 177 | * non-ascii strings can be optionally printed entirely in hex |
| 178 | * the output format is readable when mutiple processes are generating output |
| 179 | * exit values are printed in an alignment column |
| 180 | * is is possible to suppress messages about attaching and detaching |
| 181 | * various tracing features can be enabled on a per syscall/signal/desc basis |
| 182 | * selective tracing of syscalls |
| 183 | * selective printing of syscall structures |
| 184 | * selective abbreviation of long structures on a per syscall basis |
| 185 | * selective printing of raw syscall arguments and results |
| 186 | * selective tracing of signals |
| 187 | * selective dumping of all I/O read from file descriptors |
| 188 | * selective dumping of all I/O written to file descriptors |
| 189 | * optional counting of time, calls, and errors for each syscall |