[PATCH] Add (incomplete) decoder for Video4Linux ioctls

2014-03-04 Thread William Manley
--- Makefile.am | 1 + defs.h | 1 + ioctl.c | 2 + v4l2.c | 529 4 files changed, 533 insertions(+) create mode 100644 v4l2.c diff --git a/Makefile.am b/Makefile.am index 03d310b..c510463 100644 --- a/Makefile.am +

Re: Advanced and improved absolute paths decoding

2014-03-04 Thread eQuiNoX
On Mon, Mar 3, 2014 at 6:26 PM, Dmitry V. Levin wrote: > On Mon, Mar 03, 2014 at 10:52:48AM +0530, Zubin Mithra wrote: >> >> I believe that the first step would be to document and note down the >> >> system >> >> calls that belong to one or more of the above categories and their system >> >> call

Re: Advanced and improved absolute paths decoding

2014-03-04 Thread Zubin Mithra
Hey Philippe, > Just curious, why would you use call_one? and arg1,arg2 v.s using lists? I was just wondering if information related to the call sequence might be useful. In quite a few languages, JSON data directly maps to dictionary representations(eg:- Python) -- but upon doing that we'd lose