strace/linux
Mike Frysinger 0cbed357ab Decode mtd ioctls
I got tired of figuring out mtd structures (which show up a lot
in the embedded space), so add decoders for those ioctls.

* defs.h (mtd_ioctl): New prototype.
(print_loff_t): Likewise.
* io.c (print_loff_t): Delete static keyword
* ioctl.c (ioctl_decode): Call mtd_ioctl when code is 'M'.
* Makefile.am (strace_SOURCES): Add mtd.c.
(EXTRA_DIST): Add linux/mtd-abi.h.
* mtd.c: New file.
* linux/mtd-abi.h: New file.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-04-06 14:39:15 +00:00
..
alpha Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
arm Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
avr32 Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
bfin Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
hppa Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
i386 Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
ia64 Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
m68k Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
microblaze Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
mips Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
powerpc powerpc: Add syscall entries for direct socket system calls 2012-03-27 00:05:25 +00:00
s390 Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
s390x Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
sh Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
sh64 Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
sparc Shrink space needed by undefined syscalls in syscall tables. 2012-03-19 09:51:42 +01:00
sparc64 Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01:00
tile Revert "Remove underscores from a few syscall names which have them" 2012-03-17 18:00:14 +01:00
x86_64 Revert "Remove underscores from a few syscall names which have them" 2012-03-17 18:00:14 +01:00
dummy_check.sh Remove stray sys_swapon() declaration 2012-02-28 16:39:44 +01:00
dummy.h Implement prlimit64 decoding, rewrite [gs]etrlimit decoding 2012-03-16 19:05:21 +00:00
errnoent.h linux: add new EHWPOISON errno 2011-04-24 19:43:03 +00:00
ioctlent.h.in Update ioctl entries 2012-03-10 21:15:58 +00:00
ioctlent.sh Tidy up includes and copyright notices, fix indentation 2012-03-16 12:02:22 +01:00
ioctlsort.c Compress blank lines 2012-02-25 15:41:21 +00:00
mtd-abi.h Decode mtd ioctls 2012-04-06 14:39:15 +00:00
signalent.h Regenerated 2001-08-03 21:51:48 +00:00
syscall.h Implement prlimit64 decoding, rewrite [gs]etrlimit decoding 2012-03-16 19:05:21 +00:00