1. e67c8e4 Replace %Ld/%Lu printf format specifiers with %lld/%llu by Dmitry V. Levin · 9 years ago
  2. 2154702 fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parser by Dmitry V. Levin · 9 years ago
  3. 03202da print_fcntl: finish with unrecognized commands on entering syscall by Dmitry V. Levin · 9 years ago
  4. 211d6ef fcntl: create a separate parser for fcntl64 syscall by Elvira Khabirova · 9 years ago
  5. 1a713d9 Convert parsers of flock structures to new mpers infrastructure by Dmitry V. Levin · 9 years ago
  6. c7c5270 fcntl.c: implement decoding for all known operations by Dmitry V. Levin · 9 years ago
  7. 46129c9 fcntl.c: mark F_DUPFD and F_DUPFD_CLOEXEC return code with RVAL_FD flag by Dmitry V. Levin · 9 years ago
  8. 5cad846 fcntl.c: remove redundant ifdefs by Dmitry V. Levin · 9 years ago
  9. 6250e6c fcntl.c: use <linux/fcntl.h> instead of <fcntl.h> by Dmitry V. Levin · 9 years ago
  10. c3410ba fcntl.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  11. 2512003 desc.c: move parser of fcntl syscall to a separate file by Dmitry V. Levin · 9 years ago