]> granicus.if.org Git - strace/history - fcntl.c
util: simplify definitions of bit mask constants in umovestr
[strace] / fcntl.c
2016-05-16 Dmitry V. LevinFix printing of invalid 3rd argument of fcntl/fcntl64...
2016-05-16 Dmitry V. LevinFix printing of invalid l_type and l_whence in fcntl...
2016-05-16 Dmitry V. LevinFix decoding of fcntl/fcntl64 operation argument
2016-05-15 Dmitry V. LevinPrepare for transition from sprintflags64 to sprintflags
2016-05-14 Dmitry V. LevinPrepare for transition from xlookup64 to xlookup
2015-12-16 Dmitry V. LevinReplace %Ld/%Lu printf format specifiers with %lld...
2015-12-05 Dmitry V. Levinfcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in...
2015-12-05 Dmitry V. Levinprint_fcntl: finish with unrecognized commands on enter...
2015-12-04 Elvira Khabirovafcntl: create a separate parser for fcntl64 syscall
2015-11-26 Dmitry V. LevinConvert parsers of flock structures to new mpers infras...
2015-11-26 Dmitry V. Levinfcntl.c: implement decoding for all known operations
2015-11-26 Dmitry V. Levinfcntl.c: mark F_DUPFD and F_DUPFD_CLOEXEC return code...
2015-11-26 Dmitry V. Levinfcntl.c: remove redundant ifdefs
2015-11-26 Dmitry V. Levinfcntl.c: use <linux/fcntl.h> instead of <fcntl.h>
2015-10-09 Dmitry V. Levinfcntl.c: make use of RVAL_DECODED
2015-10-08 Dmitry V. Levindesc.c: move parser of fcntl syscall to a separate...