]> granicus.if.org Git - strace/history - pathtrace.c
Fix preadv/pwritev offset decoding
[strace] / pathtrace.c
2014-02-05 Dmitry V. LevinImplement fanotify_init and fanotify_mark decoding
2014-02-02 Philippe OmbredanneAdd decoding of sockets descriptor 'paths' for network...
2013-11-11 Dmitry V. LevinInclude <sys/poll.h> only if there is no <poll.h>
2013-11-09 Denys VlasenkoFix pathtrace_match() to match recent fixes to select...
2013-03-06 Denys VlasenkoStop using a large static buffer in getfdpath
2013-03-05 Denys VlasenkoRemove variable tracing_paths and check in pathtrace_match
2013-03-05 Denys VlasenkoUse dynamically-sized selected[] array for -P PATH
2013-02-26 Dmitry V. Levinpathtrace: fix umovestr return code check
2013-02-22 Denys VlasenkoCreate and use struct_sysent and struct_ioctlent typedefs.
2013-02-21 Denys VlasenkoEliminate many SCNO_IS_VALID checks
2013-02-19 Denys VlasenkoClean up mmap decoding
2013-02-16 Denys VlasenkoMass rename of SCNO_IN_RANGE define to SCNO_IS_VALID
2012-10-26 Dmitry V. LevinEnhance quotactl decoding
2012-04-18 H.J. Lux32: add ia32 support
2012-04-16 H.J. LuAdd x32 support to strace
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-15 Denys VlasenkoFix array size calculation in previous commit
2012-03-15 Denys Vlasenkopathtrace_select() is never called with NULL, remove...
2012-03-15 Denys VlasenkoRemove extra include directives. No code changes.
2012-02-25 Dmitry V. LevinCompress blank lines
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-06 Dmitry V. Levinstrace -P: fix handling of invalid syscalls
2012-01-20 Denys VlasenkoChange umovestr API: return > 0 instead of 0 if NUL...
2011-11-28 Dmitry V. LevinRemove redundant parsers
2011-09-01 Denys VlasenkoRoll back "die on malloc failure" behaviour a bit
2011-08-31 Denys VlasenkoMake out-of-memory handling more uniform
2011-08-30 Dmitry V. LevinInclude <sys/param.h> to get PATH_MAX definition
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2011-06-13 Dmitry V. LevinIntroduce ARRAY_SIZE() macro
2011-06-07 Denys VlasenkoWhitespace cleanups. no code changes.
2011-04-08 Grant EdwardsAdd ability to print file descriptor paths and filter...