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