aboutsummaryrefslogtreecommitdiff
path: root/futex.c
AgeCommit message (Expand)Author
2018-12-19Update strace to 4.25.Elliott Hughes
2018-06-15Update strace to 4.23.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-08-30futex: do not pretend <linux/futex.h> is includedEugene Syromyatnikov
2016-08-30futex: avoid printing val when it is not used by the futex commandEugene Syromyatnikov
2016-08-30futex: fix formatting of unknown command argumentEugene Syromyatnikov
2016-08-30futex: add handling of FUTEX_FD commandEugene Syromyatnikov
2016-08-30futex: fix formatting of val3 hexadecimal argumentEugene Syromyatnikov
2016-08-30futex: fix FUTEX_WAKE_OP compare function maskEugene Syromyatnikov
2015-12-17Add copyright headers to some files which lack themDmitry V. Levin
2015-09-19Convert parser of struct timespec to new mpers infrastructureDmitry V. Levin
2015-07-20futex.c: enhance futex syscall decodingDmitry V. Levin
2015-06-17futex: move fallback definitions of futex constants to xlat/Dmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2014-12-11process.c: move futex parser to a separate fileDmitry V. Levin