summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2018-02-06 03:30:41 +0100
committerDmitry V. Levin <ldv@altlinux.org>2018-02-09 22:11:50 +0000
commitdbaa7a5b06e5dda58a5f7f28a3a9df62adb995e7 (patch)
tree9a79c41c3ad0fe9a40f88b8196a10b24f3c05623 /NEWS
parenta9512e5779d4fea80380931347ce8938e1c424d6 (diff)
downloadstrace-dbaa7a5b06e5dda58a5f7f28a3a9df62adb995e7.tar.gz
Print unknown syscall number in hexadecimal
* syscall.c (struct sysent_buf): Update buf field size. (get_scno): Print unknown syscall number in hexadecimal form. * tests/nsyscalls.c: Update expected output. * strace.1.in: Document it. * NEWS: Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7948eac57..373f1e9ee 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ Noteworthy changes in release ?.?? (????-??-??)
* Warning is now issued when -F option is used.
* Warning is now issued when a tracee with unsupported personality
is attached.
+ * Unknown syscall numbers are now printed in hexadecimal form.
* Improvements
* Implemented decoding of netlink descriptor attributes as file descriptors.