[PATCH] Implement decoding of NS_* ioctl commands

2017-04-07 Thread Nikolay Marchuk
* configure.ac (AC_CHECK_HEADERS): Add linux/nsfs.h. * defs.h (DECL_IOCTL(nsfs)): New prototype. * ioctl.c (ioctl_decode): Call nsfs_ioctl for 0xb7 code. * nsfs.c: New file. * nsfs.h: Likewise. * Makefile.am (strace_SOURCES): Add them. * tests/.gitignore: Add ioctl_nsfs. * tests/gen_tests.in: Likew

[PATCH] v4l2: add all printings to print_v4l2_format

2017-04-07 Thread Edgar Kaziahmedov
Fixed version of the second patch from the previous patch set: [PATCH v4 0/3]: v4l2 microproject (GSoC 2017) NOTE: tests will be sent out a little bit later. -- Check out the vibrant tech community on one of the world's mo

[PATCH] v4l2: add all printings to print_v4l2_format

2017-04-07 Thread Edgar Kaziahmedov
* v4l2.c (print_v4l2_format_fmt): Add decoding for the remaining V4L2_BUF_TYPEs, add 'struct tcb' arg as print_array using. (print_v4l2_clip): New function to print the clips field in case of the overlay type buf (print_v4l2_format): Add processing of the returned value of the print_v4l2_format_fmt

[PATCH] v4l2: add all printings to print_v4l2_format

2017-04-07 Thread Edgar Kaziahmedov
* v4l2.c (print_v4l2_format_fmt): Add decoding for the remaining V4L2_BUF_TYPEs, add 'struct tcb' arg as print_array using. (print_v4l2_clip): New function to print the clips field in case of the overlay type buf (print_v4l2_format): Add processing of the returned value of the print_v4l2_format_fmt

[PATCH v7 0/1]: v4l2 microproject (GSoC 2017)

2017-04-07 Thread Edgar Kaziahmedov
Fixed version of the second patch from the previous patch set: [PATCH v4 0/3]: v4l2 microproject (GSoC 2017) NOTE: tests will be sent out a little bit later. -- Check out the vibrant tech community on one of the world's mo