blob: 0181ff31cca625adb1e563db0b5f6102e20123c4 [file] [log] [blame]
Michal Ludvig53b320f2002-09-23 13:30:09 +00001Changes in CVS (not yet released)
2==============
Roland McGrathf57204d2002-12-18 04:36:59 +00003* New port to AMD's x86-64 architecture. One strace binary can
Michal Ludvig53b320f2002-09-23 13:30:09 +00004 handle both new x86-64 and old i386 processes.
5* Fixed support for LFS64 calls.
Michal Ludvig81a3a9a2002-11-06 13:19:15 +00006* New switch (-z) for printing only non-failing syscalls.
7* Merged s390/s390x port.
Roland McGrathf57204d2002-12-18 04:36:59 +00008* Trace an unbounded number of processes.
9* Handle numerous new system calls in Linux 2.5.
10* Fixed bugs with attach/detach leaving things stopped.
Roland McGrath044c8d22002-12-22 03:36:03 +000011* Fixed traced process seeing ECHILD despite live, traced children
12 in waitpid calls with WNOHANG.
Michal Ludvig53b320f2002-09-23 13:30:09 +000013
Wichert Akkermand22c4a12001-08-19 11:57:48 +000014Changes in 4.4
15==============
16* Fix Linux/ia64 support, looks like someone renamed a few things on us
17* Fix the ioctl setup for Linux, turned out it did not really work.
18 Improve the ioctl extracter as well so we decode some more ones.
19
Wichert Akkermane70bbe52001-04-07 21:47:30 +000020Changes in 4.3.1
21================
22* compile fixes for Linux/mips
23
Wichert Akkerman12f75d12000-02-14 16:23:40 +000024Changes in 4.3
25==============
Wichert Akkermanb07296a2001-04-01 14:05:04 +000026* Linux ia64 and hppa ports added
Wichert Akkerman7987cdf2000-07-05 16:05:39 +000027* The usual Linux syscall updates (includes 32bit uid/gid support),
Wichert Akkermana9667852001-03-17 17:26:34 +000028* Linux ioctl list updated
Wichert Akkermanf1850652001-02-16 20:29:03 +000029* Support IPv6 scope ids
Wichert Akkermanb07296a2001-04-01 14:05:04 +000030* FreeBSD/i386 port added
31* UnixWare and Solaris updates
32* Better support for tracing multithreaded processes in Linux
Wichert Akkerman12f75d12000-02-14 16:23:40 +000033
Wichert Akkerman4dc8a2a1999-12-23 14:20:14 +000034Changes in 4.2
35==============
36* Compiles on glibc2.0 systems again
37* Linux/S390 port added
Roland McGrathf57204d2002-12-18 04:36:59 +000038* The usual Linux syscall updates
Wichert Akkerman9148a3b1999-12-24 23:13:55 +000039* we can follow fork on arm now
Wichert Akkerman4dc8a2a1999-12-23 14:20:14 +000040
Wichert Akkerman2a64b431999-11-26 00:29:05 +000041Changes in 4.1
42================
43* Linux/MIPS port added
44* Lots of Linux updates again
45* Improved IPv6 support
46* Add strace-graph
47
Wichert Akkerman4a01ca01999-07-25 12:29:49 +000048Changes in 4.0.1
49================
50* Minor bugfixes
51* Compiles on glibc2.0 systems again
52
Wichert Akkerman8dc9a1a1999-07-09 14:08:14 +000053Changes in 4.0
54==============
55* Get stat structure properly on Linux 64bit archs
56* Personalities work again
57* Compile correctly on SunOS again
58* IRIX64 updates
59* Solaris updates
60
Wichert Akkerman3f7f49d1999-06-09 13:12:11 +000061Changes in 3.99.1
Wichert Akkerman8dc9a1a1999-07-09 14:08:14 +000062=================
Wichert Akkerman3f7f49d1999-06-09 13:12:11 +000063* Linux (ultra)sparc fixes
64* Linux alpha fixes
65* Minor cleanups
66
Wichert Akkermanb859bea1999-04-18 22:50:50 +000067Changes in 3.99
68===============
Wichert Akkerman1786d811999-04-15 20:34:14 +000069* New maintainer
70* add support for more Linux architectures (powerpc, sparc, arm)
71* support lots more Linux syscalls
72* fix signal handling
73* add IPX and IPIP support
74* check stray syscall after execv
75* fix hanging children
76
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000077Changes in version 3.1
78======================
79
80* Irix5 is supported
81* Linux 68k is supported
82* Linux alpha is supported
83* configure is upgraded to autoconf 2.x
84* using -f in combination with -e now works correctly
85* output can be piped to a program
86* tracing setuid programs works better
87* it is now reasonable to install strace setuid to root in some circumstances
88* new useful tracing names like file and process to trace whole
89 classes of system calls, e.g. -efile traces all system calls that
90 take a file name as an argument
91* IPC calls on SunOS 4.1.x are decoded
92* Linux program memory is reliably dereferenced
93* Linux decodes at least the name of all syscalls as of pre2.0.4
94* various cosmetic changes and bug fixes
95
96Changes from versions 2.x to version 3.0
97========================================
98
99* filename arguments are neither abbreviated nor stringified
100* string arguments are now true C strings using octal instead of hex by default
101* preprocessor constants are never shortened (e.g. was RDONLY => now O_RDONLY)
102* by default the output for multiple processes now goes into one file
103* all structures, vectors, bitsets, etc. use consistent output formats
104* the -c option now means count calls, -i does what the old -c used to do
105
106New Features in version 3.0
107===========================
108
109* non-ascii strings can be optionally printed entirely in hex
110* the output format is readable when mutiple processes are generating output
111* exit values are printed in an alignment column
112* is is possible to suppress messages about attaching and detaching
113* various tracing features can be enabled on a per syscall/signal/desc basis
114* selective tracing of syscalls
115* selective printing of syscall structures
116* selective abbreviation of long structures on a per syscall basis
117* selective printing of raw syscall arguments and results
118* selective tracing of signals
119* selective dumping of all I/O read from file descriptors
120* selective dumping of all I/O written to file descriptors
121* optional counting of time, calls, and errors for each syscall