commit | 7bce0e9fd4da9a58494a2eb778d67a4e817b0647 | [log] [tgz] |
---|---|---|
author | Eugene Syromyatnikov <evgsyr@gmail.com> | Mon Oct 03 21:36:09 2016 +0300 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Oct 03 23:50:57 2016 +0000 |
tree | 1d85d6783d6fdf2ffc7b235e14367149a419e000 | |
parent | 27aaa29d7337e573d9a96af43822220ca4ffd735 [diff] |
tests: check decoding of add_key, keyctl, and request_key syscalls * tests/add_key.c: New file. * tests/keyctl.c: Likewise. * tests/request_key.c: Likewise. * tests/add_key.test: New test. * tests/keyctl.test: Likewise. * tests/request_key.test: Likewise. * tests/.gitignore: Add add_key, keyctl, and request_key. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add add_key.test, keyctl.test, and request_key.test.
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.