X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=NEWS;h=c5a4d2e0558c1bff770e1ae557496c45431909e9;hb=c98ab8805b3876426c8d4359fa1c981c324923bf;hp=a7520d661bda7802d15f3adedea6cd2cae419ad7;hpb=fa8c286d50d83ae86d2ca8df52f7aba8b6c5bae1;p=strace diff --git a/NEWS b/NEWS index a7520d66..c5a4d2e0 100644 --- 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) ===============================================