]> granicus.if.org Git - strace/history - futex.c
bpf: move common code to a separate function
[strace] / futex.c
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