1. cf7248d arm: rewrite shuffle_scno in a bit more readable way by Dmitry V. Levin · 9 years ago
  2. 12e2442 tests: add tests for ipc syscalls decoding by Dmitry V. Levin · 9 years ago
  3. 3b499ca Fix indirect ipc subcall handling by Dmitry V. Levin · 9 years ago
  4. 7c524f4 Move socket and ipc subcall entries to subcall.h by Dmitry V. Levin · 9 years ago
  5. cf4b7bb sh: fix typo introduced by commit v4.9-121-gd535b8b by Dmitry V. Levin · 9 years ago
  6. 1ea6473 Fix fanotify_mark decoding on 32-bit architectures by Dmitry V. Levin · 9 years ago
  7. 197db57 v4l2: fix build on systems with older kernel headers by Dmitry V. Levin · 9 years ago
  8. 08b6397 tests: fix build with awk that does not support switch-case by Dmitry V. Levin · 9 years ago
  9. 75023a9 Fix build on systems that lack O_CLOEXEC definition by Dmitry V. Levin · 9 years ago
  10. d9f7e7a Fix build on systems that lack NETLINK_SOCK_DIAG definition by Dmitry V. Levin · 9 years ago
  11. 75d6204 Cleanup local copy of linux/fanotify.h by Dmitry V. Levin · 9 years ago
  12. ce21ef0 Fix "make dist" regression introduced by commit v4.9-125-g120e5db by Dmitry V. Levin · 9 years ago
  13. b653509 tests: fix build with fresh glibc by Dmitry V. Levin · 9 years ago
  14. e11169a ioctlent.sh: handle linux/aufs_type.h properly by Dmitry V. Levin · 9 years ago
  15. 60cb10d tests: fix distcheck by Dmitry V. Levin · 9 years ago
  16. d4a9d83 Fix printing of time_t values set in the distant future by Dmitry V. Levin · 9 years ago
  17. 9e6a7bf Use AC_CHECK_TYPES to check for struct statfs64 by Dmitry V. Levin · 9 years ago
  18. 7b9bc44 Use AC_CHECK_TYPES to check for struct stat64 by Dmitry V. Levin · 9 years ago
  19. f19836b file.c: fix 32-bit stat decoding on 64-bit architectures by Dmitry V. Levin · 9 years ago
  20. e6e475c sparc: reuse struct stat parser code for struct solstat decoding by Dmitry V. Levin · 9 years ago
  21. 721de78 ppc64: reuse struct stat parser code for struct stat_powerpc32 decoding by Dmitry V. Levin · 9 years ago
  22. c6ee0ec file.c: group related parsers together by Dmitry V. Levin · 9 years ago
  23. 1fb1c13 file.c: collect scattered __old_kernel_stat related code by Dmitry V. Levin · 9 years ago
  24. b8ad393 Use the same source code for struct stat/stat64 decoding by Dmitry V. Levin · 9 years ago
  25. 553d8a2 x32: use generic printstat/printstat64 parsers by Dmitry V. Levin · 9 years ago
  26. 8d41108 x32: remove redundant definitions by Dmitry V. Levin · 9 years ago
  27. ab21a94 Convert do_printstat to a template function by Dmitry V. Levin · 9 years ago
  28. d01f0a8 file.c: prepare realprintstat for parametrization by Dmitry V. Levin · 9 years ago
  29. 655633e tests: cleanup stat.test by Dmitry V. Levin · 9 years ago
  30. 7b01014 tests: check verbose decoding of 32-bit and 64-bit struct stat by Dmitry V. Levin · 9 years ago
  31. 2928afe Cleanup struct stat.st_flags decoding by Dmitry V. Levin · 9 years ago
  32. 65ea0d0 Drop struct stat.st_aclcnt and stat.st_level support by Dmitry V. Levin · 9 years ago
  33. c9cc4cb tests: fix race condition in net-accept-connect based tests by Dmitry V. Levin · 9 years ago
  34. f1639d8 timerfd: update flags decoding by Mike Frysinger · 9 years ago
  35. e00a957 sparc: fix fxstat decoding by Dmitry V. Levin · 9 years ago
  36. e6219fb sparc: drop _STAT64_VER support by Dmitry V. Levin · 9 years ago
  37. 55ba9b3 sparc: remove redundant sys_lxstat by Dmitry V. Levin · 9 years ago
  38. ea77892 file.c: do not include unused headers by Dmitry V. Levin · 9 years ago
  39. ee21a5b Cleanup UTIME_NOW/UTIME_OMIT decoding by Dmitry V. Levin · 9 years ago
  40. 6d5abd3 Fix UTIME_NOW/UTIME_OMIT decoding by Elliott Hughes · 10 years ago
  41. 959205c Make -yy output for inet sockets consistent with unix domain sockets by Dmitry V. Levin · 9 years ago
  42. f0ed167 tests: robustify unix domain socket decoding test by Dmitry V. Levin · 10 years ago
  43. 6b5df32 tests: fix unix domain socket decoding availability test by Dmitry V. Levin · 10 years ago
  44. 6077ad8 tests: add a test for decoding unix domain socket addresses by Masatake YAMATO · 10 years ago
  45. 120e5db Support unix domain sockets in -yy option by Masatake YAMATO · 10 years ago
  46. f605e92 Use the protocol name of a socket as a hint for peer address resolution by Masatake YAMATO · 10 years ago
  47. 530bed0 Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscalls by Dmitry V. Levin · 10 years ago
  48. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 10 years ago
  49. d535b8b sh, sh64: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
  50. 641bb42 s390: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
  51. 37b20b3 sparc: fix uid/gid syscall entries by Dmitry V. Levin · 10 years ago
  52. 2f7d020 chown.c: split into separate files by Dmitry V. Levin · 10 years ago
  53. 25ebe46 util.c: move printuid to uid.c by Dmitry V. Levin · 10 years ago
  54. c55bfb0 tests/uid.awk: rewrite in a more maintainable style by Dmitry V. Levin · 10 years ago
  55. 1da7c95 printuid: fix uid_t decoding on 64-bit architectures by Dmitry V. Levin · 10 years ago
  56. 79fb4d6 Update PTRACE_* constants by Dmitry V. Levin · 10 years ago
  57. 825b524 Update SWAP_FLAG_* constants by Dmitry V. Levin · 10 years ago
  58. 719554d Update SCHED_* constants by Dmitry V. Levin · 10 years ago
  59. 4bcce0a Update prctl PR_* constants by Dmitry V. Levin · 10 years ago
  60. 8224758 Always compile sys_prctl parser by Dmitry V. Levin · 10 years ago
  61. fced7b0 process.c: split struct_user_offsets into architecture-specific include files by Dmitry V. Levin · 10 years ago
  62. 6eee4e0 process.c: include less headers by Dmitry V. Levin · 10 years ago
  63. 8c0ef94 Unexport struct_user_offsets by Dmitry V. Levin · 10 years ago
  64. c6ce4fd process.c: introduce XLAT_UOFF macro by Dmitry V. Levin · 10 years ago
  65. 03c06ea process.c: move sethostname and gethostname parsers to a separate file by Dmitry V. Levin · 10 years ago
  66. 9175909 process.c: move exit parser to a separate file by Dmitry V. Levin · 10 years ago
  67. 265903a process.c: move clone, setns, unshare, and fork parsers to a separate file by Dmitry V. Levin · 10 years ago
  68. e93ef1e process.c: move get*uid and set*uid parsers to a separate file by Dmitry V. Levin · 10 years ago
  69. 7211480 process.c: move getgroups* and setgroups* parsers to a separate file by Dmitry V. Levin · 10 years ago
  70. 7be2318 process.c: move execve and execv parsers to a separate file by Dmitry V. Levin · 10 years ago
  71. 7ccc144 process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file by Dmitry V. Levin · 10 years ago
  72. 58dd2cf process.c: move uname parser to a separate file by Dmitry V. Levin · 10 years ago
  73. e314f80 process.c: move futex parser to a separate file by Dmitry V. Levin · 10 years ago
  74. 8357638 process.c: move get_robust_list parser to a separate file by Dmitry V. Levin · 10 years ago
  75. fff2f31 process.c: move sched_* parsers to a separate file by Dmitry V. Levin · 10 years ago
  76. b94b983 process.c: move sched_setaffinity and sched_getaffinity parsers to a separate file by Dmitry V. Levin · 10 years ago
  77. 53c993d process.c: move prctl and arch_prctl parsers to a separate file by Dmitry V. Levin · 10 years ago
  78. 665f10c process.c: move getcpu parser to a separate file by Dmitry V. Levin · 10 years ago
  79. db16c52 process.c: move process_vm_readv and process_vm_writev parsers to a separate file by Dmitry V. Levin · 10 years ago
  80. 52572b6 Implement decoding of fallocate FALLOC_FL_* flags by Dmitry V. Levin · 10 years ago
  81. 19b50da Fix decoding of renameat2 RENAME_* flags by Dmitry V. Levin · 10 years ago
  82. 964d80a file.c: move open, openat, and creat parsers to a separate file by Dmitry V. Levin · 10 years ago
  83. 304cd81 file.c: move access and faccessat parsers to a separate file by Dmitry V. Levin · 10 years ago
  84. d590f3c file.c: move umask parser to a separate file by Dmitry V. Levin · 10 years ago
  85. b5d25ec file.c: move lseek and llseek parsers to a separate file by Dmitry V. Levin · 10 years ago
  86. 9e9ceab file.c: move readahead parser to a separate file by Dmitry V. Levin · 10 years ago
  87. 6934182 file.c: move truncate, truncate64, ftruncate, and ftruncate64 parsers to a separate file by Dmitry V. Levin · 10 years ago
  88. 9b2f674 file.c: move chdir parser to a separate file by Dmitry V. Levin · 10 years ago
  89. 231b19f file.c: move link, linkat, unlinkat, and symlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
  90. 46245b3 file.c: move readlink and readlinkat parsers to a separate file by Dmitry V. Levin · 10 years ago
  91. 6d20a0b file.c: move renameat and renameat2 parsers to a separate file by Dmitry V. Levin · 10 years ago
  92. 2b7a53b file.c: move chown, fchown, and fchownat parsers to a separate file by Dmitry V. Levin · 10 years ago
  93. 43b110b Export at_flags by Dmitry V. Levin · 10 years ago
  94. ad5cf1e file.c: move chmod, fchmod, and fchmodat parsers to a separate file by Dmitry V. Levin · 10 years ago
  95. 481e067 file.c: move utimes, futimesat, utimensat, and osf_utimes parsers to a separate file by Dmitry V. Levin · 10 years ago
  96. fb470f3 file.c: move utime parser to a separate file by Dmitry V. Levin · 10 years ago
  97. b1a01b8 Export sprinttime by Dmitry V. Levin · 10 years ago
  98. db23b34 file.c: move mknod, mknodat, and xmknod parsers to a separate file by Dmitry V. Levin · 10 years ago
  99. 9514ac7 file.c: export sprintmode and move it to a separate file by Dmitry V. Levin · 10 years ago
  100. a836430 file.c: move getcwd parser to a separate file by Dmitry V. Levin · 10 years ago