aboutsummaryrefslogtreecommitdiff
path: root/fcntl.c
AgeCommit message (Expand)Author
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-05-16Fix printing of invalid 3rd argument of fcntl/fcntl64 syscallDmitry V. Levin
2016-05-16Fix printing of invalid l_type and l_whence in fcntl/fcntl64 syscallsDmitry V. Levin
2016-05-16Fix decoding of fcntl/fcntl64 operation argumentDmitry V. Levin
2016-05-15Prepare for transition from sprintflags64 to sprintflagsDmitry V. Levin
2016-05-14Prepare for transition from xlookup64 to xlookupDmitry V. Levin
2015-12-16Replace %Ld/%Lu printf format specifiers with %lld/%lluDmitry V. Levin
2015-12-05fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parserDmitry V. Levin
2015-12-05print_fcntl: finish with unrecognized commands on entering syscallDmitry V. Levin
2015-12-04fcntl: create a separate parser for fcntl64 syscallElvira Khabirova
2015-11-26Convert parsers of flock structures to new mpers infrastructureDmitry V. Levin
2015-11-26fcntl.c: implement decoding for all known operationsDmitry V. Levin
2015-11-26fcntl.c: mark F_DUPFD and F_DUPFD_CLOEXEC return code with RVAL_FD flagDmitry V. Levin
2015-11-26fcntl.c: remove redundant ifdefsDmitry V. Levin
2015-11-26fcntl.c: use <linux/fcntl.h> instead of <fcntl.h>Dmitry V. Levin
2015-10-09fcntl.c: make use of RVAL_DECODEDDmitry V. Levin
2015-10-08desc.c: move parser of fcntl syscall to a separate fileDmitry V. Levin