]> granicus.if.org Git - strace/history - futex.c
xlat: add BPF_F_TEST_STATE_FREQ to bpf_prog_flags
[strace] / futex.c
2019-05-22 Dmitry V. LevinUpdate copyright headers
2019-05-12 Dmitry V. LevinImplement and use new parsers of futex syscall
2019-05-11 Dmitry V. LevinImplement parsers of new *time64 system calls
2019-05-04 Dmitry V. Levinfutex.c: introduce do_futex
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-09-02 Eugene Syromyatnikovfutex: recognise FUTEX_BITSET_MATCH_ANY bitmask
2018-06-14 Dmitry V. LevinUpdate copyright headers
2018-04-12 Eugene Syromyatnikovfutex: use print_xlat
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-24 Dmitry V. LevinIntroduce tprintf_comment and tprints_comment functions
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-12-25 Dmitry V. Levinfutex: change address type from long to kernel_ureg_t
2016-11-30 Eugene Syromyatnikovfutex: make output of the val3 argument of the FUTEX_WA...
2016-08-30 Eugene Syromyatnikovfutex: do not pretend <linux/futex.h> is included
2016-08-30 Eugene Syromyatnikovfutex: avoid printing val when it is not used by the...
2016-08-30 Eugene Syromyatnikovfutex: fix formatting of unknown command argument
2016-08-30 Eugene Syromyatnikovfutex: add handling of FUTEX_FD command
2016-08-30 Eugene Syromyatnikovfutex: fix formatting of val3 hexadecimal argument
2016-08-30 Eugene Syromyatnikovfutex: fix FUTEX_WAKE_OP compare function mask
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-09-19 Dmitry V. LevinConvert parser of struct timespec to new mpers infrastr...
2015-07-20 Dmitry V. Levinfutex.c: enhance futex syscall decoding
2015-06-17 Dmitry V. Levinfutex: move fallback definitions of futex constants...
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2014-12-11 Dmitry V. Levinprocess.c: move futex parser to a separate file