blob: 31c21b132609d4cf853f50358baa36585dbb433a [file] [log] [blame]
Dmitry V. Levinfbfed222009-09-14 16:34:34 +00001Noteworthy changes in release 4.5.19
2====================================
3
4* Changes in behavior
5 * When command exits, strace now exits with the same exit status.
6 If command is terminated by a signal, strace terminates itself
7 with the same signal, so that strace can be used as a wrapper
8 process transparent to the invoking parent process.
9 When using -p option, the exit status of strace is zero unless
10 there was an unexpected error in doing the tracing.
11 (Addresses Fedora bug #105371 and Debian bug #37665)
12
13* Improvements
14 * Implemented decoding of new Linux syscalls: accept4, dup3,
15 epoll_create1, eventfd2, inotify_init1, pipe2, signalfd4.
16 * Implemented decoding of socket type flags introduced in Linux 2.6.27.
17 * Implemented decoding of accept4 socketcall.
18 * Enhanced prctl decoding.
19 * Enhanced nanosleep decoding.
20 * Enhanced ptrace decoding.
21 * Enhanced futex decoding.
22 * Enhanced CAP_* decoding.
23 * Enhanced SIOCS* ioctls decoding.
24 * Enhanced fcntl F_* flags decoding.
25 * Updated ARM architecture support.
26 * Added Blackfin architecture support.
27 * Added AVR32 architecture support.
28 * Added CRIS architecture support.
29 * Made strace detect when traced process suddenly disappeared.
30
31* Bug fixes
32 * Fixed syscall numbers for tee and sync_file_range.
33 (Addresses Debian bug #503124)
34 * Fixed several bugs in strings decoder, including potential heap
35 memory corruption.
36 (Addresses Fedora bugs #470529, #478324 and #511035)
37 * Marked sendfile(2) as a network syscall.
38 (Addresses Debian bug #509499)
39 * Fixed accept(2) decoding.
40 * Fixed sigtimedwait(2) decoding.
41 * Fixed build on ARM EABI.
42 (Addresses Debian bugs #520084 and #535564, and Fedora bug #507576)
43 * Fixed display of 32-bit fcntl(F_SETLK) on 64-bit architectures.
44 (Addresses Red Hat bug #471169)
45 * Fixed display of 32-bit argv array on 64-bit architectures.
46 (Addresses Fedora bug #519480)
47 * Fixed display of 32-bit struct sigaction on 64-bit architectures.
48
Roland McGrath09db7052008-08-28 22:00:46 +000049Changes in 4.5.18
50==============
51* Bug fixes.
52* Support new Linux/PPC system call subpage_prot and PROT_SAO flag.
53* In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN.
54
Roland McGrath55dd2782008-07-18 02:21:11 +000055Changes in 4.5.17
56==============
57* Many bug fixes.
58* -F is now deprecated, -f has traced vfork too on Linux for a long time now.
59* Print O_CLOEXEC, MSG_CMSG_CLOEXEC flag bits.
60* Improved output for prctl system call on Linux.
61* Improved support for Linux/ARM.
62* SA_NOMASK is now spelled SA_NODEFER, and SA_ONESHOT is spelled SA_RESETHAND.
63
Roland McGrath47d32232007-08-03 10:28:55 +000064Changes in 4.5.16
65==============
66* Bug fixes.
67* Improved output for delete_module, futex, and mbind system calls on Linux.
68* Improved output for SG_IO ioctls on Linux.
69* Support new Linux system calls move_pages, utimensat, signalfd, timerfd,
70 eventfd, getcpu, epoll_pwait.
71
Roland McGrath16a3a522007-01-11 22:22:42 +000072Changes in 4.5.15
73==============
74* Bug fixes.
75* Several biarch improvements.
Roland McGrath0a45fae2007-01-16 23:25:34 +000076* Improved output for adjtimex, sysctl, quotactl, mount, umount.
Roland McGrath16a3a522007-01-11 22:22:42 +000077* Support new Linux system calls *at, inotify*, pselect6, ppoll and unshare.
78
Roland McGrathf4d9b492006-01-17 06:22:57 +000079Changes in 4.5.14
80==============
81* Bug fixes.
82* Accept numeric system calls in -e.
83
Roland McGrathcab43802005-08-03 11:42:35 +000084Changes in 4.5.13
85==============
86* Bug fixes.
87* Introduce "-e trace=desc".
88
Roland McGrath182cbf42005-06-10 03:56:16 +000089Changes in 4.5.12
90==============
91* Bug fixes.
92* Better x86-64 support for IA32 processes.
93* Update PowerPC system calls.
94* Better printing for Linux aio system calls.
95
Roland McGrath7147a3d2005-03-22 23:12:39 +000096Changes in 4.5.11
97==============
98* Quick fix release for build issues.
99* One fix for Linux/ARM system call table.
100
Roland McGrathd8184032005-03-15 02:40:12 +0000101Changes in 4.5.10
102==============
103* Bug fixes.
104* Print fault address for SIGSEGV/SIGBUS signals when available.
105
Roland McGrathd63311a2005-02-04 09:29:04 +0000106Changes in 4.5.9
107==============
108* Bug fixes.
109* Improve socket ioctl printing.
110* Update Linux/IA64 syscall list.
111* Fix Linux/x86-64 syscall argument extraction for 32-bit processes.
112* Improve mount flags printing.
113* Support symbolic printing of x86_64 arch_prctl parameters.
114
Roland McGrathf041d472004-10-20 02:17:52 +0000115Changes in 4.5.8
116==============
117* Bug fixes.
118* Update syscall tables for Alpha, ARM, HPPA.
119* Support new Linux syscalls mbind, set_mempolicy, get_mempolicy, waitid.
120* Support Linux syscalls fadvise64, fadvise64_64, and epoll_*.
121* Improve ioctl command name matching.
122* Print RTC_* ioctl structure contents.
123* Support newer RLIMIT_* values.
124* Print struct cmsghdr details in sendmsg.
125
Roland McGrathb93f9182004-08-31 08:17:20 +0000126Changes in 4.5.7
127==============
128* Bug fixes.
129* Print attribute values in *xattr system calls on Linux.
130* Include pread and pwrite calls in -e read and -e write tracing.
131* Update SO_* and IP_* value lists and add IPV6_* values for socket options.
132* Print clock_t values symbolically in Linux clock_* system calls.
133
Roland McGrath785a0262004-07-12 07:55:48 +0000134Changes in 4.5.6
135==============
136* Bug fixes, Linux ioctl updates.
137* David Miller contributed support for Linux/SPARC64.
138
Roland McGrathb7e2ca12004-06-28 05:24:29 +0000139Changes in 4.5.5
140==============
141* Just bug fixes.
142
Roland McGrathed8e77e2004-06-04 02:35:58 +0000143Changes in 4.5.4
144==============
145* Update Linux ioctl lists.
146* Update PF_* and AF_* value lists.
147* The 4.5.3 -p behavior for NPTL threads applies only under -f, and got fixed.
148
Roland McGrath62412202004-04-09 00:25:38 +0000149Changes in 4.5.3
150==============
151* Bug fixes.
152* On Linux using NPTL threads, -p will now attach to all threads in a process.
Roland McGrath5e169a12004-04-16 21:54:56 +0000153* Handle new mq_* system calls in Linux 2.6.6 and later.
Roland McGrath62412202004-04-09 00:25:38 +0000154
Roland McGrathb66e9362004-03-02 06:38:35 +0000155Changes in 4.5.2
156==============
157* Bug fixes.
158* Report some new VM_* bit values on Linux.
159* Better output for Linux sched_* system calls.
160
Roland McGrath00eb84e2003-11-14 02:57:22 +0000161Changes in 4.5.1
162==============
163* Bug fixes.
164* Display multiple ioctl name matches on Linux.
165
Roland McGratha3bc12e2003-09-24 22:22:38 +0000166Changes in 4.5
Michal Ludvig53b320f2002-09-23 13:30:09 +0000167==============
Roland McGrathf57204d2002-12-18 04:36:59 +0000168* New port to AMD's x86-64 architecture. One strace binary can
Michal Ludvig53b320f2002-09-23 13:30:09 +0000169 handle both new x86-64 and old i386 processes.
170* Fixed support for LFS64 calls.
Roland McGrathde6e5332003-01-24 04:31:23 +0000171* New switch -E to add/remove environment variables for the command.
Michal Ludvig81a3a9a2002-11-06 13:19:15 +0000172* Merged s390/s390x port.
Roland McGrathf57204d2002-12-18 04:36:59 +0000173* Trace an unbounded number of processes.
Roland McGrath5694e802003-01-09 06:56:39 +0000174* Handle numerous new system calls in Linux 2.5, and new threads semantics.
Roland McGrathf57204d2002-12-18 04:36:59 +0000175* Fixed bugs with attach/detach leaving things stopped.
Roland McGrath044c8d22002-12-22 03:36:03 +0000176* Fixed traced process seeing ECHILD despite live, traced children
177 in waitpid calls with WNOHANG.
Roland McGrath1b86e2d2003-03-31 01:21:36 +0000178* Stuart Menefy contributed a port to Linux/SH.
Roland McGrathcb612142003-07-17 09:23:56 +0000179* Stephen Thomas contributed a port to Linux/SH64.
Roland McGrathacd3cd72003-06-11 05:37:56 +0000180* Many other bug fixes.
Michal Ludvig53b320f2002-09-23 13:30:09 +0000181
Wichert Akkermand22c4a12001-08-19 11:57:48 +0000182Changes in 4.4
183==============
184* Fix Linux/ia64 support, looks like someone renamed a few things on us
185* Fix the ioctl setup for Linux, turned out it did not really work.
186 Improve the ioctl extracter as well so we decode some more ones.
187
Wichert Akkermane70bbe52001-04-07 21:47:30 +0000188Changes in 4.3.1
189================
190* compile fixes for Linux/mips
191
Wichert Akkerman12f75d12000-02-14 16:23:40 +0000192Changes in 4.3
193==============
Wichert Akkermanb07296a2001-04-01 14:05:04 +0000194* Linux ia64 and hppa ports added
Wichert Akkerman7987cdf2000-07-05 16:05:39 +0000195* The usual Linux syscall updates (includes 32bit uid/gid support),
Wichert Akkermana9667852001-03-17 17:26:34 +0000196* Linux ioctl list updated
Wichert Akkermanf1850652001-02-16 20:29:03 +0000197* Support IPv6 scope ids
Wichert Akkermanb07296a2001-04-01 14:05:04 +0000198* FreeBSD/i386 port added
199* UnixWare and Solaris updates
200* Better support for tracing multithreaded processes in Linux
Wichert Akkerman12f75d12000-02-14 16:23:40 +0000201
Wichert Akkerman4dc8a2a1999-12-23 14:20:14 +0000202Changes in 4.2
203==============
204* Compiles on glibc2.0 systems again
205* Linux/S390 port added
Roland McGrathf57204d2002-12-18 04:36:59 +0000206* The usual Linux syscall updates
Wichert Akkerman9148a3b1999-12-24 23:13:55 +0000207* we can follow fork on arm now
Wichert Akkerman4dc8a2a1999-12-23 14:20:14 +0000208
Wichert Akkerman2a64b431999-11-26 00:29:05 +0000209Changes in 4.1
210================
211* Linux/MIPS port added
212* Lots of Linux updates again
213* Improved IPv6 support
214* Add strace-graph
215
Wichert Akkerman4a01ca01999-07-25 12:29:49 +0000216Changes in 4.0.1
217================
218* Minor bugfixes
219* Compiles on glibc2.0 systems again
220
Wichert Akkerman8dc9a1a1999-07-09 14:08:14 +0000221Changes in 4.0
222==============
223* Get stat structure properly on Linux 64bit archs
224* Personalities work again
225* Compile correctly on SunOS again
226* IRIX64 updates
227* Solaris updates
228
Wichert Akkerman3f7f49d1999-06-09 13:12:11 +0000229Changes in 3.99.1
Wichert Akkerman8dc9a1a1999-07-09 14:08:14 +0000230=================
Wichert Akkerman3f7f49d1999-06-09 13:12:11 +0000231* Linux (ultra)sparc fixes
232* Linux alpha fixes
233* Minor cleanups
234
Wichert Akkermanb859bea1999-04-18 22:50:50 +0000235Changes in 3.99
236===============
Wichert Akkerman1786d811999-04-15 20:34:14 +0000237* New maintainer
238* add support for more Linux architectures (powerpc, sparc, arm)
239* support lots more Linux syscalls
240* fix signal handling
241* add IPX and IPIP support
242* check stray syscall after execv
243* fix hanging children
244
Wichert Akkerman76baf7c1999-02-19 00:21:36 +0000245Changes in version 3.1
246======================
247
248* Irix5 is supported
249* Linux 68k is supported
250* Linux alpha is supported
251* configure is upgraded to autoconf 2.x
252* using -f in combination with -e now works correctly
253* output can be piped to a program
254* tracing setuid programs works better
255* it is now reasonable to install strace setuid to root in some circumstances
256* new useful tracing names like file and process to trace whole
257 classes of system calls, e.g. -efile traces all system calls that
258 take a file name as an argument
259* IPC calls on SunOS 4.1.x are decoded
260* Linux program memory is reliably dereferenced
261* Linux decodes at least the name of all syscalls as of pre2.0.4
262* various cosmetic changes and bug fixes
263
264Changes from versions 2.x to version 3.0
265========================================
266
267* filename arguments are neither abbreviated nor stringified
268* string arguments are now true C strings using octal instead of hex by default
269* preprocessor constants are never shortened (e.g. was RDONLY => now O_RDONLY)
270* by default the output for multiple processes now goes into one file
271* all structures, vectors, bitsets, etc. use consistent output formats
272* the -c option now means count calls, -i does what the old -c used to do
273
274New Features in version 3.0
275===========================
276
277* non-ascii strings can be optionally printed entirely in hex
278* the output format is readable when mutiple processes are generating output
279* exit values are printed in an alignment column
280* is is possible to suppress messages about attaching and detaching
281* various tracing features can be enabled on a per syscall/signal/desc basis
282* selective tracing of syscalls
283* selective printing of syscall structures
284* selective abbreviation of long structures on a per syscall basis
285* selective printing of raw syscall arguments and results
286* selective tracing of signals
287* selective dumping of all I/O read from file descriptors
288* selective dumping of all I/O written to file descriptors
289* optional counting of time, calls, and errors for each syscall