]> granicus.if.org Git - strace/history - fcntl.c
ptrace: do not print data argument of some requests on sparc
[strace] / fcntl.c
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...