summaryrefslogtreecommitdiff
path: root/futex.c
Commit message (Expand)AuthorAgeFilesLines
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-136/+0
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2019-05-221-1/+1
* Implement and use new parsers of futex syscallDmitry V. Levin2019-05-121-2/+4
* Implement parsers of new *time64 system callsDmitry V. Levin2019-05-111-0/+5
* futex.c: introduce do_futexDmitry V. Levin2019-05-041-5/+11
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* futex: recognise FUTEX_BITSET_MATCH_ANY bitmaskEugene Syromyatnikov2018-09-021-2/+5
* Update copyright headersDmitry V. Levin2018-06-141-1/+1
* futex: use print_xlatEugene Syromyatnikov2018-04-131-2/+7
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Introduce tprintf_comment and tprints_comment functionsDmitry V. Levin2017-04-241-8/+9
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-3/+3
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-1/+2
* futex: change address type from long to kernel_ureg_tDmitry V. Levin2016-12-251-3/+3
* futex: make output of the val3 argument of the FUTEX_WAKE_OP command more str...Eugene Syromyatnikov2016-11-301-6/+12
* futex: do not pretend <linux/futex.h> is includedEugene Syromyatnikov2016-08-301-4/+0
* futex: avoid printing val when it is not used by the futex commandEugene Syromyatnikov2016-08-301-1/+13
* futex: fix formatting of unknown command argumentEugene Syromyatnikov2016-08-301-1/+4
* futex: add handling of FUTEX_FD commandEugene Syromyatnikov2016-08-301-0/+1
* futex: fix formatting of val3 hexadecimal argumentEugene Syromyatnikov2016-08-301-2/+2
* futex: fix FUTEX_WAKE_OP compare function maskEugene Syromyatnikov2016-08-301-3/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+30
* Convert parser of struct timespec to new mpers infrastructureDmitry V. Levin2015-09-191-3/+3
* futex.c: enhance futex syscall decodingDmitry V. Levin2015-07-201-34/+65
* futex: move fallback definitions of futex constants to xlat/Dmitry V. Levin2015-06-171-84/+1
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-2/+1
* process.c: move futex parser to a separate fileDmitry V. Levin2014-12-111-0/+139