summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2013-06-03 16:24:53 +0000
committerDmitry V. Levin <ldv@altlinux.org>2013-06-03 16:24:53 +0000
commit1cd3f5f844d58b1ced8d3f6dc431688ed94d008e (patch)
tree55812ac1ded9bebbd2a30561c3a633f452818b69 /NEWS
parentd845411e8c0b315c754d5d45df3103a12f5e876e (diff)
downloadstrace-1cd3f5f844d58b1ced8d3f6dc431688ed94d008e.tar.gz
strace-1cd3f5f844d58b1ced8d3f6dc431688ed94d008e.tar.bz2
strace-1cd3f5f844d58b1ced8d3f6dc431688ed94d008e.tar.xz
ioctlent: add UAPI supportv4.8
* Makefile.am (IOCTLSORT_INCLUDEDIR): Define. (ioctlsort): Use it. * linux/ioctlent.sh (lookup_ioctls): Look into uapi directory tree. Strip "uapi/" prefix from output path names. * linux/ioctlent.h.in: Regenerate from v3.9 headers. * 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 a18121e..1ec49f7 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,7 @@ Noteworthy changes in release 4.8 (2013-06-03)
* Enhanced decoding of getdents, mmap, perf_event_open, ptrace, and
quotactl syscalls.
* Added new syscall entries to match Linux 3.9.
+ * Regenerated the list of common ioctl names from Linux 3.9.
* Updated the list of errno constants.
* Updated lists of AF_*, MADV_*, MAP_*, MSG_*, MS_*, PF_*, PR_*,
PTRACE_O_*, and TCP_* constants.