]> granicus.if.org Git - strace/history - pathtrace.c
tests: use fixed socket address in net-yy-unix.test
[strace] / pathtrace.c
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...