]> granicus.if.org Git - strace/history - pathtrace.c
xlat: provide fallback definitions for XDP_FLAGS_* constants
[strace] / pathtrace.c
2019-08-15 Dmitry V. LevinImplement decoding of pidfd_open syscall
2019-06-29 Dmitry V. LevinImplement decoding of fspick syscall
2019-06-29 Dmitry V. LevinImplement decoding of fsmount syscall
2019-06-29 Dmitry V. LevinImplement decoding of fsconfig syscall
2019-06-29 Dmitry V. LevinImplement decoding of fsopen syscall
2019-06-29 Dmitry V. LevinImplement decoding of move_mount syscall
2019-06-29 Dmitry V. LevinImplement decoding of open_tree syscall
2019-05-19 Dmitry V. LevinImplement decoding of io_uring_* syscalls
2019-05-12 Dmitry V. LevinImplement and use new parsers of utimensat syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of timerfd_gettime and...
2019-05-12 Dmitry V. LevinImplement and use new parsers of mq_timedsend and mq_ti...
2019-05-12 Dmitry V. LevinImplement and use new parsers of poll syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of ppoll syscall
2019-05-12 Dmitry V. LevinImplement and use new parsers of pselect6 syscall
2019-05-11 Dmitry V. LevinWire up *time64 system calls
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-02-09 Eugene SyromyatnikovUse accessors for tcp->s_ent, return a stub struct...
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-11 Dmitry V. LevinInclude <limits.h> instead of <sys/param.h>
2018-01-23 Dmitry V. LevinRework decoding and pathtrace of old select syscall
2018-01-23 Dmitry V. LevinTransform fetch_old_mmap_args into fetch_indirect_sysca...
2018-01-21 Dmitry V. LevinUse #if idiom instead of #ifdef for HAVE_ARCH_* macros.
2018-01-19 Eugene SyromyatnikovAdd compat support for s390x
2018-01-17 Eugene SyromyatnikovFix pathtrace for old_mmap/old_mmap_pgoff
2018-01-15 Dmitry V. Levinpathtrace: update the list of unrelated syscalls
2018-01-15 Dmitry V. LevinEnhance decoding of mq_* syscalls
2018-01-07 Dmitry V. Levinpathtrace.c: use xsprintf instead of sprintf
2017-12-20 Eugene Syromiatnikovpathtrace.c: use xgrowarray
2017-08-14 Eugene Syromyatnikovpathtrace: fix typo in comment
2017-08-14 Eugene Syromyatnikovpathtrace: limit amount of checked poll fds similarly...
2017-08-14 Eugene Syromyatnikovpathtrace: fail poll path match on first failed umove
2017-08-11 Nikolay Marchukpathtrace: fix matching of execveat syscall
2017-08-06 Dmitry V. Levinpathtrace: fix matching of symlinkat syscall
2017-08-06 Nikolay Marchukpathtrace: fix missing syscalls
2017-07-23 Nikolay Marchukpathtrace: fix fanotify_mark path tracing on 32-bit...
2017-07-10 Nikolay Marchukpathtrace.c: introduce user-provided sets of paths
2017-06-17 Dmitry V. LevinFix a few initialization style issues
2017-06-17 Dmitry V. LevinFix a few sizeof style issues
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-05-22 Eugene SyromyatnikovFix typos in copyright notices
2017-03-18 Victor KrapivenskyImplement decoding of statx syscall
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-23 Dmitry V. Levinpathtrace: change tracee address type from unsigned...
2016-12-19 Dmitry V. Levinstruct tcb: make types of syscall arguments unsigned
2016-12-19 Dmitry V. LevinFix pathmatch of oldselect syscall on 64-bit architectures
2016-08-23 Dmitry V. LevinIntroduce a separate SEN entry for fstatat64 syscall
2016-02-14 Dmitry V. LevinImplement copy_file_range syscall decoding
2016-02-13 Dmitry V. LevinFix pathtrace match for pipe2 syscall
2015-12-24 Dmitry V. Levinarc, metag, nios2, or1k, tile: fix build
2015-11-22 Dmitry V. LevinImplement name_to_handle_at and open_by_handle_at sysca...
2015-11-22 Dmitry V. LevinImplement kexec_file_load syscall decoding
2015-11-22 Dmitry V. Levinuserfaultfd: fix pathtrace support
2015-08-02 Dmitry V. Levinepoll_create1: fix pathtrace support
2015-07-30 Dmitry V. LevinAssume that <poll.h> is available
2015-07-29 Dmitry V. LevinImplement memfd_create syscall decoding
2015-07-27 Dmitry V. LevinImplement bpf syscall decoding
2015-07-12 Elvira KhabirovaChange comparisons with function pointers to comparison...
2015-05-25 Dmitry V. LevinConsistently use error_msg instead of fprintf(stderr)
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2014-12-01 Dmitry V. LevinAlias sys_mkdir and sys_mkdirat to sys_chmod and sys_fc...
2014-08-15 Mike Frysingerrenameat2: add decoding support
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...