summaryrefslogtreecommitdiff
path: root/pathtrace.c
Commit message (Expand)AuthorAge
* 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