1. c8938e0 Use 64-bit versions of stat, readdir and setrlimit functions when available by Dmitry V. Levin · 12 years ago
  2. 68f80e6 Do not use struct dirent in readdir decoding by Dmitry V. Levin · 12 years ago
  3. 2c42f32 Do not use off_t in sendfile decoding by Dmitry V. Levin · 12 years ago
  4. 3b211d8 Fix build with older versions of libaio.h by Dmitry V. Levin · 12 years ago
  5. c108ba2 Fix io_submit decoding by Dmitry V. Levin · 12 years ago
  6. 066a733 tests: relax check_prog to allow timeout command provided by busybox by Maxin B. John · 12 years ago
  7. b787b10 Reorganize get_regs code, hopefully without functional changes by Dmitry V. Levin · 12 years ago
  8. faa177e arm, i386: use PTRACE_GETREGSET if available by Dmitry V. Levin · 12 years ago
  9. 32c049a Include <sys/uio.h> and <elf.h> on all architectures by Dmitry V. Levin · 12 years ago
  10. 27e3ae9 x86-64: enhance PTRACE_GETREGSET test by Dmitry V. Levin · 12 years ago
  11. ee348c6 x32: use PTRACE_GETREGSET unconditionally by Dmitry V. Levin · 12 years ago
  12. 0482c5a x86-64, x32: do not include linux/ptrace.h unnecessarily by Dmitry V. Levin · 12 years ago
  13. 7d5696f i386, tile, x32: do not redefine ptrace prototype by Dmitry V. Levin · 12 years ago
  14. c41808b ptrace: decode note segment descriptor types by Dmitry V. Levin · 12 years ago
  15. 3ec134b Update MADV_* constants by Dmitry V. Levin · 12 years ago
  16. 8050cdc Tweaks for -c: fixed setitimer/getitimer hack; optimized call_summary_pers() by Denys Vlasenko · 12 years ago
  17. 5198ed4 Open-code isprint(c) and isspace(c) by Denys Vlasenko · 12 years ago
  18. 76f61be Makefile: add commented-out tweak to generate link map by Denys Vlasenko · 12 years ago
  19. 61ad0a4 Stop using a large static buffer in getfdpath by Denys Vlasenko · 12 years ago
  20. 7672946 Fix wrongly indented closing curly brace. No code changes by Denys Vlasenko · 12 years ago
  21. dafba9b strace_vfprintf: if malloc fails, exit gracefully by Denys Vlasenko · 12 years ago
  22. c76a363 Use sysconf(_SC_PAGESIZE) instead of hardcoded PAGE_SHIFT by Dmitry V. Levin · 12 years ago
  23. aba6292 Emit better message for ERESTARTNOHAND return by Denys Vlasenko · 12 years ago
  24. cc90291 Disable STREAMS syscalls for non-SPARC by Denys Vlasenko · 12 years ago
  25. e7db465 Fix printstrbufarg's address argument to be long, not int by Denys Vlasenko · 12 years ago
  26. 38cfe7c Remove variable tracing_paths and check in pathtrace_match by Denys Vlasenko · 12 years ago
  27. 7239dbc Use dynamically-sized selected[] array for -P PATH by Denys Vlasenko · 12 years ago
  28. f877982 metag,or1k: whitesace style fix. no code changes by Denys Vlasenko · 12 years ago
  29. 99d3e01 Assorted fixes to syscallent.h by Denys Vlasenko · 12 years ago
  30. 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 12 years ago
  31. 1694092 umovestr: speed up check for NUL byte in the fetched word by Denys Vlasenko · 12 years ago
  32. 7b9e45e Fix trace=set regression introduced by commit v4.7-111-g9cbc15b by Dmitry V. Levin · 12 years ago
  33. 879dddd tile: handle printllval like x86_64 or powerpc64 by Chris Metcalf · 12 years ago
  34. 22efaf0 Make -b take SYSCALL param, document it in --help and in manpage. by Denys Vlasenko · 12 years ago
  35. 9700592 Cleanup umoven and umovestr by Dmitry V. Levin · 12 years ago
  36. 1a880cf pathtrace: fix umovestr return code check by Dmitry V. Levin · 12 years ago
  37. e6f5524 Fix compilation errors uncovered by -Werror=enum-compare by Dmitry V. Levin · 12 years ago
  38. 905e8e0 Mass replace error_msg("%s", "literal") -> error_msg("literal") by Denys Vlasenko · 12 years ago
  39. 1d58fe9 Make umoven report success as 0, not >=0, stop returning success on partial reads by Ben Noordhuis · 12 years ago
  40. 05f3251 Assorted NOMMU fixes by Denys Vlasenko · 12 years ago
  41. 38e79bb Shorten help text - no need to show deprecated option -F by Denys Vlasenko · 12 years ago
  42. 859ea8b Merge adjacent tprint's by Denys Vlasenko · 12 years ago
  43. b43dacd Correct i > MAX_NSYSCALLS commparison: should be i >= MAX_NSYSCALLS by Denys Vlasenko · 12 years ago
  44. f90979b Fix wrong offset display in dumpstr by Denys Vlasenko · 12 years ago
  45. 7632580 Fix a bug in dumpstr (no null termination). Essentially rewrote dumpstr by Denys Vlasenko · 12 years ago
  46. 9cbc15b Eliminate MAX_QUALS, make qualifier array dynamic by Denys Vlasenko · 12 years ago
  47. a9fe13c Create and use struct_sysent and struct_ioctlent typedefs. by Denys Vlasenko · 12 years ago
  48. 40d63b9 Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev() by Denys Vlasenko · 12 years ago
  49. c1540fe Remove unused QUAL_FAULT code (was used by non-Linux code only). by Denys Vlasenko · 12 years ago
  50. a585c9d Use uint8_t for qual_flags[] instead of ints. by Denys Vlasenko · 12 years ago
  51. 74ec14f Eliminate many SCNO_IS_VALID checks by Denys Vlasenko · 12 years ago
  52. 7270de5 ARM: make it one-personality arch by Denys Vlasenko · 12 years ago
  53. e7030e5 arm: shorten syscall table for EABI - no point in storing NULL entries by Denys Vlasenko · 12 years ago
  54. 4bfb198 Use the same style of includes in linux/*/* files by Denys Vlasenko · 12 years ago
  55. 2544f98 Fix compiler warnings by Denys Vlasenko · 12 years ago
  56. 30c0323 Improve comment text. No code changes by Denys Vlasenko · 12 years ago
  57. f909c8d Fix NOMMU + daemonized tracer SEGV by Denys Vlasenko · 12 years ago
  58. 5c9d8f4 Make it possible to to do test builds for NOMMU architectures by Denys Vlasenko · 12 years ago
  59. 1ba8543 Clean up mmap decoding by Denys Vlasenko · 12 years ago
  60. afd0072 Remove unused function sys_mmap64 by Denys Vlasenko · 12 years ago
  61. 8435d67 Remove code which supports systems with long long off_t. by Denys Vlasenko · 12 years ago
  62. 8dedb0d Fixes in "new" mmap by Denys Vlasenko · 12 years ago
  63. 923255c Preliminary simplifications in mmap functions by Denys Vlasenko · 12 years ago
  64. c9d0fc0 Remove broken HAVE_LONG_LONG conditionals by Denys Vlasenko · 12 years ago
  65. 0612176 Use explicit long type instead of off_t by Denys Vlasenko · 12 years ago
  66. 86738a2 Merge two identical tables by Denys Vlasenko · 12 years ago
  67. 09a87ae Remove wrong x32-specific lseek by Denys Vlasenko · 12 years ago
  68. 782d90f Fix SEGV in lseek by Denys Vlasenko · 12 years ago
  69. 386b871 Comment inner workings of sys_[l]lseek by Denys Vlasenko · 12 years ago
  70. a32086f Cosmetic fixes to syscall tables, no code changes by Denys Vlasenko · 12 years ago
  71. bf8ed17 Make linux/mips/syscallent.h smaller by Denys Vlasenko · 12 years ago
  72. c956ef0 Simple optimization in get_error by Denys Vlasenko · 12 years ago
  73. 5721cdb Mass rename of SCNO_IN_RANGE define to SCNO_IS_VALID by Denys Vlasenko · 12 years ago
  74. 48e4c1b Finish prefixing regs struct names with arch_ by Denys Vlasenko · 12 years ago
  75. 2550d48 Use the same type for i386_regs on 32-bit and 64-bit x86. by Denys Vlasenko · 12 years ago
  76. ddd2da2 Fix build error on Tile by Denys Vlasenko · 12 years ago
  77. 6cf3605 x86: zero-extend 32-bit args in syscall entry instead of sign-extension by Denys Vlasenko · 12 years ago
  78. e015d2d Macroize conditional signed widening operation by Denys Vlasenko · 12 years ago
  79. ae8643e A better handling of current_wordsize by Denys Vlasenko · 12 years ago
  80. cb26b75 Remove unnecessary "return 0" statements by Denys Vlasenko · 12 years ago
  81. e3b248d x86: fix required kernel version for GETREGSET by Denys Vlasenko · 12 years ago
  82. f5fa778 Whitespace fix, no code changes by Denys Vlasenko · 12 years ago
  83. 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 12 years ago
  84. eec8d5d [X86] Use ptrace(PTRACE_GETREGSET, NT_PRSTATUS) to get registers. by Denys Vlasenko · 12 years ago
  85. d22213a Rename some register statics by prefixing their names with arch. by Denys Vlasenko · 12 years ago
  86. d4d3ede Factor out code to check addr, fetch and print siginfo by Denys Vlasenko · 12 years ago
  87. be99497 Decode struct iov in PTRACE_GET/SETREGSET by Denys Vlasenko · 12 years ago
  88. 873e5a5 Unify representations of struct user fields for subarchitectures by Denys Vlasenko · 12 years ago
  89. 74307a6 Add start_code and start_data members of struct user by Denys Vlasenko · 12 years ago
  90. a86696b Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 12 years ago
  91. ab2f402 Remove stray syscall result reading code on syscall entry for s390 by Denys Vlasenko · 12 years ago
  92. 729e18d Deobfuscate definitions of struct user offsets by Denys Vlasenko · 12 years ago
  93. bf357fc Remove hacks for old kernels for architectures which require new kernels by Denys Vlasenko · 12 years ago
  94. d27809c Remove old kernel hacks for architectures which require new kernels by Denys Vlasenko · 12 years ago
  95. 3e759d4 Handle recv[m]msg for non-native 32-bit personality syscalls by Denys Vlasenko · 12 years ago
  96. afea7dd Fix is_negated_errno() check for X32 by Denys Vlasenko · 12 years ago
  97. 9472a27 Remove unused / ambiguously used defines by Denys Vlasenko · 12 years ago
  98. 59aea0a Preparatory patch for "new" x86 personality detection by Denys Vlasenko · 12 years ago
  99. 338c069 Fix sigaltstack decoder by Dmitry V. Levin · 12 years ago
  100. 0cf04b6 Fix decoding of sysctl() when oldval fields are NULL by Mike Frysinger · 12 years ago