]> granicus.if.org Git - strace/history - execve.c
maint: update for linux v5.3-rc8
[strace] / execve.c
2019-07-11 Dmitry V. LevinUpdate copyright headers
2019-06-29 Dmitry V. Levinprint_dirfd: do not print trailing comma
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-06-14 Dmitry V. LevinUpdate copyright headers
2018-05-29 Dmitry V. LevinEnhance printing of unfetchable object addresses in...
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-24 Dmitry V. LevinIntroduce tprintf_comment and tprints_comment functions
2017-04-24 Dmitry V. LevinMake output of execve/execveat syscall parsers more...
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. Levinexecve: prepare for handling big pointers
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-25 Dmitry V. Levinexecve: change address argument type from long to kerne...
2016-02-08 Dmitry V. LevinFix decoding of execve and execveat syscalls with inval...
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-07-27 Dmitry V. LevinImplement execveat syscall decoding
2015-07-27 Dmitry V. Levinexecve: fix support of personalities with different...
2015-07-20 Dmitry V. Levinexecve.c: make use of RVAL_DECODED
2015-07-20 Dmitry V. Levinexecve.c: use printaddr and umove_or_printaddr
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2014-12-11 Dmitry V. Levinprocess.c: move execve and execv parsers to a separate...