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