]> granicus.if.org Git - strace/history - filter_qualify.c
evdev: decode struct input_absinfo regardless of in-kernel definitions
[strace] / filter_qualify.c
2019-08-06 Eugene Syromyatnikovdelay: use parse_ts for parsing delay value
2019-07-13 Chen Jingpiaofilter_qualify: export trace_set set
2019-07-11 Dmitry V. LevinUpdate copyright headers
2019-07-10 Paul ChaignonImplement -e status=set option
2018-12-17 Dmitry V. Levinfilter_qualify: prepare for the change of signame semantics
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-11-27 Dmitry V. LevinStop using SIG_0
2018-07-11 Dmitry V. LevinImplement -e kvm= option on all architectures
2018-07-10 Dmitry V. LevinUpgrade invalid -e kvm= argument to a fatal error
2018-07-07 Masatake YAMATOkvm: attach the exit reason of vcpu as auxstr to KVM_RU...
2018-06-13 Eugene SyromyatnikovImplement injection of syscalls with no side effects...
2018-03-29 Eugene SyromyatnikovImplement injection of negative return values
2018-03-28 Dmitry V. LevinMove delay interface from defs.h to delay.h
2018-03-28 Dmitry V. LevinTurn struct inject_data.rval into an index
2018-03-22 Elvira KhabirovaImplement delay injection
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-13 Dmitry V. LevinConsistently use MAX_ERRNO_VALUE
2018-02-10 Eugene SyromyatnikovChange type of injected rval to kernel_long_t
2018-01-16 Dmitry V. LevinEnhance error diagnostics about invalid syscalls in...
2018-01-16 Dmitry V. Levinfilter_qualify: use loop initial declarations
2018-01-15 Dmitry V. LevinEnhance error diagnostics about invalid syscalls in...
2018-01-15 Dmitry V. Levinfilter: remove redundant braces around single line...
2018-01-15 Dmitry V. Levinfilter_qualify: move memory allocation from parse_injec...
2017-08-28 Dmitry V. LevinDisallow more than one signal= specification in an...
2017-08-28 Dmitry V. LevinAdd "flags" field to struct inject_data
2017-08-28 Dmitry V. LevinMove inject data of struct inject_opts to inject_data...
2017-08-22 Dmitry V. LevinHide struct number_set implementation details from...
2017-08-22 Dmitry V. LevinExtend number_set interface
2017-08-22 Dmitry V. LevinMove number_set interface to separate files
2017-08-07 Nikolay MarchukSplit qualify.c into basic_filters.c and filter_qualify.c