1. 9809e3a uname.c: use umove_or_printaddr by Dmitry V. Levin · 9 years ago
  2. d27ccca tests: add utime.test by Dmitry V. Levin · 9 years ago
  3. 8d51f43 utime.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  4. cec41dd utime.c: use umoven_or_printaddr by Dmitry V. Levin · 9 years ago
  5. 90cfe8f wait.c: use printaddr and umove_or_printaddr by Dmitry V. Levin · 9 years ago
  6. f6026b6 wait: move fallback definitions of wait options to xlat/ by Dmitry V. Levin · 9 years ago
  7. b60b2a5 tests: add xattr.test by Dmitry V. Levin · 9 years ago
  8. 6156d81 xattr.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  9. 105c35b print_xattr_val: do not fetch data in case of !verbose || syserror by Dmitry V. Levin · 9 years ago
  10. 8ae9c09 print_xattr_list: use printaddr by Dmitry V. Levin · 9 years ago
  11. d45548d print_xattr_val: remove unused argument by Dmitry V. Levin · 9 years ago
  12. 7a9ec12 print_xattr_list: remove redundant address check by Dmitry V. Levin · 9 years ago
  13. b10ae62 ipc.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  14. 61b7989 umoven_or_printaddr: do not fetch data if not in verbose mode by Dmitry V. Levin · 9 years ago
  15. 850ba4b Change printnum_* printers to honor syserror by Dmitry V. Levin · 9 years ago
  16. fd3cdc0 term.c: enhance tty ioctl parser by Dmitry V. Levin · 9 years ago
  17. 483c15f Change comparisons with function pointers to comparisons with SENs by Elvira Khabirova · 9 years ago
  18. 28e32df Add unique syscall entry numbers (SENs) by Elvira Khabirova · 9 years ago
  19. 140ecf8 Introduce SEN macro by Elvira Khabirova · 9 years ago
  20. 3d0e1f3 scsi.c: enhance SG_IO ioctl parser by Dmitry V. Levin · 9 years ago
  21. 317d19e ptp.c: enhance ptp ioctl parser by Dmitry V. Levin · 9 years ago
  22. eddefd6 mtd.c: enhance mtd and ubi ioctl parsers by Dmitry V. Levin · 9 years ago
  23. b93c110 sock.c: enhance socket ioctl parser by Dmitry V. Levin · 9 years ago
  24. a0beac1 block.c: enhance block ioctl parser by Dmitry V. Levin · 9 years ago
  25. 1dbe683 blkpg_ops: add BLKPG_RESIZE_PARTITION constant by Dmitry V. Levin · 9 years ago
  26. 3cfabeb loop.c: enhance loop ioctl parser by Dmitry V. Levin · 9 years ago
  27. 97317d9 rtc.c: enhance rtc ioctl parser by Dmitry V. Levin · 9 years ago
  28. b679508 Use printpair_int by Dmitry V. Levin · 9 years ago
  29. 69127a3 Add several generic integer pairs printing functions by Dmitry V. Levin · 9 years ago
  30. c88163e Add two generic integer printing functions by Dmitry V. Levin · 9 years ago
  31. 332a326 Add address printing functions by Dmitry V. Levin · 9 years ago
  32. 204c2bc Implement RVAL_DECODED flag by Dmitry V. Levin · 9 years ago
  33. 746db06 time.c: move rtc ioctl parser to a separate file by Dmitry V. Levin · 9 years ago
  34. 8c3e8e7 term.c: fix typo by Dmitry V. Levin · 9 years ago
  35. 34bd4d2 Do not include sys/filio.h by Dmitry V. Levin · 9 years ago
  36. 4f63c11 ioctl: prepare ioctl_decode_command_number for future changes by Dmitry V. Levin · 9 years ago
  37. 802c942 ioctl: simplify ioctl_decode signature by Dmitry V. Levin · 9 years ago
  38. 2803e75 ioctl: consistently use name "code" for ioctl request code by Dmitry V. Levin · 9 years ago
  39. 044eef2 Move ioctl syscall parser to ioctl.c by Dmitry V. Levin · 9 years ago
  40. e10b4f0 ioctl: remove obsolete registry of ioctl characters by Dmitry V. Levin · 9 years ago
  41. 4b80f34 Fix filtering of <unavailable> syscalls by Dmitry V. Levin · 9 years ago
  42. de4a680 Fix -qq option in conjunction with -o option by Dmitry V. Levin · 9 years ago
  43. 6455f0a xtensa: wire up new syscalls by Dmitry V. Levin · 9 years ago
  44. 4c3ea5d bfin: wire up new syscalls by Dmitry V. Levin · 9 years ago
  45. 25d729f alpha: wire up new syscalls by Dmitry V. Levin · 9 years ago
  46. 68cb82e tests: skip stat32 test if struct stat is defined incorrectly by Dmitry V. Levin · 9 years ago
  47. d93c4e8 Consistenly use #ifdef to check for AC_DEFINE'd macros by Dmitry V. Levin · 9 years ago
  48. 0c56195 xattr: move fallback definitions of xattr flags to xlat/ by Dmitry V. Levin · 9 years ago
  49. f64a439 link: move fallback definitions of AT_* constants to xlat/ by Dmitry V. Levin · 9 years ago
  50. fddeeba net: move fallback definitions of SOL_* constants to xlat/ by Dmitry V. Levin · 9 years ago
  51. 003cc9f futex: move fallback definitions of futex constants to xlat/ by Dmitry V. Levin · 9 years ago
  52. 14f4038 clone: move definitions of cloning flags to xlat/ by Dmitry V. Levin · 9 years ago
  53. cf7ee30 Update mount flags constants by Dmitry V. Levin · 9 years ago
  54. a863072 mount: update parser to match kernel behaviour by Dmitry V. Levin · 9 years ago
  55. c8cf5fe mount: robustify MS_MGC_VAL decoding by Dmitry V. Levin · 9 years ago
  56. 7bee462 net: decode setsockopt() multicast arguments by Dmitry V. Levin · 9 years ago
  57. 0b95590 Update IPV6 socket options constants by Dmitry V. Levin · 9 years ago
  58. ae28093 net: factor out interface index printing code by Dmitry V. Levin · 9 years ago
  59. 6c8ef05 Consistently use error_msg instead of fprintf(stderr) by Dmitry V. Levin · 10 years ago
  60. df38991 Consistently print OOM diagnostic messages by Dmitry V. Levin · 10 years ago
  61. 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
  62. 8c20d89 Fix ioctl entries on 32-bit architectures with 64-bit aligned structures by Dmitry V. Levin · 10 years ago
  63. f95cf99 maint: make linux/kvm.h parseable on arm by Dmitry V. Levin · 10 years ago
  64. e459ba9 v4l2: add decoding for VIDIOC_S_CROP's arg by Philippe De Muyter · 10 years ago
  65. bd8dd77 Add support for Altera's Nios-II softcore architecture by Ezequiel Garcia · 10 years ago
  66. 86b4fb5 v4l2: VIDIOC_CROPCAP: add missing braces around arg printout by Philippe De Muyter · 10 years ago
  67. 7e88896 maint: avoid effects of locale when sorting files by Dmitry V. Levin · 10 years ago
  68. 6779e71 v4l2: add decoding for VIDIOC_CREATE_BUFS's arg. by Philippe De Muyter · 10 years ago
  69. f34b97f mips o32: decode indirect syscall by Dmitry V. Levin · 10 years ago
  70. 71fb134 debian: add gawk to Build-Depends by Dmitry V. Levin · 10 years ago
  71. b704e8f tests: fix bexecve.test for the case of mixed personalities by Dmitry V. Levin · 10 years ago
  72. 25c804c tests: add a test for "resuming interrupted nanosleep" by Dmitry V. Levin · 10 years ago
  73. dfd4e3f tests: strip executable bit from *.expected files by Dmitry V. Levin · 10 years ago
  74. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  75. cc59f14 Fix confusing "resuming interrupted unknown" message by Denys Vlasenko · 10 years ago
  76. 79c5c5d tests: workaround old gawk versions that do not provide @include support by Dmitry V. Levin · 10 years ago
  77. a402810 tests: rewrite umovestr2.test without using grep by Dmitry V. Levin · 10 years ago
  78. 87af193 Cleanup process_vm_writev syscall decoding by Dmitry V. Levin · 10 years ago
  79. ea1fea6 umovestr: read chunks of memory up to pagesize at a time by Dmitry V. Levin · 10 years ago
  80. 4832134 umovestr: fix short read bug by Dmitry V. Levin · 10 years ago
  81. b2893c9 When process_vm_readv fails with EPERM, try PTRACE_PEEKDATA by Dmitry V. Levin · 10 years ago
  82. 5647cf8 Use macros for gcc attributes by Dmitry V. Levin · 10 years ago
  83. c84d0b8 Introduce macros for gcc attributes by Dmitry V. Levin · 10 years ago
  84. 3460dc4 Include <linux/ioctl.h> for _IOC_* macros by Felix Janda · 10 years ago
  85. d34e00b Include <sys/stat.h> for S_I* macros by Felix Janda · 10 years ago
  86. 537c964 signal.c: move siginfo_t parsers to a separate file by Dmitry V. Levin · 10 years ago
  87. f7430b7 Update siginfo_t constants by Dmitry V. Levin · 10 years ago
  88. 174bb2b signal.c: move sigaltstack parser to a separate file by Dmitry V. Levin · 10 years ago
  89. b6ef71b Move sparc64 get_scno() code where it belongs by Denys Vlasenko · 10 years ago
  90. 588a90f sparc: rename personality 2 files to personality 1 by Denys Vlasenko · 10 years ago
  91. df4dd8b sparc: delete personality 1 by Denys Vlasenko · 10 years ago
  92. 602d717 qemu_multiarch_testing/*: make it easier to do debug in sandboxes by Denys Vlasenko · 10 years ago
  93. 430143b sparc: fix v4.10-25-g8497b62 fallout by Denys Vlasenko · 10 years ago
  94. ea00900 get_scno: add diagnostics for invalid syscall numbers by Dmitry V. Levin · 10 years ago
  95. 9945ec9 arm: fix v4.10-25-g8497b62 fallout by Dmitry V. Levin · 10 years ago
  96. 8e8d7d2 mips: fix pipe syscall decoding by Dmitry V. Levin · 10 years ago
  97. a3c4835 sigreturn.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  98. d70d1c4 syscall.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
  99. 1b78607 syscall.c: prepare for the split by Dmitry V. Levin · 10 years ago
  100. 144cda2 Move get_regs error check from trace_syscall_entering to get_scno by Dmitry V. Levin · 10 years ago