1. c560c80 Fix printing of invalid 3rd argument of fcntl/fcntl64 syscall by Dmitry V. Levin · 9 years ago
  2. a734a97 Fix printing of invalid l_type and l_whence in fcntl/fcntl64 syscalls by Dmitry V. Levin · 9 years ago
  3. 7708659 Fix decoding of fcntl/fcntl64 operation argument by Dmitry V. Levin · 9 years ago
  4. 6274ecc Prepare for transition from sprintflags64 to sprintflags by Dmitry V. Levin · 9 years ago
  5. 9134aab Prepare for transition from xlookup64 to xlookup by Dmitry V. Levin · 9 years ago
  6. e67c8e4 Replace %Ld/%Lu printf format specifiers with %lld/%llu by Dmitry V. Levin · 9 years ago
  7. 2154702 fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser by Dmitry V. Levin · 9 years ago
  8. 03202da print_fcntl: finish with unrecognized commands on entering syscall by Dmitry V. Levin · 9 years ago
  9. 211d6ef fcntl: create a separate parser for fcntl64 syscall by Elvira Khabirova · 9 years ago
  10. 1a713d9 Convert parsers of flock structures to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  11. c7c5270 fcntl.c: implement decoding for all known operations by Dmitry V. Levin · 9 years ago
  12. 46129c9 fcntl.c: mark F_DUPFD and F_DUPFD_CLOEXEC return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  13. 5cad846 fcntl.c: remove redundant ifdefs by Dmitry V. Levin · 9 years ago
  14. 6250e6c fcntl.c: use <linux/fcntl.h> instead of <fcntl.h> by Dmitry V. Levin · 9 years ago
  15. c3410ba fcntl.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  16. 2512003 desc.c: move parser of fcntl syscall to a separate file by Dmitry V. Levin · 9 years ago