]> granicus.if.org Git - strace/commitdiff
Update NEWS
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 8 Feb 2017 18:47:45 +0000 (19:47 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 9 Feb 2017 13:48:04 +0000 (13:48 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 344d8e4185b74710befd414c6bf9340310dd778f..f96e259f8d5a28293a92e4848c5b1e2936eb54fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,19 +7,30 @@ Noteworthy changes in release ?.?? (????-??-??)
   * Implemented decoding of SUID_DUMP_* constants in PR_[GS]ET_DUMPABLE.
   * Implemented decoding of all SG_* ioctl commands.
   * Implemented decoding of ustat syscall.
+  * Implemented decoding of BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH,
+    and BPF_PROG_DETACH commands of bpf syscall.
   * Enhanced decoding of sg_io_hdr and sg_io_v4 structures.
+  * Enhanced decoding of get_robust_list, getrandom, io_submit, set_robust_list
+    syscalls.
+  * Enhanced decoding of entities of kernel long type on x32 and mips n32 ABIs.
   * Updated lists of IP_*, IPV6_*, and LOOP_* constants.
   * Updated lists of ioctl commands from Linux 4.10.
+  * Added decoding of recently added syscalls on avr32, microblaze, ppc,
+    and ppc64.
 
 * Bug fixes
   * Fixed pathmatch of oldselect syscall on 64-bit architectures.
   * Fixed decoding of mmap2 syscall on s390 when arguments are not available.
-  * Fixed decoding of kexec_file_load, mprotect, pkey_mprotect, preadv*,
+  * Fixed decoding of kexec_file_load, mprotect, pkey_mprotect, prctl, preadv*,
     and pwritev* syscalls on x32.
   * Fixed printing of string arguments of getxattr and setxattr syscalls
     when -s option is used to limit the printed string size.
   * Fixed decoding of ifconf, ifreq, and loop_info structures on non-native
     personalities.
+  * Fixed decoding of SG_* and LOOP_* ioctl commands.
+  * Fixed build on mips with musl libc.
+  * Fixed cross-building of ioctlsort.
+  * Applied minor formatting fixes to the manual page.
 
 Noteworthy changes in release 4.15 (2016-12-14)
 ===============================================