commit | b3f00403c30e2c268d4a7b8d8b37e26f32f41d78 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu May 26 00:07:17 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu May 26 14:44:13 2016 +0000 |
tree | 014551f01e5f5bf8db00fe76208fadc7331da8a2 | |
parent | 84a979c9eea59658aabc9b7d547e642b090922be [diff] |
Move parser of HDIO_* ioctls to a separate file * hdio.c: New file. * Makefile.am (strace_SOURCES): Add it. * block.c: Do not include <linux/hdreg.h>. (block_ioctl): Move parser of HDIO_GETGEO to hdio.c. * defs.h (hdio_ioctl): New prototype. * ioctl.c (ioctl_decode): Call hdio_ioctl for ioctl type 0x03.
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.