]> granicus.if.org Git - strace/blobdiff - NEWS
Fix decoding of preadv syscall in case of short read
[strace] / NEWS
diff --git a/NEWS b/NEWS
index a7520d661bda7802d15f3adedea6cd2cae419ad7..c5a4d2e0558c1bff770e1ae557496c45431909e9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,11 @@ Noteworthy changes in release ?.?? (????-??-??)
     and sched_setaffinity syscalls.
   * Enhanced decoding of getxpid, getxuid, and getxgid syscalls on alpha.
   * Added decoding of bind, listen, and setsockopt direct syscalls on sparc.
+  * Implemented caching of netlink conversations to reduce amount of time
+    spent in decoding socket details in -yy mode.
+  * Implemented decoding of copy_file_range syscall.
+  * Implemented dumping of vmsplice syscall.
+  * Updated lists of ioctl commands from Linux 4.5.
 
 * Bug fixes
   * Fixed build on arc, metag, nios2, or1k, and tile architectures.
@@ -15,8 +20,12 @@ Noteworthy changes in release ?.?? (????-??-??)
   * Fixed decoding of mlock2 syscall on sparc.
   * Fixed decoding of syscalls unknown to the kernel on s390/s390x.
     (addresses Debian bug #485979 and Fedora bug #1298294).
+  * Fixed decoding of preadv syscall in case of short read.
   * Fixed decoding and dumping of readv syscall in case of short read.
   * Fixed dumping of recvmsg and recvmmsg syscalls in case of short read.
+  * Fixed decoding of mincore syscall's last argument.
+  * Fixed remaining errors in mapping between syscall numbers and numbers
+    of syscall arguments.
 
 Noteworthy changes in release 4.11 (2015-12-21)
 ===============================================