summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2018-03-28 16:22:04 +0200
committerDmitry V. Levin <ldv@altlinux.org>2018-04-04 20:32:42 +0000
commit698e9c30d4f31cc5ee850c03a693769affe461a1 (patch)
treec87c15463267f0b3a9d0fea50724b845a7e2e230 /NEWS
parentbed7622d498046a02171ffe8d15c51f4b66de0ca (diff)
downloadstrace-698e9c30d4f31cc5ee850c03a693769affe461a1.tar.gz
strace.c: support simultaneous usage of -r and -t options
* strace.c (init): Do not set tflag when rflag is set. (printleader): Handle rflag and tflag separately. * strace.1.in (.SH OPTIONS): Add a note about differences between the monotonic clock time and the wall clock time. * tests/options-syntax.test: Remove the check for "-tt has no effect with -r" warning. * NEWS: Mention this. Suggested-by: Josh Triplett <josh@freedesktop.org> Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org> Closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466195
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2816f64e6..171c657b2 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ Noteworthy changes in release ?.?? (????-??-??)
in the output of paths associated with file descriptors.
* Data dump for write syscalls (-e write) is performed regardless
of successfulness of these syscall (addresses Debian bug #436284).
+ * -r and -t options are now affect output independently. Previously,
+ -r option led to ignoring of the -t option (addresses Debian bug #466195).
* Improvements
* Implemented delay injection (-e inject=SET:delay_enter= and