summaryrefslogtreecommitdiff
path: root/pathtrace.c
Commit message (Expand)AuthorAge
* Implement fanotify_init and fanotify_mark decodingDmitry V. Levin2014-02-05
* Add decoding of sockets descriptor 'paths' for network callsPhilippe Ombredanne2014-02-02
* Include <sys/poll.h> only if there is no <poll.h>Dmitry V. Levin2013-11-11
* Fix pathtrace_match() to match recent fixes to select decoding.Denys Vlasenko2013-11-09
* Stop using a large static buffer in getfdpathDenys Vlasenko2013-03-06
* Remove variable tracing_paths and check in pathtrace_matchDenys Vlasenko2013-03-05
* Use dynamically-sized selected[] array for -P PATHDenys Vlasenko2013-03-05
* pathtrace: fix umovestr return code checkDmitry V. Levin2013-02-26
* Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko2013-02-22
* Eliminate many SCNO_IS_VALID checksDenys Vlasenko2013-02-21
* Clean up mmap decodingDenys Vlasenko2013-02-19
* Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALIDDenys Vlasenko2013-02-16
* Enhance quotactl decodingDmitry V. Levin2012-10-26
* x32: add ia32 supportH.J. Lu2012-04-18
* Add x32 support to straceH.J. Lu2012-04-16
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Fix array size calculation in previous commitDenys Vlasenko2012-03-15
* pathtrace_select() is never called with NULL, remove dead codeDenys Vlasenko2012-03-15
* Remove extra include directives. No code changes.Denys Vlasenko2012-03-15
* Compress blank linesDmitry V. Levin2012-02-25
* Automated removal of non-Linux codeDenys Vlasenko2012-02-25
* strace -P: fix handling of invalid syscallsDmitry V. Levin2012-02-06
* Change umovestr API: return > 0 instead of 0 if NUL was seenDenys Vlasenko2012-01-20
* Remove redundant parsersDmitry V. Levin2011-11-28
* Roll back "die on malloc failure" behaviour a bitDenys Vlasenko2011-09-01
* Make out-of-memory handling more uniformDenys Vlasenko2011-08-31
* Include <sys/param.h> to get PATH_MAX definitionDmitry V. Levin2011-08-30
* Whitespace cleanups. No code changes.Denys Vlasenko2011-06-22
* Introduce ARRAY_SIZE() macroDmitry V. Levin2011-06-13
* Whitespace cleanups. no code changes.Denys Vlasenko2011-06-07
* Add ability to print file descriptor paths and filter by those pathsGrant Edwards2011-04-08