]> granicus.if.org Git - strace/blob - NEWS
Update NEWS
[strace] / NEWS
1 Noteworthy changes in release ?.? (????-??-??)
2 ==============================================
3
4 * Improvements
5   * Implemented usage of seccomp-bpf for stopping tracees only for filtered
6     syscalls.  Use --seccomp-bpf option to enable.
7   * Implemented decoding of pidfd_open and clone3 syscalls.
8   * Enhanced decoding of io_cancel, io_submit, s390_sthyi, and syslog syscalls.
9   * Enhanced decoding of NETLINK_ROUTE protocol.
10   * Implemented decoding of UNIX_DIAG_UID netlink attribute.
11   * Implemented decoding of WDIOC_* ioctl commands.
12   * Enchanced syscall count statistics: overhead is now applied per-call,
13     added ability for sorting on errors field.
14   * Syscall delay injection and overhead values can now be supplied with
15     time measure unit suffix and provided in IEEE 754 floating point format.
16   * Updated lists of AUDIT_*, BPF_*, ETH_*, KEYCTL_*, KVM_*, MAP_*, SO_*, TCP_*, V4L2_*,
17     XDP_*, and *_MAGIC constants.
18   * Updated lists of ioctl commands from Linux 5.3.
19   * Enhanced manual page.
20
21 * Bug fixes
22   * Fixed syscall tampering on arc, avr32, csky, ia64, m68k, metag, mips,
23     nios2, or1k, riscv, s390, s390x, sparc, sparc64, and tile architectures
24     when PTRACE_GET_SYSCALL_INFO is in use.
25   * Fixed decoding of sockaddr_hci (AF_BLUETOOTH) addresses that lack
26     hci_channel field.
27   * Fixed evdev ioctl bitset decoding.
28   * Fixed tests on alpha with Linux kernel headers 5.1+.
29
30 * Portability
31   * Removed support for decoding syscalls in range [1024...1079] on AArch64
32     architecture as this range has never been implemented in mainline kernel
33     releases.
34
35 Noteworthy changes in release 5.2 (2019-07-12)
36 ==============================================
37
38 * Improvements
39   * Implemented syscall return status filtering with -e status=set option
40     and its aliases: -z (limit syscall printing to successful syscalls only)
41     and -Z (limit syscall printing to failed syscalls only).  Addresses Debian
42     bug #176376.
43   * Implemented decoding of open_tree, move_mount, fsopen, fsconfig, fsmount,
44     and fspick syscalls.
45   * Enhanced decoding of bpf, clone, inotify_init, mbind, and set_mempolicy
46     syscalls.
47   * Updated lists of AT_*, AUDIT_*, BPF_*, CLONE_*, ETH_*, KEY_*, KVM_*, MPOL_*,
48     TIPC_*, and V4L2_* constants.
49   * Updated lists of ioctl commands from Linux 5.2.
50
51 * Bug fixes
52   * Fixed syscall tampering on powerpc and powerpc64 when
53     PTRACE_GET_SYSCALL_INFO is in use.
54   * Fixed build with cutting-edge toolchain.
55
56 Noteworthy changes in release 5.1 (2019-05-22)
57 ==============================================
58
59 * Bug fixes
60   * Fixed decoding of last two arguments of clone syscall on riscv.
61
62 * Improvements
63   * Added C-SKY architecture support.
64   * Implemented decoding of SO_TIMESTAMP*_NEW control messages.
65   * Implemented decoding of clock_gettime64, clock_settime64, clock_adjtime64,
66     clock_getres_time64, clock_nanosleep_time64, timer_gettime64,
67     timer_settime64, timerfd_gettime64, timerfd_settime64, utimensat_time64,
68     pselect6_time64, ppoll_time64, io_pgetevents_time64, recvmmsg_time64,
69     mq_timedsend_time64, mq_timedreceive_time64, semtimedop_time64,
70     rt_sigtimedwait_time64, futex_time64, sched_rr_get_interval_time64,
71     pidfd_send_signal, io_uring_setup, io_uring_enter, and io_uring_register
72     syscalls.
73   * Enhanced decoding of bpf syscall.
74   * Wired up getegid, geteuid, getppid, io_pgetevents, statfs64, and fstatfs64
75     syscalls on alpha.
76   * Wired up kexec_file_load and migrate_pages syscalls on arm.
77   * Wired up io_pgetevents, perf_event_open, seccomp, and statx syscalls
78     on ia64.
79   * Wired up seccomp syscall on m68k.
80   * Wired up statx syscall on sh.
81   * Wired up pkey_mprotect, pkey_alloc, and pkey_free syscalls on alpha, hppa,
82     ia64, m68k, s390, s390x, sh, sparc, and sparc64.
83   * Wired up rseq syscall on alpha, hppa, ia64, m68k, sh, sparc, sparc64,
84     and xtensa.
85   * Wired up direct ipc syscalls on m68k, mips o32, powerpc, powerpc64,
86     s390, s390x, sh, sparc, sparc64, and x86.
87   * Updated lists of BPF_*, FAN_*, F_SEAL_*, IPV6_*, NT_*, PR_SPEC_*, SO_*,
88     and V4L2_* constants.
89   * Updated lists of ioctl commands from Linux 5.1.
90
91 Noteworthy changes in release 5.0 (2019-03-19)
92 ==============================================
93
94 * Changes in behavior
95   * -D option now implies -I4: by default strace ignores SIGHUP, SIGINT,
96     SIGQUIT, SIGPIPE, SIGTERM, SIGTTIN, SIGTTOU, and SIGTSTP when -D option
97     is used.
98   * Diagnostic message is no longer printed if an attempt to restart a process
99     has failed with ESRCH.  (Addresses RHBZ bug #1662936.)
100   * ASCII dump no longer tries to read the whole buffer at once.  As result,
101     it can fail with a diagnostic message after dumping only a part.
102     Amount of preceding zeroes printed for offset is now chosen in a way
103     to accommodate all the digits of all the offsets being printed.
104
105 * Improvements
106   * Changed the way tracees are handled: all pending tracees are now waited for
107     before further processing, this improves fairness of tracee processing.
108     (Addresses RHBZ bugs #478419, #526740, #851457, #1609318, #1610774,
109     and maybe some others.)
110   * Enhanced xlat styles support configured by -X option.
111   * Enhanced decoding of bpf syscall.
112   * Enhanced decoding of PTRACE_PEEKUSER and PTRACE_POKEUSER on hppa.
113   * Enhanced pid formatting in strace-log-merge output.
114   * Wired up kexec_file_load and rseq syscalls on aarch64, arc, metag, nios2,
115     or1k, riscv, and tile architectures.
116   * Updated lists of BPF_*, BTRFS_*, FAN_*, IFLA_*, KERN_*, KVM_CAP_*, NDA_*,
117     NETNSA_*, NT_*, PR_*, REL_*, SECCOMP_*, SCTP_*, UDP_*, V4L2_*, and *_MAGIC
118     constants.
119   * Updated lists of ioctl commands from Linux 5.0.
120
121 * Bug fixes
122   * Fixed ordering of sockaddr_in6 fields.
123   * Fixed strace-k test on alpha.
124   * Fixed build on mips o32.
125   * Fixed build on NOMMU architectures.
126   * Fixed build in --with-libiberty=yes mode.
127   * Fixed potential NULL dereference during printing of line continuation
128     for syscalls that haven't been decoded.
129   * Fixed strace-log-merge error diagnostics.
130
131 Noteworthy changes in release 4.26 (2018-12-26)
132 ===============================================
133
134 * License
135   * The test suite is now provided under the terms of
136     the GNU General Public License version 2 or later.
137   * All the rest of strace is now provided under the terms of
138     the GNU Lesser General Public License version 2.1 or later.
139
140 * Changes in behavior
141   * If strace is interrupted by a signal it handles (currently
142     one of HUP, INT, QUIT, PIPE, or TERM), strace terminates
143     itself with this signal.
144
145 * Improvements
146   * Implemented obtainment of system call information using
147     PTRACE_GET_SYSCALL_INFO ptrace API.
148   * Implemented decoding of PTRACE_GET_SYSCALL_INFO ptrace request.
149   * Implemented decoding of BLKGETZONESZ, BLKGETNRZONES, and RND* ioctl
150     commands.
151   * Enhanced xlat styles support configured by -X option.
152   * Enhanced internet address formatting in structureless contexts.
153   * Enhanced decoding of getsockopt SO_ERROR option.
154   * Enhanced error diagnostics when the first exec fails.
155   * Added %net as a short form of %network in syscall specifications.
156   * Updated lists of ABS_*, BPF_*, FAN_*, IFA_*, IFLA_*, KVM_CAP_*, NETLINK_*,
157     NTF_*, PR_SPEC_*, REL_*, SOL_*, TCA_*, and V4L2_* constants.
158   * Updated lists of ioctl commands from Linux 4.20.
159   * Enhanced manual page.
160
161 * Bug fixes
162   * Fixed "xlat_idx: Unexpected xlat value 0" warnings.
163   * Fixed sthyi output format on s390.
164   * Documented -X option in strace -h output.
165
166 Noteworthy changes in release 4.25 (2018-10-30)
167 ===============================================
168
169 * Improvements
170   * Implemented decoding of KVM_CHECK_EXTENSION and NBD_* ioctl commands.
171   * Implemented decoding of SOL_XDP socket option names.
172   * Implemented decoding of AF_PACKET protocols in socket syscall.
173   * Implemented decoding of AF_AX25 and AF_X25 addresses, protocols,
174     and options.
175   * Implemented stack trace printing on receiving signals.
176   * Enhanced xlat styles support configured by -X option.
177   * Enhanced decoding of IFLA_*, NETCONFA_*, and SMC_DIAG_* netlink attributes.
178   * Wired up io_pgetevents syscall on arm, sparc, and sparc64.
179   * Updated lists of AF_*, AUDIT_*, BPF_*, IFLA_*, IN_*, IPSTATS_*,
180     IPV4_DEVCONF_*, NT_*, SCTP_*, SO_*, SOCK_*, SOL_*, and V4L2_* constants.
181   * Updated lists of ioctl commands from Linux 4.19.
182
183 * Bug fixes
184   * Fixed decoding of bit sets in evdev ioctl commands.
185   * Fixed decoding of EVIOCGBIT(0, ...) ioctl commands.
186   * Fixed test suite for the case when mlockall and unimplemented syscalls
187     are explicitly disabled by a seccomp filter.
188
189 Noteworthy changes in release 4.24 (2018-08-14)
190 ===============================================
191
192 * Improvements
193   * Implemented decoding of kvm vcpu exit reason (-e kvm=vcpu option),
194     requires Linux kernel version 4.16.0 or higher.
195   * Implemented decoding of KVM_SET_CPUID2 and KVM_GET_*_CPUID ioctl commands.
196   * Enhanced decoding of corner cases of SO_LINGER, SO_PEERCRED,
197     and PACKET_STATISTICS getsockopt options.
198   * Wired up io_pgetevents and rseq syscalls on hppa, microblaze, mips, powerpc,
199     and s390.
200   * Updated lists of AUDIT_*, BPF_*, IFA_*, IFLA_*, RTA_*, RTPROT_*, TCP_*,
201     TRAP_*, and UDP_* constants.
202   * Updated lists of ioctl commands from Linux 4.18.
203
204 * Bug fixes
205   * Fixed decoding of Q_XGETQSTAT on non-native personalities.
206   * Fixed race condition in aio test.
207   * Fixed build with Bionic libc.
208   * Fixed build with glibc-2.28.
209   * Fixed build in exotic systemd-nspawn based environments.
210   * Fixed build on s390 with kernel headers that do not contain Linux commit
211     v3.10-rc1~201^2~11.
212
213 Noteworthy changes in release 4.23 (2018-06-14)
214 ===============================================
215
216 * Changes in behaviour
217   * On x32 personality, 64-bit syscalls (such as readv) are now shown with "#64"
218     suffix instead of "64:" prefix.  Unlike the old names, these new names
219     can be used in syscall qualification expressions.
220   * Changed error number output format: error numbers are consistently
221     printed as "-1 ECONST (Error description)"
222     for known errors and as "-1 (errno 123)" for unknown errors,
223     regardless of -e raw qualification settings.  One can specify
224     -X raw for displaying raw error numbers unconditionally.
225   * Unfetchable addresses inside arrays are now printed as comments.
226   * Obsolete IA-32 mode syscall names are no longer printed on ia64.
227
228 * Improvements
229   * Implemented libdw backend for -k option, configured at build time
230     using --with-libdw option.
231     Whether -k option is compiled is now configured at build time
232     using --enable-stacktrace option.
233   * Added -X option for configuring xlat output formatting (addresses
234     Debian bug #692915).
235   * Added support for personality designation ("64", "32", or "x32") to syscall
236     qualifications in -e trace expressions.
237   * Implemented injection of syscalls with no side effects as an alternative
238     to injection of an invalid syscall (-e inject=SET:syscall= expression).
239   * Improved support for reproducible builds (addresses Debian bug #896016).
240   * Implemented decoding of BPF_PROG_QUERY and BPF_RAW_TRACEPOINT_OPEN bpf
241     syscall commands.
242   * Implemented decoding of INOTIFY_IOC_SETNEXTWD and PERF_EVENT_IOC_* ioctl
243     commands.
244   * Implemented decoding of PR_GET_SPECULATION_CTRL and PR_SET_SPECULATION_CTRL
245     prctl syscall options.
246   * Enhanced decoding of bpf, getsockopt, setsockopt, and socket syscalls.
247   * Enhanced decoding of NETLINK_KOBJECT_UEVENT and NETLINK_ROUTE protocols.
248   * Enhanced decoding of *_DIAG_MEMINFO netlink attributes.
249   * Enhanced decoding of BTRFS_*, FS_IOC_*, SIOCGIFHWADDR, and SIOCSIFHWADDR
250     ioctl commands.
251   * Enhanced decoding of AF_BLUETOOTH socket addresses.
252   * Implemented decoding of io_pgetevent syscall.
253   * Wired up rseq syscall.
254   * Updated lists of ADJ_*, BPF_*, BPF_F_*, BPF_PROG_TYPE_*, ETH_P_*, FPE_*,
255     IFF_*, IPPROTO_*, MAP_*, MS_*, MSG_*, NETLINK_*, PACKET_*, PROT_*, SCTP_*,
256     SECCOMP_FILTER_FLAG_*, SEGV_*, SEM_*, SHM_*, SW_*, V4L2_CID_*,
257     V4L2_CTRL_CLASS_*, and V4L2_PIX_FMT_* constants.
258   * Updated lists of ioctl commands from Linux 4.17.
259
260 * Bug fixes
261   * Fixed decoding of msgtyp argument of msgrcv syscall.
262   * Fixed fallback definitions for F_*, MCL_*, MSG_ZEROCOPY, SI_*,
263     and SOL_SOCKET constants.
264   * Fixed -e trace=%pure expression on mips.
265
266 Noteworthy changes in release 4.22 (2018-04-05)
267 ===============================================
268
269 * Changes in infrastructure
270   * The mailing list was moved to strace-devel@lists.strace.io.
271   * SourceForge git repository
272     (https://sourceforge.net/p/strace/code/ci/master/tree/) is no longer
273     maintained.  Please use GitLab (https://gitlab.com/strace/strace/)
274     or GitHub (https://github.com/strace/strace/) repository instead.
275
276 * Changes in behaviour
277   * When printing string data, '8' and '9' following an octal escape sequence
278     no longer lead to unabbreviated octal escape sequence output, as they used
279     to do.
280   * Angle brackets are now printed as octal number escape sequences
281     in the output of paths associated with file descriptors.
282   * Data dump for write syscalls (-e write) is performed regardless
283     of successfulness of these syscall (addresses Debian bug #436284).
284   * -r and -t options are now affect output independently.  Previously,
285     -r option led to ignoring of the -t option (addresses Debian bug #466195).
286
287 * Improvements
288   * Implemented delay injection (-e inject=SET:delay_enter= and
289     -e inject=SET:delay_exit= options).
290   * Added -A option for opening output files in append mode
291     (addresses Debian bug #528488).
292   * IPv6 addresses shown in socket information in -yy mode are now printed
293     in brackets.
294   * Enhanced decoding of bpf, prctl and ptrace syscalls.
295   * Enhanced decoding of BTRFS_IOC_INO_PATHS, BTRFS_IOC_LOGICAL_INO, and PTP_*
296     ioctl commands.
297   * Enhanced NETLINK_ROUTE protocol decoding.
298   * Updated lists of signal codes.
299   * Updated lists of BPF_*, BTN_*, ETH_P_*, INET_DIAG_BC_*, KEY_*, POLL*, RWF_*,
300     SCHED_FLAG_*, SCTP_* and error constants.
301   * Implemented block/character device number printing in -yy mode.
302   * Known pixel/SDR format names are printed as comments for pixelformat fields
303     in v4l2 structures.
304   * Enhanced decoding of kern_features syscall.
305   * Enhanced NETLINK_NETFILTER netlink protocol decoder.
306   * Optimized handling of large number of tracees.
307   * Improved wall clock time measurement in syscall count statistics
308     (-c -w option).
309   * Extended the range of allowed values in -e inject=...:retval= expression.
310   * Added i18n support.
311   * Updated lists of ioctl commands from Linux 4.16.
312   * Enhanced manual page.
313
314 * Bug fixes
315   * Fixed build on m68k.
316   * Fixed v4l2 pixelformat decoding on big-endian architectures.
317   * Fixed -O option.
318
319 Noteworthy changes in release 4.21 (2018-02-13)
320 ===============================================
321
322 * Changes in behaviour
323   * Warning is now issued when -F option is used.
324   * Warning is now issued when a tracee with unsupported personality
325     is attached.
326   * Unknown syscall numbers are now printed in hexadecimal form.
327
328 * Improvements
329   * Implemented decoding of netlink descriptor attributes as file descriptors.
330   * Implemented decoding of hugetlb page size selection flags.
331   * Implemented decoding of BPF_PROG_TEST_RUN, BPF_PROG_GET_NEXT_ID,
332     BPF_MAP_GET_NEXT_ID, BPF_PROG_GET_FD_BY_ID, BPF_MAP_GET_FD_BY_ID,
333     and BPF_OBJ_GET_INFO_BY_FD commands of bpf syscall.
334   * Enhanced decoding of get_thread_area, memfd_create, modify_ldt,
335     perf_event_open, reboot, s390_guarded_storage, s390_pcio_mmio_read,
336     s390_pci_mmio_write, s390_runtime_instr, s390_sthyi, set_thread_area,
337     and shmget syscalls.
338   * Implemented decoding of KVM_* and DM_LIST_DEVICES ioctl commands.
339   * Implemented decoding of riscv_flush_icache syscall.
340   * Enhanced decoding of getsockopt and setsockopt syscalls for SOL_NETLINK
341     level.
342   * Enhanced decoding of BPF_MAP_CREATE command of bpf syscall.
343   * Print values returned by mq_open syscall and first arguments
344     of mq_getsetattr, mq_notify, mq_timedreceive, and mq_timedsend syscalls
345     as file descriptors.
346   * Added decoding of get_tls syscall on arm.
347   * Added -e trace=%pure option for tracing system calls with no arguments that
348     never fail.
349   * Updated lists of IPV6_*, MAP_*, MEMBARRIER_CMD_*, MSG_*, NT_*, PKEY_*,
350     SHM_*, and TCP_* constants.
351   * Added manual page for the strace-log-merge command.
352   * Updated lists of ioctl commands from Linux 4.15.
353   * Implemented biarch support for s390x.
354   * Implemented an optional support for symbol demangling in strace -k output
355     (activated by --with-libiberty configure option).
356   * Information about availability of demangling and reliable personality
357     decoding (on architectures with multiple personalities) is now available
358     in strace -V output.
359   * Added decoding of pkey_alloc, pkey_free, and pkey_mprotect syscalls on
360     powerpc and powerpc64.
361   * Enhanced manual page.
362
363 * Bug fixes
364   * Fixed multi-personality support in cross builds.
365   * Added mq_getsetattr, mq_notify, mq_open, mq_timedreceive, and mq_timedsend
366     syscalls to %desc tracing set.
367   * Fixed path tracing support for mmap syscalls with indirect arguments and
368     for old select syscall.
369   * Fixed decoding of arm-specific (__ARM_NR_*) syscalls.
370   * Fixed open mode flags decoding.
371   * Fixed corner cases in handling of strace -ff -ttt logs by strace-log-merge.
372   * Error counts that exceed one billion are now printed correctly in call
373     summary output.
374   * Fixed call summary header for x32 personality.
375   * Changes of tracee personalities are reported more reliably.
376   * Fixed the case when strace attaches to a tracee being inside exec and its
377     first syscall stop is syscall-exit-stop instead of syscall-enter-stop,
378     which messed up all the syscall state tracking.
379   * Fixed printing of higher 32 bits of the return value for x32 personality.
380
381 * Portability
382   * A C compiler that supports "for" loop initial declarations is now required.
383   * Inability to configure multiple personality support on architectures where
384     multiple personalities are supported leads to configuration failure during
385     build now.  Use --enable-mpers=check to revert to the old behaviour.
386   * Build-time requirement for the mpers support has been lowered from gawk 4
387     to gawk 3.
388   * Removed incomplete and non-functional support for the CRIS architecture.
389   * Removed incomplete and unused support for IA-32 mode on the IA-64
390     architecture.
391
392 Noteworthy changes in release 4.20 (2017-11-13)
393 ===============================================
394
395 * Improvements
396   * Implemented decoding of NETLINK_NETFILTER netlink message types and flags.
397   * Implemented decoding of SECCOMP_GET_ACTION_AVAIL operation of seccomp
398     syscall.
399   * Updated lists of ARPHRD_*, BPF_*, ETH_P_*, LOOP_*, MADV_*,
400     MEMBARRIER_CMD_*, MFD_*, SECCOMP_*, SO_*, SOL_*, TCP_*, and UFFD_FEATURE_*
401     constants.
402   * Added decoding of statx syscall on hppa.
403   * Updated lists of ioctl commands from Linux 4.14.
404
405 * Bug fixes
406   * Fixed powerpc personality support on powerpc64.
407
408 Noteworthy changes in release 4.19 (2017-09-05)
409 ===============================================
410
411 * Changes in behaviour
412   * Changed formatting of personality names on tile architecture in order
413     to make it in line with other multi-personality architectures.
414   * Changed field output order in struct v4l2_requestbuffers to improve in/out
415     field formatting.
416   * Changed handling of multiple signal= specifications in an injection
417     expression: multiple specification now leads to error instead of implicit
418     usage the last specification.
419
420 * Improvements
421   * Enhanced decoding of optlen argument of getsockopt syscall.
422   * Enhanced decoding of SO_LINGER option of getsockopt and setsockopt syscalls.
423   * Enhanced decoding of SO_PEERCRED option of getsockopt syscall.
424   * Enhanced decoding of IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP,
425     IPV6_ADD_MEMBERSHIP, IPV6_DROP_MEMBERSHIP, IPV6_JOIN_ANYCAST,
426     IPV6_LEAVE_ANYCAST, MCAST_JOIN_GROUP, and MCAST_LEAVE_GROUP options
427     of setsockopt syscall.
428   * Enhanced decoding of KEYCTL_DH_COMPUTE operation of keyctl syscall
429     (KDF parameters decoding).
430   * Implemented decoding of KEYCTL_RESTRICT_KEYRING operation of keyctl syscall.
431   * Enhanced decoding of UFFDIO_API ioctl command.
432   * Enhanced decoding of BPF_PROG_LOAD, BPF_MAP_CREATE, BPF_MAP_LOOKUP_ELEM,
433     and BPF_MAP_GET_NEXT_KEY commands of bpf syscall.
434   * Implemented decoding of linux socket filter programs specified
435     for SO_ATTACH_FILTER and SO_ATTACH_REUSEPORT_CBPF socket options.
436   * Implemented decoding of inet_diag_req_v2, inet_diag_req_compat,
437     packet_diag_msg, and smc_diag_msg netlink attributes of NETLINK_SOCK_DIAG.
438   * Implemented NETLINK_SELINUX protocol specific decoding.
439   * Implemented decoding of netlink message ack flags.
440   * Implemented decoding of nlmsgerr netlink attributes.
441   * Implemented basic protocol specific decoding of NETLINK_CRYPTO.
442   * Implemented decoding of crypto_user_alg netlink attributes
443     of NETLINK_CRYPTO.
444   * Implemented basic protocol specific decoding of addr, addrlabel, dcb, link,
445     mdb, neigh, neightbl, netconf, nsid, route, rule, tc, and tca messages
446     of NETLINK_ROUTE.
447   * Implemented decoding of NETLINK_KOBJECT_UEVENT messages.
448   * Improved handling of unexpected tracees (the ones that cloned with
449     CLONE_PARENT/CLONE_PTRACE or called PTRACE_TRACEME on themselves): they
450     are now PTRACE_DETACH'ed instead of PTRACE_CONT'ed.
451   * Updated lists of BPF_*, KEY_*, RWF_*, SCM_*, SO_*, and *_MAGIC constants.
452   * Added decoding of arch_prctl syscall on x86.
453   * Added decoding of seccomp, bpf, userfaultfd, membarrier, mlock2,
454     copy_file_range, preadv2, pwritev2, and statx on alpha.
455   * Added decoding of statx syscall on microblaze.
456   * Added decoding of s390_guarded_storage syscall on s390.
457   * Updated lists of ioctl commands from Linux 4.13.
458   * Enhanced manual page.
459
460 * Bug fixes
461   * Fixed printing of group_req structure on non-native personalities.
462   * Fixed output formatting of blkpg_ioctl_arg, dm_name_list, and iocb
463     structures.
464   * Fixed formatting of nul-terminated strings which have kernel-imposed size
465     limit.
466   * Fixed printing of paths that hit PATM_MAX limit in order to match kernel's
467     behaviour.
468   * Fixed build warnings on Android mips64.
469   * Fixed unused function "is_negated_errno" build warning when built
470     with clang.
471   * Fixed syscall number and arguments retrieval behaviour on sparc64 and
472     mips o32 after prctl(PR_SET_DUMPABLE, 0) makes PTRACE_PEEKTEXT impossible
473     to use if Linux kernel has commit v4.10-rc1~114^2~2.
474   * Fixed path tracing for execveat, symlink, symlinkat, inotify_add_watch,
475     and inotify_init syscalls.
476   * Fixed personality switch printing on sparc64 and risc-v.
477
478 Noteworthy changes in release 4.18 (2017-07-05)
479 ===============================================
480
481 * Improvements
482   * Implemented decoding of SCM_TIMESTAMP* control messages.
483   * Implemented decoding of netlink NLMSG_DONE messages.
484   * Implemented decoding of netlink generic nlmsg_type and nlmsg_flags.
485   * Implemented decoding of NETLINK_AUDIT, NETLINK_NETFILTER, NETLINK_ROUTE,
486     NETLINK_SELINUX, NETLINK_SOCK_DIAG, and NETLINK_XFRM message types.
487   * Implemented decoding of NETLINK_GENERIC protocol families.
488   * Implemented basic protocol specific decoding of AF_INET, AF_INET6,
489     AF_NETLINK, AF_PACKET, AF_SMC, and AF_UNIX messages of NETLINK_SOCK_DIAG.
490   * Implemented basic decoding of netlink attributes.
491   * Implemented basic protocol specific decoding of AF_INET, AF_NETLINK,
492     AF_PACKET, AF_SMC, and AF_UNIX netlink attributes of NETLINK_SOCK_DIAG.
493   * Implemented decoding of inet_diag_msg, netlink_diag_msg, and unix_diag_msg
494     netlink attributes of NETLINK_SOCK_DIAG.
495   * Updated lists of ARPHRD_*, KEYCTL_*, NDIAG_SHOW_*, RTM_*, SCM_*, SCTP_*,
496     SO_*, V4L2_*, and prctl ARCH_* constants.
497   * Updated lists of ioctl commands from Linux 4.12.
498
499 * Bug fixes
500   * In interactive mode (-I2), those signals that were blocked at startup
501     will remain blocked for the whole period of strace execution.
502   * strace no longer resets SIGCHLD handler in tracees to the default action.
503   * When traced command is terminated by a blocked signal, strace unblocks
504     that signal to ensure its own termination with the same signal.
505   * Fixed corner cases in decoding of old sigaction syscall.
506   * Fixed build with old kernel headers on mips.
507   * Fixed build on aarch64 and tile with glibc >= 2.26.
508   * Fixed build on arc and nios2.
509
510 Noteworthy changes in release 4.17 (2017-05-24)
511 ===============================================
512
513 * Changes in command line syntax
514   * Syscall classes specified in -e trace= option now have % prefix (like
515     -e trace=%process).  Old style class names without leading % are still
516     supported, but considered deprecated now.
517
518 * Improvements
519   * Optimized syscall filtering.
520   * Improved representation of timestamps.
521   * Enhanced decoding of sched_setattr syscall.
522   * Added -e trace=%stat option for tracing variants of stat syscall.
523   * Added -e trace=%lstat option for tracing variants of lstat syscall.
524   * Added -e trace=%fstat option for tracing variants of fstat and fstatat
525     syscalls.
526   * Added -e trace=%%stat option for tracing syscalls used for querying file
527     status information (stat, lstat, fstat, fstatat, statx, and their
528     variations).
529   * Added -e trace=%statfs option for tracing statfs, statfs64 and statvfs
530     syscalls.
531   * Added -e trace=%fstatfs option for tracing fstatfs, fstatfs64 and fstatvfs
532     syscalls.
533   * Added -e trace=%%statfs option for tracing syscalls used for querying file
534     system statistics information (statfs-like, fstatfs-like and ustat).
535   * Added -e trace=/regex option for filtering syscalls using regular
536     expressions.
537   * Added support for prepending of question mark before syscall qualification
538     in -e trace expressions in order to suppress error in case no syscalls
539     matched the provided qualification.
540   * Implemented decoding of signal mask in rt_sigreturn syscall on alpha, arc,
541     arm, avr32, bfin, cris, hppa, m68k, metag, microblaze, mips, nios2, or1k,
542     powerpc, powerpc64, riscv, sh, sh64, sparc, sparc64, tile, x86, and xtensa
543     architectures.
544   * Implemented decoding of statx syscall.
545   * Implemented decoding of NS_* ioctl commands.
546   * Implemented decoding of the remaining V4L2_BUF_TYPE_* types.
547   * Implemented decoding of VIDIOC_[SG]_TUNER ioctl commands.
548   * Implemented decoding of NLMSG_ERROR netlink messages.
549   * Improved decoding of BPF_PROG_ATTACH command of bpf syscall.
550   * Improved decoding of misplaced parts in DM_* ioctl commands.
551   * Updated lists of ioctl commands from Linux 4.11.
552
553 * Bug fixes
554   * Fixed decoding of flags argument of preadv2 and pwritev2 syscalls on x32.
555   * Fixed the number of arguments and tracing flags of alpha specific syscalls.
556   * Fixed decoding of old sigsuspend syscall on alpha, cris, mips, powerpc,
557     powerpc64, sh, sh64, sparc, and sparc64.
558   * Fixed decoding of sgetmask and ssetmask syscalls on 64-bit architectures.
559   * Fixed decoding of netlink messages received within struct msghdr.
560   * Worked around a bug in miscompiled aarch64 kernels leading to the 3rd
561     argument of sched_getattr syscall being not quite 32-bit.
562   * Fixed corner cases of printing inaccessible times argument of utimes
563     and futimesat syscalls.
564
565 Noteworthy changes in release 4.16 (2017-02-14)
566 ===============================================
567
568 * Improvements
569   * Implemented syscall return value injection (-e inject=SET:retval= option).
570   * Implemented signal injection (-e inject=SET:signal= option).
571   * Implemented decoding of SUID_DUMP_* constants in PR_[GS]ET_DUMPABLE.
572   * Implemented decoding of all SG_* ioctl commands.
573   * Implemented decoding of ustat syscall.
574   * Implemented decoding of BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH,
575     and BPF_PROG_DETACH commands of bpf syscall.
576   * Enhanced decoding of sg_io_hdr and sg_io_v4 structures.
577   * Enhanced decoding of get_robust_list, getrandom, io_submit, set_robust_list
578     syscalls.
579   * Enhanced decoding of entities of kernel long type on x32 and mips n32 ABIs.
580   * Updated lists of IP_*, IPV6_*, and LOOP_* constants.
581   * Updated lists of ioctl commands from Linux 4.10.
582   * Added decoding of recently added syscalls on avr32, microblaze, ppc,
583     and ppc64.
584
585 * Bug fixes
586   * Fixed pathmatch of oldselect syscall on 64-bit architectures.
587   * Fixed decoding of mmap2 syscall on s390 when arguments are not available.
588   * Fixed decoding of kexec_file_load, mprotect, pkey_mprotect, prctl, preadv*,
589     and pwritev* syscalls on x32.
590   * Fixed printing of string arguments of getxattr and setxattr syscalls
591     when -s option is used to limit the printed string size.
592   * Fixed decoding of ifconf, ifreq, and loop_info structures on non-native
593     personalities.
594   * Fixed decoding of SG_* and LOOP_* ioctl commands.
595   * Fixed build on mips with musl libc.
596   * Fixed cross-building of ioctlsort.
597   * Applied minor formatting fixes to the manual page.
598
599 Noteworthy changes in release 4.15 (2016-12-14)
600 ===============================================
601
602 * Changes in behavior
603   * Time stamps are now printed according to ISO 8601.
604   * Changed output format of val3 parameter of futex FUTEX_WAKE_OP operation.
605   * The last argument of mincore, sched_getaffinity, and sched_setaffinity
606     syscalls is now formatted as an array.
607
608 * Improvements
609   * Implemented syscall fault injection (-e fault=... option).
610   * Implemented decoding of DM_* ioctl commands.
611   * Implemented decoding of attr parameter of perf_event_open syscall.
612   * Implemented decoding of pkey_alloc, pkey_free, and pkey_mprotect syscalls.
613   * Implemented dumping of mq_timedsend and mq_timedreceive syscalls.
614   * Implemented decoding of PR_SET_FP_MODE and PR_GET_FP_MODE operations
615     of prctl syscall.
616   * Implemented PTRACE_GETREGS API support on m68k.
617   * Updated lists of ARCH_*, BPF_*, BTRFS_*, FALLOC_*, MS_*, *_MAGIC,
618     and V4L2_* constants.
619   * Updated lists of ioctl commands from Linux 4.9.
620   * Added decoding of recently added syscalls on arc, x32, and xtensa.
621   * Enhanced manual page.
622
623 * Bug fixes
624   * Fixed corner cases in decoding of exit, exit_group, futimesat, getgroups,
625     getresuid, init_module, inotify_init1, kcmp, kexec_load, lookup_dcookie,
626     mq_getsetattr, mq_notify, mq_open, mq_timedreceive, mq_timedsend,
627     name_to_handle_at, prctl, process_vm_readv, process_vm_writev, setfsuid,
628     setgroups, setns, unshare, and utimes syscalls.
629   * Fixed handling of verbose flag in printing of controls array
630     of struct v4l2_ext_controls.
631   * Fixed omission of field names in the output of capability, sigaction,
632     sigevent, statfs, timespec, timeval, and utimbuf structures.
633   * Fixed printing of unknown syscalls in siginfo structure.
634   * Fixed decoding of ioctl constants on m68k.
635   * Fixed cris architecture support.
636   * Fixed cross build when host compiler does not support the same
637     set of warning flags as the cross compiler.
638   * Fixed build on SLE10 and SLE11.
639
640 Noteworthy changes in release 4.14 (2016-10-04)
641 ===============================================
642
643 * Changes in behavior
644   * When using -p option without a command and no processes has been attached,
645     strace exits with exit status 1.
646
647 * Improvements
648   * Added printing of the mode argument of open and openat syscalls
649     when O_TMPFILE flag is set.  (Addresses Fedora bug #1377846).
650   * Enhanced -e abbrev=set, -e raw=set, and -e verbose=set.
651   * Enhanced decoding of futex, keyctl, quotactl, timerfd_settime,
652     and aio family syscalls.
653   * Implemented fetching of the 7th subcall argument on mips o32.
654   * Updated lists of BPF_*, ETH_P_*, KEXEC_ARCH_*, SCTP_*, TCP_*, and *_MAGIC
655     constants.
656   * Updated lists of ioctl commands from Linux 4.8.
657   * Added decoding of new syscalls on sh and sh64.
658   * Added RISC-V architecture support.
659
660 * Bug fixes
661   * Marked io_setup and io_destroy as memory mapping related syscalls.
662   * Fixed leakage of placeholder descriptors to tracees.
663   * Fixed printing of mode_t, umode_t, and umask types.
664   * Fixed decoding of iovec arrays without a limit on total data size.
665   * Fixed decoding of fadvise64, fallocate, futex, keyctl, quotactl, readahead,
666     and ipc family syscalls.
667   * Fixed decoding of invalid syscalls mapped to indirect subcalls.
668   * Fixed decoding of struct btrfs_ioctl_vol_args_v2 on non-native
669     personalities.
670   * Fixed decoding of PTRACE_DETACH on sparc and sparc64.
671   * Fixed decoding of struct stat64 on sparc64.
672   * Fixed decoding of uid and gid-related syscalls on sparc64.
673   * Fixed decoding of the forth argument of semctl syscall on sparc64.
674   * Fixed values of tty ioctl constants on sparc64.
675   * Fixed sparc personality support on sparc64.
676
677 Noteworthy changes in release 4.13 (2016-07-26)
678 ===============================================
679
680 * Improvements
681   * Implemented a general netlink socket parser.
682   * Enhanced decoding of socket addresses.
683   * Enhanced decoding of cmsghdr, msghdr, and mmsghdr structures.
684   * Enhanced decoding of accept, accept4, bind, getpeername, getsockname,
685     ipc, recvfrom, recvmsg, recvmmsg, sendto, sendmmsg, and socketcall syscalls.
686   * Updated lists of AF_*, BPF_MAP_TYPE_*, KEY_*, KEYCTL_*, RWF_*, SS_*,
687     and *_MAGIC constants.
688   * Updated lists of ioctl commands from Linux 4.7.
689
690 * Bug fixes
691   * Fixed decoding of pid_t argument of prlimit64 syscall.
692   * Fixed sign extension issues in the parser of struct rusage.
693   * Fixed race condition in decoding of timeout argument of recvmmsg and
694     rt_sigtimedwait syscalls.
695   * Fixed build with fresh linux kernel headers.
696
697 Noteworthy changes in release 4.12 (2016-05-31)
698 ===============================================
699
700 * Improvements
701   * Implemented simultaneous use of -p option and tracing of a command.
702     (addresses Debian bug #549942).
703   * Implemented caching of netlink conversations to reduce amount of time
704     spent in decoding socket details in -yy mode.
705   * Implemented -yy mode decoding of protocol:portid pairs associated with
706     netlink socket descriptors.
707   * Implemented decoding of copy_file_range, preadv2, and pwritev2 syscalls.
708   * Implemented dumping of preadv, preadv2, pwritev, pwritev2, and vmsplice
709     syscalls.
710   * Implemented decoding of BTRFS_* and UFFDIO_* ioctl commands.
711   * Enhanced decoding of BLK*, EVIOC*, RTC_*, and VIDIOC_* ioctl commands.
712   * Enhanced decoding of fstatfs, fstatfs64, get_mempolicy, getdents,
713     getdents64, getgroups, getpriority, kill, mbind, migrate_pages, mknod,
714     mknodat, personality, poll, ppoll, quotactl, rt_sigpending,
715     rt_sigqueueinfo, rt_sigtimedwait, rt_tgsigqueueinfo, sched_getaffinity,
716     sched_setaffinity, seccomp, set_mempolicy, setgroups, setpriority, statfs,
717     statfs64, tgkill, waitid, and xattr family syscalls.
718   * Enhanced decoding of getxpid, getxuid, and getxgid syscalls on alpha.
719   * Enhanced decoding of pipe syscall on alpha, ia64, mips, sh, and sparc.
720   * Added decoding of bind, listen, and setsockopt direct syscalls on sparc.
721   * Added decoding of osf_statfs64 and osf_fstatfs64 syscalls on alpha.
722   * Added decoding of fadvise64 and fadvise64_64 on s390.
723   * Updated lists of AF_*, BPF_MAP_TYPE_*, CLONE_*, EPOLL*, IPV6_*, MADV_*,
724     MSG_*, PTRACE_*, SEGV_*, SO_*, SOL_*, *_MAGIC, and quotactl constants.
725   * Updated lists of ioctl commands from Linux 4.6.
726
727 * Bug fixes
728   * Fixed build on arc, metag, nios2, or1k, and tile architectures.
729   * Fixed decoding of 32-bit times syscall return value on 64-bit architectures.
730   * Fixed decoding of mlock2 syscall on sparc.
731   * Fixed decoding of osf_shmat syscall on alpha.
732   * Fixed decoding of syscalls unknown to the kernel on s390/s390x.
733     (addresses Debian bug #485979 and Fedora bug #1298294).
734   * Fixed decoding of preadv syscall in case of short read.
735   * Fixed decoding and dumping of readv syscall in case of short read.
736   * Fixed dumping of recvmsg and recvmmsg syscalls in case of short read.
737   * Fixed decoding of mincore syscall's last argument.
738   * Fixed remaining errors in mapping between syscall numbers and numbers
739     of syscall arguments.
740   * Applied various fixes to strace-graph script.
741
742 Noteworthy changes in release 4.11 (2015-12-21)
743 ===============================================
744
745 * Changes in behavior
746   * Some syscalls have different names depending on architecture and
747     personality.  In these cases, syscall filtering and printing now
748     consistently uses the names that match corresponding __NR_* kernel
749     macros of the tracee's architecture and personality.
750   * Added strace prefix to all diagnostic messages.
751
752 * Improvements
753   * Enhanced and extended test suite.
754   * Implemented reliable tracing of processes whose personality differs
755     from the personality of strace, fixed decoding of 32-bit personality
756     syscalls on 64-bit architectures.
757   * When some data referenced by syscall arguments is irrelevant or cannot
758     be read from tracee's memory, strace now prints its address consistently.
759   * When a syscall is restarted using restart_syscall mechanism, strace now
760     shows the syscall name on architectures that expose this information.
761   * Print values returned by epoll_create1, eventfd, eventfd2, fanotify_init,
762     inotify_init1, perf_event_open, pipe, pipe2, signalfd, signalfd4, socket,
763     socketpair, timerfd, and timerfd_create syscalls, as well as F_DUPFD and
764     F_DUPFD_CLOEXEC fcntl commands, as file descriptors.
765   * Optimized decoding of indirect socket syscalls.
766   * Implemented decoding of nanoseconds along with seconds in stat family
767     syscalls (addresses Fedora bug #1251176).
768   * Implemented decoding of struct statfs.f_flags in statfs syscall.
769   * Implemented decoding of siginfo_t.si_syscall and siginfo_t.si_arch
770     in SIGSYS signal.
771   * Implemented decoding of indirect syscall on mips o32.
772   * Implemented decoding of IPPROTO_IP control messages.
773   * Implemented decoding of setsockopt syscall multicast arguments.
774   * Enhanced decoding of struct sigevent.
775   * Enhanced decoding of block, loop, mtd, ptp, rtc, SG_IO, socket, tty,
776     and v4l2 ioctl syscall arguments.
777   * Enhanced decoding of epoll_create, fcntl, fcntl64, futex, getdents,
778     getdents64, getsockopt, io_*, mount, msgctl, prctl, quotactl, recvfrom,
779     sendfile, setsockopt, and shmctl syscalls.
780   * Implemented decoding of bpf, execveat, ioperm, iopl, kcmp, kexec_file_load,
781     lookup_dcookie, membarrier, memfd_create, mlock2, name_to_handle_at,
782     open_by_handle_at, sched_getattr, sched_setattr, and userfaultfd syscalls.
783   * Updated lists of AF_*, EPOLL_*, FALLOC_FL_*, F_*, INPUT_PROP_*, IPPROTO_*,
784     IPV6_*, IP_*, KEY_*, LOCK_*, MNT_*, MS_*, PACKET_*, PERF_FLAG_*, PF_*,
785     PR_*, PTRACE_O_*, RENAME_*, SCTP_*, SECBIT_*, SO_*, TCP_*, and siginfo_t
786     constants.
787   * Added Nios II architecture support.
788   * Added new syscall entries to match Linux 4.4.
789
790 * Bug fixes
791   * Fixed potential short read of strings from tracee's memory.
792   * Fixed -qq option in conjunction with -o option.
793   * Fixed filtering of <unavailable> syscalls.
794   * Fixed decoding of ioctl syscall command on aarch64 and 32-bit architectures
795     with 64-bit aligned structures.
796   * Fixed decoding of eventfd2, epoll_create1, signalfd4, and sync_file_range2
797     syscall flags arguments.
798   * Fixed decoding of 4th argument of clock_nanosleep syscall.
799   * Fixed decoding of getpagesize syscall on m68k.
800   * Fixed decoding of getrandom and seccomp syscalls on aarch64.
801   * Fixed decoding of timezone argument of gettimeofday and settimeofday
802   * syscalls.
803   * Fixed decoding of offset argument of mmap2 syscall on arm, sparc,
804     and sparc64.
805   * Fixed decoding of pipe syscall on alpha and mips.
806   * Fixed decoding of pipe2 syscall on ia64, sh, sparc, and sparc64.
807   * Fixed decoding of signal mask argument of pselect6 syscall on x32.
808   * Fixed decoding of signal mask of rt_sigreturn syscall on aarch64, m68k,
809     and x32.
810   * Fixed decoding of 4th argument of semctl indirect syscall.
811   * Fixed decoding of sa_restorer and sa_mask of sigaction syscall on m68k.
812   * Fixed decoding of statfs64 and fstatfs64 syscalls on arm eabi.
813   * Fixed decoding of struct dirent on x32.
814   * Fixed decoding of times syscall return value on mips n32 and x32.
815   * Fixed decoding of path argument of umount2 syscall
816     (addresses Debian bug #785050).
817   * Worked around a kernel bug in tracing privileged executables.
818   * Fixed various errors in mapping between syscall numbers and associated
819     information like the number of syscall arguments, the name of syscall,
820     and syscall decoder.
821
822 Noteworthy changes in release 4.10 (2015-03-06)
823 ===============================================
824
825 * Improvements
826   * Added -yy option to print protocol and address information associated with
827     socket descriptors.
828   * Extended "-e read=set" and "-e write=set" options to cover sendmsg,
829     recvmsg, sendmmsg, and recvmmsg syscalls.
830   * Implemented full 32-bit decoding of ioctl commands
831     (addresses Debian bug #692913 and Fedora bug #902788).
832   * Implemented PTRACE_GETREGS API support on ia64.
833   * Implemented PTRACE_GETREGS API support on mips.
834   * Implemented PTRACE_GETREGSET API support on s390/s390x.
835   * Implemented decoding of getrandom and seccomp syscalls.
836   * Implemented full decoding of 64-bit capability sets.
837   * Implemented decoding of all prctl commands.
838   * Implemented decoding of parametrized ioctl commands.
839   * Implemented decoding of evdev ioctl commands.
840   * Implemented decoding of v4l ioctl commands.
841   * Implemented decoding of SG_IO v4 ioctl commands.
842   * Implemented decoding of FIFREEZE/FITHAW/FITRIM ioctl commands.
843   * Implemented decoding of FALLOC_FL_* fallocate flags.
844   * Implemented decoding of rt_sigreturn signal mask on aarch64,
845     x32, and x86_64.
846   * Enhanced socket decoder to support bluetooth sockets.
847   * Enhanced decoding of unlisted ioctl commands.
848   * Enhanced decoding of getsockopt and setsockopt syscall.
849   * Enhanced decoding of sysinfo syscall.
850   * Enhanced decoding of struct cmsghdr.
851   * Enhanced decoding of wait status.
852   * Enhanced aio support on non-x86 architectures by using external libaio.h.
853   * Added O_TMPFILE to the list of recognized open mode flags.
854   * Updated the list of filesystem type constants that is used in decoding
855     statfs family syscalls.
856   * Updated lists of CAP_*, PR_*, PTRACE_*, SCHED_*, SO_*, SOL_*, SWAP_FLAG_*,
857     and TFD_* constants.
858   * Updated lists of signal constants from Linux 3.19.
859   * Updated lists of errno constants from Linux 3.19.
860   * Updated lists of ioctl commands from Linux 3.9.
861   * Added new syscall entries to match Linux 3.19.
862
863 * Bug fixes
864   * Fixed various errors in mapping between syscall numbers and associated
865     information like the number of syscall arguments, the name of syscall,
866     and syscall decoder.
867   * Fixed quoting issues in printing descriptors, filenames, network interface
868     names, struct utsname members, device/volume names of BLK* ioctl commands.
869   * Fixed uid_t/git_t decoding.
870   * Fixed potential out-of-bounds read issues in getdents/getdents64 decoders.
871   * Fixed potential open flags truncation on some architectures.
872   * Fixed decoding of struct ifreq.ifr_name.
873   * Fixed decoding of SIOCSIFNAME ioctl command.
874   * Fixed decoding of RENAME_* renameat2 flags.
875   * Fixed decoding of UTIME_NOW/UTIME_OMIT timeval structures.
876   * Fixed decoding of indirect ipc subcalls on some architectures.
877   * Fixed decoding of fanotify_mark syscall on 32-bit architectures.
878   * Fixed decoding of 32-bit stat structures on 64-bit architectures.
879   * Fixed decoding of 32-bit struct cmsghdr on 64-bit architectures.
880   * Fixed decoding of 32-bit preadv/pwritev offset on 64-bit architectures.
881   * Fixed decoding of sigreturn/rt_sigreturn signal mask on ia64, ppc, ppc64,
882     sparc, sparc64, mips, and s390.
883   * Fixed instruction pointer output (-i option) on architectures that support
884     several personalities.
885   * Fixed behaviour of "-e read=set" and "-e write=set" when read and write
886     sets intersect.
887   * Fixed build on systems where struct sigaction has no sa_restorer member.
888   * Fixed build with uclibc and musl libc.
889
890 * Portability
891   * Linux kernel >= 2.5.46 is required.
892     Older versions without a decent PTRACE_SETOPTIONS support will not work.
893   * On mips, linux kernel >= 2.6.15 is required.
894     Older versions without a decent PTRACE_GETREGS support will not work.
895   * On s390 and s390x, linux kernel >= 2.6.27 is required.
896     Older versions without a decent PTRACE_GETREGSET support will not work.
897
898 Noteworthy changes in release 4.9 (2014-08-15)
899 ==============================================
900
901 * Changes in behavior
902   * Disabled OABI support on ARM EABI systems by default,
903     added --enable-arm-oabi option to enable it at configure time.
904
905 * Improvements
906   * Added experimental -k option to print stack trace after each traced syscall.
907   * Added -w option to produce stats on syscall latency.
908     (addresses Debian bug #457497).
909   * Added ARC architecture support.
910   * Added PTRACE_GETREGS API support on PowerPC.
911   * Enhanced Bionic libc and musl libc support.
912   * Enhanced tracing of x86 personality processes on x86_64 and x32.
913   * Enhanced tracing of ARM personality processes on AArch64.
914   * Enhanced 32/64bit personality detection on PowerPC.
915   * Implemented decoding of add_key, ioprio_get, ioprio_set, kexec_load, keyctl,
916     renameat2, and request_key syscalls.
917   * Robustified decoding of select, pselect, and io_submit syscalls.
918   * Enhanced decoding of delete_module, fanotify_init, fanotify_mark, fcntl,
919     setdomainname, sethostname, setns, and sync_file_range syscalls.
920   * Enhanced decoding of signal bitmasks.
921   * Enhanced decoding of file descriptors.
922   * Enhanced siginfo_t decoding.
923   * Enhanced PF_NETLINK decoding.
924   * Updated CLOCK_* constants
925     (addresses Fedora bug #1088455).
926   * Added new syscall entries to match Linux 3.16.
927
928 * Bug fixes
929   * Added shmat and shmdt to the set of memory mapping related syscalls.
930   * Fixed detaching from stopped processes.
931   * Fixed fanotify_mark decoding on 32bit architectures.
932   * Fixed offset decoding in preadv and pwritev syscalls.
933   * Fixed select decoding for glibc in _FORTIFY_SOURCE mode.
934   * Fixed decoding of epoll_ctl syscall with EPOLL_CTL_DEL argument.
935   * Fixed build when <sys/ptrace.h> and <linux/ptrace.h> conflict
936     (addresses Fedora bug #993384).
937   * Miscellaneous corrections in the manual page.
938     (Addresses Debian bug #725987).
939
940 Noteworthy changes in release 4.8 (2013-06-03)
941 ==============================================
942
943 * Changes in behavior
944   * In case of normal strace termination, when the trace output is
945     redirected to a pipe, strace now closes it and waits for the pipe
946     process termination before exit.
947
948 * Improvements
949   * Implemented tracing using PTRACE_SEIZE API (when available).
950   * Implemented more reliable PTRACE_GETREGSET-based process personality
951     detection on x86-64 and x32 (when available).
952   * Added -e trace=memory option for tracing memory mapping related syscalls.
953   * Documented -b option.
954   * Allowed exit status messages to be suppressed by giving -q option twice.
955   * Added AArch64 architecture support
956     (addresses Debian bug #693074 and Fedora bug #969858).
957   * Added support for OpenRISC 1000, Meta, and Xtensa architectures.
958   * Added tilegx personality support for Tile.
959   * Enhanced support of NOMMU architectures.
960   * Enhanced decoding of getdents, mmap, perf_event_open, ptrace, and
961     quotactl syscalls.
962   * Added new syscall entries to match Linux 3.9.
963   * Regenerated the list of common ioctl names from Linux 3.9.
964   * Updated the list of errno constants.
965   * Updated lists of AF_*, MADV_*, MAP_*, MSG_*, MS_*, PF_*, PR_*,
966     PTRACE_O_*, and TCP_* constants.
967   * Implemented decoding of UBI ioctls.
968   * Removed redundant "*32" ioctl names.
969
970 * Bug fixes
971   * Fixed ERESTARTNOINTR leaking to userspace on ancient kernels
972     (addresses Fedora bug #659382).
973   * Fixed kernel release string parsing
974     (addresses Debian bug #702309).
975   * Fixed decoding of *xattr syscalls
976     (addresses Fedora bug #885233).
977   * Fixed handling of files with 64-bit inode numbers by 32-bit strace
978     (addresses Fedora bug #912790).
979   * Fixed tracing forks on SPARC.
980   * Fixed decoding of fadvise64, fallocate, ftruncate64, io_submit, pread,
981     preadv, pwrite, pwritev, readahead, sigaltstack, sync_file_range, sysctl,
982     and truncate64 syscalls.
983   * Fixed categories of multiple syscalls on most of supported architectures.
984   * Fixed decoding of non-native 32-bit personality recv[m]msg syscalls.
985   * Fixed decoding of multiple 32-bit personality syscalls on x32.
986   * Fixed decoding of long long syscall arguments on ARM, MIPS/o32, PowerPC,
987     S390x, and Tile architectures.
988   * Fixed semtimedop decoding on S390x.
989   * Fixed sram_alloc decoding on Blackfin.
990   * Fixed build when process_vm_readv is a stab.
991   * Fixed build with older versions of libaio.h.
992
993 Noteworthy changes in release 4.7 (2012-05-02)
994 ==============================================
995
996 * Changes in behavior
997   * strace no longer suspends waitpid until there is a child
998     for waitpid'ing process to collect status from.
999   * strace no longer detaches from a tracee which is supposed
1000     to be going to die.
1001   * strace now issues a new message: "+++ exited with EXITCODE +++"
1002     which shows exact moment strace got exit notification,
1003     analogous to existing "+++ killed by SIG +++" message.
1004
1005 * Improvements
1006   * Added x32 personality support (x86_64 architecture).
1007   * Added -y and -P options to print file descriptor paths and
1008     filter by those paths.
1009   * Added -I option to control strace interactivity.
1010   * Allowed -p option to take comma or whitespace-separated list of PIDs.
1011   * Added strace_log_merge script helper to merge timestamped "strace -ff"
1012     log files.
1013   * Implemented decoding of clock_adjtime, get_robust_list, migrate_pages,
1014     preadv, prlimit64, process_vm_readv, process_vm_writev, pwritev,
1015     recvmmsg, recvmsg, rt_tgsigqueueinfo, sendmmsg, setns, set_robust_list,
1016     sched_rr_get_interval, splice, syslog, tee and vmsplice syscalls.
1017   * Enhanced decoding of capget, capset, getrlimit, flistxattr, io_submit,
1018     listxattr, setrlimit and swapon syscalls.
1019   * Implemented decoding of loop and mtd ioctls.
1020   * Added syscall entries for new linux syscalls.
1021   * Added syscall entries for direct socket system calls on powerpc.
1022   * Updated the list of errno constants.
1023   * Updated lists of MSG_*, STA_*, and TCP_* constants.
1024   * Regenerated the list of ioctl names from Linux 3.3.
1025   * Enhanced switching between processes with different personalities.
1026   * Enhanced signals reporting by using short signal names.
1027   * Made ERESTART* messages more descriptive.
1028   * Made parsing of numbers from strings more robust.
1029   * Added support for compat_statfs64 and statfs64.f_flags.
1030   * Changed read of data blocks to use single process_vm_readv syscall
1031     (when available) instead of several PTRACE_PEEKDATA operations.
1032   * Changed read of registers on x86 and x86-64 to use single PTRACE_GETREGS
1033     operation instead of several PTRACE_PEEKUSER operations.
1034   * Applied various optimizations to make strace work faster.
1035
1036 * Bug fixes
1037   * Implemented proper handling of real SIGTRAPs on kernels supporting
1038     PTRACE_O_TRACESYSGOOD.
1039     (Addresses Fedora bug #162774).
1040   * Fixed sockaddr_un.sun_path name in decoded output.
1041     (Addresses Debian bug #554946).
1042   * Fixed to avoid potential core file clobbering on exit.
1043     (Addresses Debian bug #656398).
1044   * Fixed a typo in documentation.
1045     (Addresses Debian bug #653309).
1046   * Fixed decoding of timer id returned by timer_create.
1047   * Fixed epoll_create1, epoll_wait and epoll_pwait decoding.
1048   * Fixed *at syscalls flags decoding.
1049   * Fixed ARM EABI 64-bit syscall's arguments decoding.
1050   * Fixed semtimedop decoding on s390.
1051   * Fixed osf_sigprocmask decoding on alpha.
1052   * Fixed ipc and socket subcall decoding on several architectures.
1053   * Corrected syscall entries for epoll_pwait, epoll_create, epoll_ctl,
1054     epoll_wait, mincore, mlockall, prctl, reboot, sendfile, sendfile64,
1055     sendmsg, sgetmask, ssetmask, swapon, tgkill and tkill syscalls.
1056   * Corrected io_* syscall entries on ARM.
1057   * Fixed PID prefix printing in "strace -oLOG -ff -p1 -p2 -p3" case.
1058   * Fixed logging of unfinished lines in "strace -oLOG -ff" case.
1059   * Fixed build when libaio-devel is not available.
1060   * Fixed configure checks for PTRACE_* constants.
1061   * Fixed compilation warnings remained on several architectures.
1062
1063 * Portability
1064   * Removed all non-Linux code.  After years of neglect, that dead code
1065     just hampered further strace development.
1066   * Linux kernel >= 2.6.18 is recommended.  Older versions might still
1067     work but they haven't been thoroughly tested with this release.
1068
1069 Noteworthy changes in release 4.6 (2011-03-15)
1070 ==============================================
1071
1072 * Changes in behavior
1073   * Print diagnostic information about changes in personality mode to
1074     standard error instead of standard output.
1075
1076 * Improvements
1077   * Implemented a new method of following clone, fork, and vfork
1078     syscalls using the Linux kernel's explicit facilities for tracing
1079     creation of threads and child processes.
1080   * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
1081   * Implemented decoding of TLS syscalls on m68k.
1082   * Implemented biarch support on powerpc64.
1083   * Implemented biarch support for getrlimit() and setrlimit().
1084   * Implemented decoding of struct ucred in getsockopt SO_PEERCRED.
1085   * Implemented SOL_SCTP socket options decoding.
1086   * Added HDIO_* ioctl names.
1087     (Addresses Debian bug #450953).
1088   * Added LOOP_* ioctl names.
1089   * Updated lists of CLOCK_*, CLONE_*, MS_*, and SOL_* constants
1090     to match Linux 2.6.37.
1091   * Updated the list of IPPROTO_* constants to match netinet/in.h.
1092   * Implemented decoding of HDIO_* and BLK* ioctls.
1093   * Added MicroBlaze architecture support.
1094   * Added new syscall entries to match Linux 2.6.37.
1095   * Regenerated list of ioctl names from Linux 2.6.37.
1096   * Enhanced signal notification decoding.
1097   * Documented -C and -D options.
1098
1099 * Bug fixes
1100   * Fixed fetching syscall arguments on m68k.
1101   * Fixed an error when judging whether a process has children.
1102   * Fixed get/set_robust_list syscall numbers for powerpc.
1103   * Fixed a corner case in printing clone flags.
1104   * Fixed cross-compiling issues.
1105   * Fixed build issues on powerpc64, SH and SPARC.
1106   * Fixed syscall flags of fstatat*, mmap, mmap2, fadvise64*, swapoff,
1107     fgetxattr, flistxattr, fremovexattr, epoll_create, fallocate,
1108     fanotify_init, and fanotify_mark syscalls.
1109   * Fixed decoding of get[ug]id, gete[ug]id and setfs[ug]id return values.
1110   * Fixed biarch support in IO dumping.
1111   * Fixed raw exit_group decoding.
1112   * Fixed decoding of file descriptors on 64-bit architectures.
1113   * Fixed a corner case in waitpid handling.
1114     (Addresses Red Hat bug #663547).
1115   * Fixed stat64 decoding on mips
1116     (Addresses Debian bug #599028).
1117   * Fixed misleading italics in the manual page.
1118     (Addresses Debian bug #589323).
1119
1120 Noteworthy changes in release 4.5.20 (2010-04-13)
1121 =================================================
1122
1123 * Improvements
1124   * Implemented decoding of new linux syscalls: inotify_init1, recvmmsg.
1125   * Implemented basic decoding of new linux syscalls: preadv, pwritev,
1126     rt_tgsigqueueinfo, perf_event_open.
1127   * Enhanced decoding of recently added syscalls on non-x86 architectures
1128     by replacing a bare decoder with elaborate parsers enabled earlier
1129     for x86/x86-64.
1130   * Implemented -C option to combine regular and -c output.
1131     (Addresses Debian bug #466196)
1132   * Enhanced decoding of mbind and mremap syscalls.
1133   * Enhanced SOL_PACKET socket options decoding.
1134   * Regenerated list of ioctl names from linux 2.6.33.
1135   * Added TILE architecture support.
1136
1137 * Bug fixes
1138   * Fixed build with Linux kernel headers 2.6.32-rc5+.
1139     (Addresses Debian bug #560516 and Fedora bug #539044)
1140   * Fixed build on mips.
1141   * Fixed handling of Linux systems without struct statfs64.
1142   * Fixed reporting signal mask by sigreturn on powerpc.
1143   * Fixed potential stack buffer overflow in select decoder.
1144     (Addresses Fedora bug #556678)
1145   * Corrected msgsnd indirect ipccall decoding.
1146   * Corrected decoding of 64bit syscalls.
1147     (Addresses Debian bug #570603)
1148   * Corrected getsockopt decoding on architectures where
1149     sizeof(long) > sizeof(int).
1150     (Addresses Debian bug #494844)
1151   * Corrected decoding of epoll_pwait.
1152     (Addresses Debian bug #513014)
1153   * Corrected handling of killed threads.
1154
1155 Noteworthy changes in release 4.5.19 (2009-10-21)
1156 =================================================
1157
1158 * Changes in behavior
1159   * When command exits, strace now exits with the same exit status.
1160     If command is terminated by a signal, strace terminates itself
1161     with the same signal, so that strace can be used as a wrapper
1162     process transparent to the invoking parent process.
1163     When using -p option, the exit status of strace is zero unless
1164     there was an unexpected error in doing the tracing.
1165     (Addresses Fedora bug #105371 and Debian bug #37665)
1166
1167 * Improvements
1168   * Implemented decoding of new Linux syscalls: accept4, dup3,
1169     epoll_create1, eventfd2, inotify_init1, pipe2, signalfd4.
1170   * Implemented decoding of socket type flags introduced in Linux 2.6.27.
1171   * Implemented decoding of accept4 socketcall.
1172   * Enhanced prctl decoding.
1173   * Enhanced nanosleep decoding.
1174   * Enhanced ptrace decoding.
1175   * Enhanced futex decoding.
1176   * Enhanced CAP_* decoding.
1177   * Enhanced SIOCS* ioctls decoding.
1178   * Enhanced fcntl F_* flags decoding.
1179   * Enhanced semop/semtimedop decoding.
1180   * Updated ARM architecture support.
1181   * Added Blackfin architecture support.
1182   * Added AVR32 architecture support.
1183   * Added CRIS architecture support.
1184   * Made strace detect when traced process suddenly disappeared.
1185
1186 * Bug fixes
1187   * Fixed syscall numbers for tee and sync_file_range.
1188     (Addresses Debian bug #503124)
1189   * Fixed several bugs in strings decoder, including potential heap
1190     memory corruption.
1191     (Addresses Fedora bugs #470529, #478324 and #511035)
1192   * Marked sendfile(2) as a network syscall.
1193     (Addresses Debian bug #509499)
1194   * Fixed accept(2) decoding.
1195     (Addresses Debian bug #507573)
1196   * Fixed sigtimedwait(2) decoding.
1197   * Fixed build on ARM EABI.
1198     (Addresses Debian bugs #520084 and #535564, and Fedora bug #507576)
1199   * Fixed display of 32-bit fcntl(F_SETLK) on 64-bit architectures.
1200     (Addresses Red Hat bug #471169)
1201   * Fixed display of 32-bit argv array on 64-bit architectures.
1202     (Addresses Fedora bug #519480)
1203   * Fixed display of 32-bit struct sigaction on 64-bit architectures.
1204   * Fixed HPPA architecture support.
1205     (Addresses Debian bugs #437928 and #546619)
1206
1207 Changes in 4.5.18
1208 ==============
1209 * Bug fixes.
1210 * Support new Linux/PPC system call subpage_prot and PROT_SAO flag.
1211 * In sigaction system call, display sa_flags value along with SIG_DFL/SIG_IGN.
1212
1213 Changes in 4.5.17
1214 ==============
1215 * Many bug fixes.
1216 * -F is now deprecated, -f has traced vfork too on Linux for a long time now.
1217 * Print O_CLOEXEC, MSG_CMSG_CLOEXEC flag bits.
1218 * Improved output for prctl system call on Linux.
1219 * Improved support for Linux/ARM.
1220 * SA_NOMASK is now spelled SA_NODEFER, and SA_ONESHOT is spelled SA_RESETHAND.
1221
1222 Changes in 4.5.16
1223 ==============
1224 * Bug fixes.
1225 * Improved output for delete_module, futex, and mbind system calls on Linux.
1226 * Improved output for SG_IO ioctls on Linux.
1227 * Support new Linux system calls move_pages, utimensat, signalfd, timerfd,
1228   eventfd, getcpu, epoll_pwait.
1229
1230 Changes in 4.5.15
1231 ==============
1232 * Bug fixes.
1233 * Several biarch improvements.
1234 * Improved output for adjtimex, sysctl, quotactl, mount, umount.
1235 * Support new Linux system calls *at, inotify*, pselect6, ppoll and unshare.
1236
1237 Changes in 4.5.14
1238 ==============
1239 * Bug fixes.
1240 * Accept numeric system calls in -e.
1241
1242 Changes in 4.5.13
1243 ==============
1244 * Bug fixes.
1245 * Introduce "-e trace=desc".
1246
1247 Changes in 4.5.12
1248 ==============
1249 * Bug fixes.
1250 * Better x86-64 support for IA32 processes.
1251 * Update PowerPC system calls.
1252 * Better printing for Linux aio system calls.
1253
1254 Changes in 4.5.11
1255 ==============
1256 * Quick fix release for build issues.
1257 * One fix for Linux/ARM system call table.
1258
1259 Changes in 4.5.10
1260 ==============
1261 * Bug fixes.
1262 * Print fault address for SIGSEGV/SIGBUS signals when available.
1263
1264 Changes in 4.5.9
1265 ==============
1266 * Bug fixes.
1267 * Improve socket ioctl printing.
1268 * Update Linux/IA64 syscall list.
1269 * Fix Linux/x86-64 syscall argument extraction for 32-bit processes.
1270 * Improve mount flags printing.
1271 * Support symbolic printing of x86_64 arch_prctl parameters.
1272
1273 Changes in 4.5.8
1274 ==============
1275 * Bug fixes.
1276 * Update syscall tables for Alpha, ARM, HPPA.
1277 * Support new Linux syscalls mbind, set_mempolicy, get_mempolicy, waitid.
1278 * Support Linux syscalls fadvise64, fadvise64_64, and epoll_*.
1279 * Improve ioctl command name matching.
1280 * Print RTC_* ioctl structure contents.
1281 * Support newer RLIMIT_* values.
1282 * Print struct cmsghdr details in sendmsg.
1283
1284 Changes in 4.5.7
1285 ==============
1286 * Bug fixes.
1287 * Print attribute values in *xattr system calls on Linux.
1288 * Include pread and pwrite calls in -e read and -e write tracing.
1289 * Update SO_* and IP_* value lists and add IPV6_* values for socket options.
1290 * Print clock_t values symbolically in Linux clock_* system calls.
1291
1292 Changes in 4.5.6
1293 ==============
1294 * Bug fixes, Linux ioctl updates.
1295 * David Miller contributed support for Linux/SPARC64.
1296
1297 Changes in 4.5.5
1298 ==============
1299 * Just bug fixes.
1300
1301 Changes in 4.5.4
1302 ==============
1303 * Update Linux ioctl lists.
1304 * Update PF_* and AF_* value lists.
1305 * The 4.5.3 -p behavior for NPTL threads applies only under -f, and got fixed.
1306
1307 Changes in 4.5.3
1308 ==============
1309 * Bug fixes.
1310 * On Linux using NPTL threads, -p will now attach to all threads in a process.
1311 * Handle new mq_* system calls in Linux 2.6.6 and later.
1312
1313 Changes in 4.5.2
1314 ==============
1315 * Bug fixes.
1316 * Report some new VM_* bit values on Linux.
1317 * Better output for Linux sched_* system calls.
1318
1319 Changes in 4.5.1
1320 ==============
1321 * Bug fixes.
1322 * Display multiple ioctl name matches on Linux.
1323
1324 Changes in 4.5
1325 ==============
1326 * New port to AMD's x86-64 architecture. One strace binary can
1327   handle both new x86-64 and old i386 processes.
1328 * Fixed support for LFS64 calls.
1329 * New switch -E to add/remove environment variables for the command.
1330 * Merged s390/s390x port.
1331 * Trace an unbounded number of processes.
1332 * Handle numerous new system calls in Linux 2.5, and new threads semantics.
1333 * Fixed bugs with attach/detach leaving things stopped.
1334 * Fixed traced process seeing ECHILD despite live, traced children
1335   in waitpid calls with WNOHANG.
1336 * Stuart Menefy contributed a port to Linux/SH.
1337 * Stephen Thomas contributed a port to Linux/SH64.
1338 * Many other bug fixes.
1339
1340 Changes in 4.4
1341 ==============
1342 * Fix Linux/ia64 support, looks like someone renamed a few things on us
1343 * Fix the ioctl setup for Linux, turned out it did not really work.
1344   Improve the ioctl extractor as well so we decode some more ones.
1345
1346 Changes in 4.3.1
1347 ================
1348 * compile fixes for Linux/mips
1349
1350 Changes in 4.3
1351 ==============
1352 * Linux ia64 and hppa ports added
1353 * The usual Linux syscall updates (includes 32bit uid/gid support),
1354 * Linux ioctl list updated
1355 * Support IPv6 scope ids
1356 * FreeBSD/i386 port added
1357 * UnixWare and Solaris updates
1358 * Better support for tracing multithreaded processes in Linux
1359
1360 Changes in 4.2
1361 ==============
1362 * Compiles on glibc2.0 systems again
1363 * Linux/S390 port added
1364 * The usual Linux syscall updates
1365 * we can follow fork on arm now
1366
1367 Changes in 4.1
1368 ================
1369 * Linux/MIPS port added
1370 * Lots of Linux updates again
1371 * Improved IPv6 support
1372 * Add strace-graph
1373
1374 Changes in 4.0.1
1375 ================
1376 * Minor bugfixes
1377 * Compiles on glibc2.0 systems again
1378
1379 Changes in 4.0
1380 ==============
1381 * Get stat structure properly on Linux 64bit archs
1382 * Personalities work again
1383 * Compile correctly on SunOS again
1384 * IRIX64 updates
1385 * Solaris updates
1386
1387 Changes in 3.99.1
1388 =================
1389 * Linux (ultra)sparc fixes
1390 * Linux alpha fixes
1391 * Minor cleanups
1392
1393 Changes in 3.99
1394 ===============
1395 * New maintainer
1396 * add support for more Linux architectures (powerpc, sparc, arm)
1397 * support lots more Linux syscalls
1398 * fix signal handling
1399 * add IPX and IPIP support
1400 * check stray syscall after execv
1401 * fix hanging children
1402
1403 Changes in version 3.1
1404 ======================
1405
1406 * Irix5 is supported
1407 * Linux 68k is supported
1408 * Linux alpha is supported
1409 * configure is upgraded to autoconf 2.x
1410 * using -f in combination with -e now works correctly
1411 * output can be piped to a program
1412 * tracing setuid programs works better
1413 * it is now reasonable to install strace setuid to root in some circumstances
1414 * new useful tracing names like file and process to trace whole
1415   classes of system calls, e.g. -efile traces all system calls that
1416   take a file name as an argument
1417 * IPC calls on SunOS 4.1.x are decoded
1418 * Linux program memory is reliably dereferenced
1419 * Linux decodes at least the name of all syscalls as of pre2.0.4
1420 * various cosmetic changes and bug fixes
1421
1422 Changes from versions 2.x to version 3.0
1423 ========================================
1424
1425 * filename arguments are neither abbreviated nor stringified
1426 * string arguments are now true C strings using octal instead of hex by default
1427 * preprocessor constants are never shortened (e.g. was RDONLY => now O_RDONLY)
1428 * by default the output for multiple processes now goes into one file
1429 * all structures, vectors, bitsets, etc. use consistent output formats
1430 * the -c option now means count calls, -i does what the old -c used to do
1431
1432 New Features in version 3.0
1433 ===========================
1434
1435 * non-ascii strings can be optionally printed entirely in hex
1436 * the output format is readable when multiple processes are generating output
1437 * exit values are printed in an alignment column
1438 * is is possible to suppress messages about attaching and detaching
1439 * various tracing features can be enabled on a per syscall/signal/desc basis
1440 * selective tracing of syscalls
1441 * selective printing of syscall structures
1442 * selective abbreviation of long structures on a per syscall basis
1443 * selective printing of raw syscall arguments and results
1444 * selective tracing of signals
1445 * selective dumping of all I/O read from file descriptors
1446 * selective dumping of all I/O written to file descriptors
1447 * optional counting of time, calls, and errors for each syscall