1. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 9 years ago
  2. ea1fea6 umovestr: read chunks of memory up to pagesize at a time by Dmitry V. Levin · 9 years ago
  3. 5647cf8 Use macros for gcc attributes by Dmitry V. Levin · 9 years ago
  4. c84d0b8 Introduce macros for gcc attributes by Dmitry V. Levin · 9 years ago
  5. 537c964 signal.c: move siginfo_t parsers to a separate file by Dmitry V. Levin · 9 years ago
  6. df4dd8b sparc: delete personality 1 by Denys Vlasenko · 9 years ago
  7. 8e8d7d2 mips: fix pipe syscall decoding by Dmitry V. Levin · 9 years ago
  8. 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 9 years ago
  9. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 9 years ago
  10. 9dce83b Remove unused struct tcb::inst field by Denys Vlasenko · 9 years ago
  11. 8497b62 Show the syscall name in "resuming interrupted call" message by Denys Vlasenko · 9 years ago
  12. 74219ea Move sigreturn/rt_sigreturn parser to a separate file by Dmitry V. Levin · 9 years ago
  13. cc07f66 ia64: fix up builds after 16bit uid support by Mike Frysinger · 9 years ago
  14. 23ce9e4 Remove support for systems without PTRACE_SETOPTIONS by Dmitry V. Levin · 9 years ago
  15. 4f750b9 Add decoding for evdev ioctls by Etienne Gemsa · 9 years ago
  16. f523f10 Declare all format printers with printf format attribute by Dmitry V. Levin · 9 years ago
  17. 1c603a9 Rename printnum to printnum_long to avoid confusion by Dmitry V. Levin · 9 years ago
  18. 047365e mips: move ABI check to configure.ac by Dmitry V. Levin · 9 years ago
  19. 9a176c9 get_regs: define for all architectures by Dmitry V. Levin · 9 years ago
  20. 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 9 years ago
  21. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 9 years ago
  22. d8890b5 printsiginfo: constify the first argument by Dmitry V. Levin · 9 years ago
  23. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 9 years ago
  24. 513e96e Rework string_quote API by Dmitry V. Levin · 9 years ago
  25. 6f9a01c ioctl: add decoding for parametrized command names by Gabriel Laskar · 9 years ago
  26. 924996a ioctl: print unrecognized ioctl codes in _IOC(dir,type,nr,size) format by Dmitry V. Levin · 9 years ago
  27. c7afb48 ioctl: assume that all ioctl commands have unsigned int type by Dmitry V. Levin · 9 years ago
  28. 97e5996 Change length type of umoven and umovestr to unsigned by Dmitry V. Levin · 9 years ago
  29. 3b499ca Fix indirect ipc subcall handling by Dmitry V. Levin · 9 years ago
  30. 1ea6473 Fix fanotify_mark decoding on 32-bit architectures by Dmitry V. Levin · 9 years ago
  31. f605e92 Use the protocol name of a socket as a hint for peer address resolution by Masatake YAMATO · 9 years ago
  32. 80f7db1 Fix decoding of 16-bit *chown and [gs]et*[gu]id syscalls by Dmitry V. Levin · 9 years ago
  33. 1da7c95 printuid: fix uid_t decoding on 64-bit architectures by Dmitry V. Levin · 9 years ago
  34. 8c0ef94 Unexport struct_user_offsets by Dmitry V. Levin · 9 years ago
  35. 43b110b Export at_flags by Dmitry V. Levin · 9 years ago
  36. b1a01b8 Export sprinttime by Dmitry V. Levin · 9 years ago
  37. 9514ac7 file.c: export sprintmode and move it to a separate file by Dmitry V. Levin · 9 years ago
  38. a807dce Add functions for dumping iovecs in mmsghdr used in sendmmsg and recvmmsg by Masatake YAMATO · 10 years ago
  39. 0cc9614 Implement Video4Linux video-input ioctls decoder by Philippe De Muyter · 10 years ago
  40. 3e252ca Remove ioctl header file names from the executable by Dmitry V. Levin · 10 years ago
  41. 02f9f6b Add a function for dumping iovec in msghdr used in sendmsg and recvmsg by Masatake YAMATO · 10 years ago
  42. 22e34b9 Don't risk truncating open flags by using mode_t by Elliott Hughes · 10 years ago
  43. 4176d53 fsmagic: sort array by value and use bsearch for faster lookup by Dmitry V. Levin · 10 years ago
  44. 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
  45. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  46. 45e7b18 Prepare for -yy option support by Dmitry V. Levin · 10 years ago
  47. 3c49b02 Fix preadv/pwritev offset decoding on bigendian architectures by Dmitry V. Levin · 10 years ago
  48. 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 10 years ago
  49. 1d78d22 unwind: introduce markers specifying the needs of special care in unwinding by Masatake YAMATO · 10 years ago
  50. 9bc6561 unwind: implement automatic mmap cache invalidation by Masatake YAMATO · 10 years ago
  51. f8e39d7 unwind: introduce queue_t for capturing stacktrace by Masatake YAMATO · 10 years ago
  52. 6141392 unwind: give all exported functions "unwind_" prefix by Masatake YAMATO · 10 years ago
  53. b65042f unwind: make alloc_mmap_cache function local by Masatake YAMATO · 10 years ago
  54. 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
  55. e53bf23 Optionally produce stats on syscall latency by Mark Hills · 10 years ago
  56. ac5133d Constify count_syscall function by Dmitry V. Levin · 10 years ago
  57. 447db45 Constify tv_* functions by Dmitry V. Levin · 10 years ago
  58. 3b09ebe Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T by James Hogan · 10 years ago
  59. 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 10 years ago
  60. 99db95d Implement fanotify_init and fanotify_mark decoding by Dmitry V. Levin · 10 years ago
  61. 82b1ea7 Itroduce XLAT_END macro to make xlat structures more compact by Dmitry V. Levin · 10 years ago
  62. a69ddcb Introduce XLAT macro to ease maintenance of xlat structures by Dmitry V. Levin · 10 years ago
  63. b88a6f8 Decode ptp ioctls by Stefan Sørensen · 10 years ago
  64. 03ef0b2 Assume that <sys/ptrace.h> provides a valid ptrace prototype by Dmitry V. Levin · 11 years ago
  65. 0506f0f Stop using _LFS64_LARGEFILE by Dmitry V. Levin · 11 years ago
  66. 6974bd4 Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc specific by Dmitry V. Levin · 11 years ago
  67. b338f2d Fix select decoding on e.g. 32-bit ppc process by 64-bit strace. by Denys Vlasenko · 11 years ago
  68. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  69. 5e133aa Fix sigset printing via print_sigset(). by Denys Vlasenko · 11 years ago
  70. 76da831 Group USE_CUSTOM_PRINTF define with other tweakables by Denys Vlasenko · 11 years ago
  71. b51f364 Improve sigreturn decoding on x86 to show RT signal bits too. by Denys Vlasenko · 11 years ago
  72. a34dead powerpc: fix iflag build issue (static -> extern) by Anton Blanchard · 11 years ago
  73. 5a2483b Remove ia64-specific printing of current address on signal delivery by Denys Vlasenko · 11 years ago
  74. c09646a Rename ia32 to ia64_ia32mode, and make it bool, not long by Denys Vlasenko · 11 years ago
  75. 4793221 Fold is_restart_error() into its sole user by Denys Vlasenko · 11 years ago
  76. 752e5a0 Change upeek() to take pid, not full tcp. by Denys Vlasenko · 11 years ago
  77. ce6e33b powerpc: Use PTRACE_GETREGS to fetch all registers by Anton Blanchard · 11 years ago
  78. fadbf66 Get rid of TCB_INUSE and TCB_STRACE_CHILD by Denys Vlasenko · 11 years ago
  79. f1669e7 Cleanups. No logic changes. by Denys Vlasenko · 11 years ago
  80. 2a3d275 Hide startup syscalls. by Denys Vlasenko · 11 years ago
  81. 01997cf Allow -q to be repeated for very quiet output by Daniel P. Berrange · 11 years ago
  82. 3883ab8 mips: fix build regression by Mike Frysinger · 11 years ago
  83. 2690fad mips o32: raise the max number of syscall arguments to 7 by Dmitry V. Levin · 11 years ago
  84. d648f29 Decode mtd/ubi ioctls by Mike Frysinger · 11 years ago
  85. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 11 years ago
  86. 7d5696f i386, tile, x32: do not redefine ptrace prototype by Dmitry V. Levin · 11 years ago
  87. 5198ed4 Open-code isprint(c) and isspace(c) by Denys Vlasenko · 11 years ago
  88. 61ad0a4 Stop using a large static buffer in getfdpath by Denys Vlasenko · 11 years ago
  89. 38cfe7c Remove variable tracing_paths and check in pathtrace_match by Denys Vlasenko · 11 years ago
  90. 7239dbc Use dynamically-sized selected[] array for -P PATH by Denys Vlasenko · 11 years ago
  91. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 11 years ago
  92. 05f3251 Assorted NOMMU fixes by Denys Vlasenko · 11 years ago
  93. 9cbc15b Eliminate MAX_QUALS, make qualifier array dynamic by Denys Vlasenko · 11 years ago
  94. a9fe13c Create and use struct_sysent and struct_ioctlent typedefs. by Denys Vlasenko · 11 years ago
  95. 40d63b9 Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev() by Denys Vlasenko · 11 years ago
  96. c1540fe Remove unused QUAL_FAULT code (was used by non-Linux code only). by Denys Vlasenko · 11 years ago
  97. a585c9d Use uint8_t for qual_flags[] instead of ints. by Denys Vlasenko · 11 years ago
  98. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 11 years ago
  99. 7270de5 ARM: make it one-personality arch by Denys Vlasenko · 11 years ago
  100. 4bfb198 Use the same style of includes in linux/*/* files by Denys Vlasenko · 11 years ago