commit | 4b3a1703bde75259457a9c4f0e888439ca849ab9 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sun Nov 22 21:29:32 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sun Nov 22 23:21:35 2015 +0000 |
tree | 614469a662123c38b092fd59a06f50c3bae21258 | |
parent | 60d752409019d5e2db990757d036244850196219 [diff] |
Implement name_to_handle_at and open_by_handle_at syscalls decoding * file_handle.c: New file. * Makefile.am (strace_SOURCES): Add it. * linux/dummy.h (sys_name_to_handle_at, sys_open_by_handle_at): Remove stub aliases. * pathtrace.c (pathtrace_match): Add SEN_name_to_handle_at. * tests/file_handle.c: New file. * tests/file_handle.test: New test. * tests/Makefile.am (check_PROGRAMS): Add file_handle. (TESTS): Add file_handle.test. * tests/.gitignore: Add file_handle.