commit | 2114e08a87b723891daa5ea215d3a188be8a6ac7 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri May 27 00:40:02 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat May 28 00:37:05 2016 +0000 |
tree | df90b148f4851331e3df60f17557dd01d0a2bb02 | |
parent | 8d85c233d27791b453e55d09603540f8129c48d9 [diff] |
evdev.c: decode all directions except _IOC_READ on entering syscall * evdev.c (evdev_write_ioctl): Remove exiting check. (evdev_read_ioctl): Move entering check ... (evdev_ioctl): ... here. Add RVAL_DECODED to return code in _IOC_WRITE and default cases.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.