1. 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 9 years ago
  2. 59f63d3 Use SIGRTMIN from kernel headers by Dmitry V. Levin · 9 years ago
  3. 856b759 build: do not link strace with -ldl by Dmitry V. Levin · 9 years ago
  4. 58c7fe9 Fix cross-compiling of ioctlsort by Mike Frysinger · 9 years ago
  5. 977550d tests: robustify pc.test by Dmitry V. Levin · 9 years ago
  6. 19dadf9 evdev: fix build with old kernel headers by Dmitry V. Levin · 9 years ago
  7. 1e88073 Improve prctl decoding by Dmitry V. Levin · 9 years ago
  8. 047365e mips: move ABI check to configure.ac by Dmitry V. Levin · 9 years ago
  9. fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 9 years ago
  10. 67d0a8e scsi: add bsg support by Bart Van Assche · 9 years ago
  11. d8890b5 printsiginfo: constify the first argument by Dmitry V. Levin · 9 years ago
  12. 2af6903 Implement seccomp decoding by Dmitry V. Levin · 9 years ago
  13. 679c47c tests: run tests for each supported personality by Dmitry V. Levin · 9 years ago
  14. df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 9 years ago
  15. 6f9a01c ioctl: add decoding for parametrized command names by Gabriel Laskar · 9 years ago
  16. af3ab5b powerpc64: maintain own linux/powerpc64 subdirectory by Dmitry V. Levin · 9 years ago
  17. 69099e7 configure.ac: remove unused AC_INCLUDEDIR by Dmitry V. Levin · 9 years ago
  18. d59287d mips: remove stub entries from syscallent files, generate stubs at build time by Dmitry V. Levin · 9 years ago
  19. 36ab3d5 build: fix build if siginfo_t lacks si_timerid/si_overrun by Dmitry V. Levin · 9 years ago
  20. 8544681 configure.ac: remove unused AM_CONDITIONAL expressions by Dmitry V. Levin · 9 years ago
  21. 1ea6473 Fix fanotify_mark decoding on 32-bit architectures by Dmitry V. Levin · 9 years ago
  22. 9e6a7bf Use AC_CHECK_TYPES to check for struct statfs64 by Dmitry V. Levin · 9 years ago
  23. 7b9bc44 Use AC_CHECK_TYPES to check for struct stat64 by Dmitry V. Levin · 9 years ago
  24. 65ea0d0 Drop struct stat.st_aclcnt and stat.st_level support by Dmitry V. Levin · 9 years ago
  25. 52572b6 Implement decoding of fallocate FALLOC_FL_* flags by Dmitry V. Levin · 9 years ago
  26. bf7fdfa Make parsers of capget and capset syscalls self-contained by Dmitry V. Levin · 9 years ago
  27. 681452b Remove unused <sys/acl.h> based code by Dmitry V. Levin · 9 years ago
  28. c62d49e Remove unused <sys/asynch.h> based code by Dmitry V. Levin · 9 years ago
  29. f548067 Print protocol name of socket descriptors with -yy option by Masatake YAMATO · 9 years ago
  30. b2fa2be Include <sys/uio.h> unconditionally by Dmitry V. Levin · 9 years ago
  31. 993198d tests: add a test for decoding and dumping of recvmmsg/sendmmsg by Masatake YAMATO · 10 years ago
  32. caf6a43 Use the definition of struct mmsghdr if it is defined in build environment by Masatake YAMATO · 10 years ago
  33. c400a1c Dump details for Bluetooth socket operations by Lubomir Rintel · 10 years ago
  34. 0cc9614 Implement Video4Linux video-input ioctls decoder by Philippe De Muyter · 10 years ago
  35. 82a528d Enhance sysinfo decoding by Dmitry V. Levin · 10 years ago
  36. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  37. b7dd5e6 Use external libaio.h by Dmitry V. Levin · 10 years ago
  38. 97ca027 tests: fix uio building w/out preadv/pwritev by Mike Frysinger · 10 years ago
  39. 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
  40. 6dbbe07 sysctl: update CTL_*, KERN_*, NET_*, and VM_* constants by Dmitry V. Levin · 10 years ago
  41. d8ad1dd Check for constants used by waitid function by Dmitry V. Levin · 10 years ago
  42. baf60d9 Check for LO_FLAGS_READ_ONLY constant by Dmitry V. Levin · 10 years ago
  43. 3b09ebe Fix {get,set}rlimit decoding with unreliable SIZEOF_RLIM_T by James Hogan · 10 years ago
  44. 99a0544 Refactor LDT decoding by Dmitry V. Levin · 10 years ago
  45. 0160e16 ARM EABI: disable OABI support by default by Dmitry V. Levin · 10 years ago
  46. bc091e3 printsiginfo: add SIGSYS decoding by Dmitry V. Levin · 10 years ago
  47. 54cabef Fix fcntl decoding by Dmitry V. Levin · 10 years ago
  48. 38593e9 Rewrite signal mask decoding without sigset_t by Dmitry V. Levin · 10 years ago
  49. d354130 Fix build with Bionic libc by Dmitry V. Levin · 10 years ago
  50. fdb896e Do not compile scsi ioctl decoding if <scsi/sg.h> is not available by Dmitry V. Levin · 10 years ago
  51. ab3953b Check for SA_RESTORER definition in <asm/signal.h> by Dmitry V. Levin · 10 years ago
  52. 5b35147 Remove unused configure checks by Dmitry V. Levin · 11 years ago
  53. 594eb8f Define printflock64 only if it is referenced by other code by Dmitry V. Levin · 11 years ago
  54. 6974bd4 Make PTRACE_PEEKUSER/PTRACE_POKEUSER checks less glibc specific by Dmitry V. Levin · 11 years ago
  55. 437ae19 Remove unused AC_OFF_T_IS_LONG_LONG configure check by Dmitry V. Levin · 11 years ago
  56. 70e84c4 Remove unused code by Dmitry V. Levin · 11 years ago
  57. e2de3bd Use struct sigcontext instead of struct sigcontext_struct by Dmitry V. Levin · 11 years ago
  58. ae5aa47 Make SIGEV_THREAD_ID decoding less glibc specific by Dmitry V. Levin · 11 years ago
  59. a0e02f5 Remove unused configure checks by Dmitry V. Levin · 11 years ago
  60. 18bce8c Assume "long long" availability by Dmitry V. Levin · 11 years ago
  61. 2df03c4 Stop using external libaio.h. by Denys Vlasenko · 11 years ago
  62. 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
  63. 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
  64. 9afc2ee powerpc: enhance 32/64bit detection by Anton Blanchard · 11 years ago
  65. 3cf90b6 tests: enable parallel-tests support by Dmitry V. Levin · 11 years ago
  66. 7a498be printxval: support more architectures by Dmitry V. Levin · 11 years ago
  67. bb3a0f7 Stop using old AM_CONFIG_HEADER macro by Mike Frysinger · 11 years ago
  68. dce7593 build: introduce git-version-gen by Dmitry V. Levin · 11 years ago
  69. 8f636ed Add support for the XTENSA architecture by Chris Zankel · 11 years ago
  70. 3b211d8 Fix build with older versions of libaio.h by Dmitry V. Levin · 11 years ago
  71. c41808b ptrace: decode note segment descriptor types by Dmitry V. Levin · 11 years ago
  72. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 11 years ago
  73. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 11 years ago
  74. 88eafd8 Improve perf_event_open argument decoding by Ben Noordhuis · 11 years ago
  75. d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
  76. d376c92 Add configure --enable-gcc-Werror option by Dmitry V. Levin · 12 years ago
  77. 417eb88 Prepare for 4.7 release by Dmitry V. Levin · 12 years ago
  78. cf050db Fix build with <linux/loop.h> from 2.6.18 kernel headers by Dmitry V. Levin · 12 years ago
  79. ea22e97 Make printing of utsname.domainname more portable by Dmitry V. Levin · 12 years ago
  80. 085e428 x32: add ia32 support by H.J. Lu · 12 years ago
  81. 35be581 Add x32 support to strace by H.J. Lu · 12 years ago
  82. d8879f4 configure.ac: sort lists and use m4_normalize to ease maintenance by Dmitry V. Levin · 12 years ago
  83. b468f23 Implement prlimit64 decoding, rewrite [gs]etrlimit decoding by Dmitry V. Levin · 12 years ago
  84. 63e4f86 arm: fix compilation warnings by Dmitry V. Levin · 12 years ago
  85. e83e157 Compress blank lines by Dmitry V. Levin · 12 years ago
  86. ee245d8 Remove parts of automake machinery which are not needed on Linux by Dmitry V. Levin · 12 years ago
  87. 1a3cf10 Build fixes after non-Linux code removal by Denys Vlasenko · 12 years ago
  88. 5afdf12 Manual removal of non-Linux source, documentation, etc. by Denys Vlasenko · 12 years ago
  89. 612659e util: check for process_vm_readv in C library by Mike Frysinger · 12 years ago
  90. 0a295bc Add stpcpy to autoconf machinery by Denys Vlasenko · 13 years ago
  91. 25caa31 Fix compilation on linux 2.4.x by Dmitry V. Levin · 13 years ago
  92. 1b0df40 Check for additional PTRACE_* constants by Dmitry V. Levin · 13 years ago
  93. d166c55 Remove superfluous backslash-continuation in configure.ac by Denys Vlasenko · 13 years ago
  94. 03aefda Ensure that PTRACE_GETSIGINFO et al are always defined on Linux by Dmitry V. Levin · 13 years ago
  95. 50e69cb Prepare for 4.6 release by Dmitry V. Levin · 13 years ago
  96. 525a39a Generate an xz tar archive of the distribution by Dmitry V. Levin · 13 years ago
  97. 4e4b5ad Implement two basic "strace -f" tests by Dmitry V. Levin · 13 years ago
  98. 7fea79b Parse SOL_SCTP socket options by Holger Hans Peter Freyther · 13 years ago
  99. 09fa7f8 Enable support for less verbose build rules by Dmitry V. Levin · 14 years ago
  100. 6d12afd Fix long long little endian detection when cross-compiling by Mike Frysinger · 14 years ago