aboutsummaryrefslogtreecommitdiff
path: root/pathtrace.c
AgeCommit message (Expand)Author
2018-02-20Update strace to 4.21.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-08-23Introduce a separate SEN entry for fstatat64 syscallDmitry V. Levin
2016-02-14Implement copy_file_range syscall decodingDmitry V. Levin
2016-02-13Fix pathtrace match for pipe2 syscallDmitry V. Levin
2015-12-24arc, metag, nios2, or1k, tile: fix buildDmitry V. Levin
2015-11-22Implement name_to_handle_at and open_by_handle_at syscalls decodingDmitry V. Levin
2015-11-22Implement kexec_file_load syscall decodingDmitry V. Levin
2015-11-22userfaultfd: fix pathtrace supportDmitry V. Levin
2015-08-02epoll_create1: fix pathtrace supportDmitry V. Levin
2015-07-30Assume that <poll.h> is availableDmitry V. Levin
2015-07-29Implement memfd_create syscall decodingDmitry V. Levin
2015-07-27Implement bpf syscall decodingDmitry V. Levin
2015-07-12Change comparisons with function pointers to comparisons with SENsElvira Khabirova
2015-05-25Consistently use error_msg instead of fprintf(stderr)Dmitry V. Levin
2015-05-25Introduce memory allocation wrappersDmitry V. Levin
2015-03-21Change last parameter of umoven() from char* to void*Denys Vlasenko
2014-12-01Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodatDmitry V. Levin
2014-08-15renameat2: add decoding supportMike Frysinger
2014-02-05Implement fanotify_init and fanotify_mark decodingDmitry V. Levin
2014-02-02Add decoding of sockets descriptor 'paths' for network callsPhilippe Ombredanne
2013-11-11Include <sys/poll.h> only if there is no <poll.h>Dmitry V. Levin
2013-11-09Fix pathtrace_match() to match recent fixes to select decoding.Denys Vlasenko
2013-03-06Stop using a large static buffer in getfdpathDenys Vlasenko
2013-03-05Remove variable tracing_paths and check in pathtrace_matchDenys Vlasenko
2013-03-05Use dynamically-sized selected[] array for -P PATHDenys Vlasenko
2013-02-26pathtrace: fix umovestr return code checkDmitry V. Levin
2013-02-22Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko
2013-02-21Eliminate many SCNO_IS_VALID checksDenys Vlasenko
2013-02-19Clean up mmap decodingDenys Vlasenko
2013-02-16Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALIDDenys Vlasenko
2012-10-26Enhance quotactl decodingDmitry V. Levin
2012-04-18x32: add ia32 supportH.J. Lu
2012-04-16Add x32 support to straceH.J. Lu
2012-03-16Tidy up includes and copyright notices, fix indentationDenys Vlasenko
2012-03-15Fix array size calculation in previous commitDenys Vlasenko
2012-03-15pathtrace_select() is never called with NULL, remove dead codeDenys Vlasenko
2012-03-15Remove extra include directives. No code changes.Denys Vlasenko
2012-02-25Compress blank linesDmitry V. Levin
2012-02-25Automated removal of non-Linux codeDenys Vlasenko
2012-02-06strace -P: fix handling of invalid syscallsDmitry V. Levin
2012-01-20Change umovestr API: return > 0 instead of 0 if NUL was seenDenys Vlasenko
2011-11-28Remove redundant parsersDmitry V. Levin
2011-09-01Roll back "die on malloc failure" behaviour a bitDenys Vlasenko
2011-08-31Make out-of-memory handling more uniformDenys Vlasenko
2011-08-30Include <sys/param.h> to get PATH_MAX definitionDmitry V. Levin
2011-06-22Whitespace cleanups. No code changes.Denys Vlasenko