1. 0f04b9d mem.c: use print_array function by Dmitry V. Levin · 9 years ago
  2. a4da0c8 Move parsers of NUMA related syscalls to numa.c by Dmitry V. Levin · 9 years ago
  3. 9d2b6b9 Move definitions of MPOL_* constants to xlat files by Dmitry V. Levin · 9 years ago
  4. 3db07f1 Fix old_mmap output when mmap arguments are unfetchable by Dmitry V. Levin · 9 years ago
  5. cf52778 aarch64: fix old_mmap output for arm personality by Dmitry V. Levin · 9 years ago
  6. bc724ce Define old_mmap parser only on architectures that use it by Dmitry V. Levin · 9 years ago
  7. 3ae8690 Consistently handle unsigned arguments of mmap* and remap_file_pages by Dmitry V. Levin · 9 years ago
  8. dfea1da Fixed decoding of mincore syscall's last argument by Dmitry V. Levin · 9 years ago
  9. b61b2d8 Cleanup parser of getpagesize syscall by Dmitry V. Levin · 9 years ago
  10. 0d0a50a Implement mlock2 syscall decoding by Dmitry V. Levin · 9 years ago
  11. ece9ce6 m68k: fix getpagesize decoding by Dmitry V. Levin · 9 years ago
  12. 85813ce mem.c: make use of RVAL_DECODED by Dmitry V. Levin · 9 years ago
  13. 2c389f6 mem.c: use printaddr and umove_or_printaddr by Dmitry V. Levin · 9 years ago
  14. a0bd374 Declare syscall parsers using SYS_FUNC macro by Dmitry V. Levin · 10 years ago
  15. ea1fea6 umovestr: read chunks of memory up to pagesize at a time by Dmitry V. Levin · 10 years ago
  16. 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 10 years ago
  17. 3b64d99 powerpc: fix potential compilation warning by Dmitry V. Levin · 10 years ago
  18. 6b82ba5 Remove unused sys_mctl by Dmitry V. Levin · 10 years ago
  19. 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
  20. ed69fc2 unwind: move stacktrace capturing and mmap cache invalidating to trace_syscall_entering by Masatake YAMATO · 11 years ago
  21. f8e39d7 unwind: introduce queue_t for capturing stacktrace by Masatake YAMATO · 11 years ago
  22. 6141392 unwind: give all exported functions "unwind_" prefix by Masatake YAMATO · 11 years ago
  23. 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
  24. d35bdca Compress blank lines by Dmitry V. Levin · 11 years ago
  25. 0ed617b Generate xlat/*.in files by Dmitry V. Levin · 11 years ago
  26. 99a0544 Refactor LDT decoding by Dmitry V. Levin · 11 years ago
  27. 15bc281 mips: enable decoding of set_thread_area by Dmitry V. Levin · 11 years ago
  28. f94e847 x32: decode clone LDT user_desc entries for x86 processes by Dmitry V. Levin · 11 years ago
  29. 44655a4 x86-64: decode clone LDT user_desc entries for x86 processes by Elliott Hughes · 11 years ago
  30. 5945273 Use XLAT_END macro by Dmitry V. Levin · 11 years ago
  31. bce0cc6 Use XLAT macro by Dmitry V. Levin · 11 years ago
  32. b5530a1 mem: add missed MAP_HUGETLB mmap flag by Kirill A. Shutemov · 11 years ago
  33. d90a2d2 tile: remove MAP_CACHE_xxx support in mem.c by Chris Metcalf · 12 years ago
  34. 3ec134b Update MADV_* constants by Dmitry V. Levin · 12 years ago
  35. c76a363 Use sysconf(_SC_PAGESIZE) instead of hardcoded PAGE_SHIFT by Dmitry V. Levin · 12 years ago
  36. 1ba8543 Clean up mmap decoding by Denys Vlasenko · 12 years ago
  37. afd0072 Remove unused function sys_mmap64 by Denys Vlasenko · 12 years ago
  38. 8435d67 Remove code which supports systems with long long off_t. by Denys Vlasenko · 12 years ago
  39. 8dedb0d Fixes in "new" mmap by Denys Vlasenko · 12 years ago
  40. 923255c Preliminary simplifications in mmap functions by Denys Vlasenko · 12 years ago
  41. 21ceeb4 mmap: decode MAP_UNINITIALIZED by Bernhard Reutner-Fischer · 12 years ago
  42. 0b99a8a Add tilegx support to strace by Chris Metcalf · 12 years ago
  43. 085e428 x32: add ia32 support by H.J. Lu · 13 years ago
  44. 35be581 Add x32 support to strace by H.J. Lu · 13 years ago
  45. 2897fb3 MAP_ANON is the same as MAP_ANONYMOUS, no need to have the former by Denys Vlasenko · 13 years ago
  46. 3e3490a Indentation and whitespace fixes. No code changes. by Denys Vlasenko · 13 years ago
  47. a6d91de Tidy up includes and copyright notices, fix indentation by Denys Vlasenko · 13 years ago
  48. 64d0e71 Implement migrate_pages syscall decoder by Dmitry V. Levin · 13 years ago
  49. e83e157 Compress blank lines by Dmitry V. Levin · 13 years ago
  50. c36c352 Fix defined(FOO) style by Denys Vlasenko · 13 years ago
  51. 8470374 Cleanup after non-Linux code removal. by Denys Vlasenko · 13 years ago
  52. ed720fd Automated removal of non-Linux code by Denys Vlasenko · 13 years ago
  53. d0cd443 Print NULL for zero address in sys_mmap64 by H.J. Lu · 13 years ago
  54. 60fe8c1 Use tprints with literal strings, it may be faster than tprintf by Denys Vlasenko · 13 years ago
  55. 1d46ba5 Make out-of-memory handling more uniform by Denys Vlasenko · 13 years ago
  56. d5e66c4 Fix argument printing in sys_mmap64 by Denys Vlasenko · 13 years ago
  57. 9aa9796 Optimize sys_old_mmap by Denys Vlasenko · 13 years ago
  58. 31f9cb6 Untangle ifdef forest in sys_mmap64. No code changes by Denys Vlasenko · 13 years ago
  59. 72a5848 Style and comment fixes, no code changes by Denys Vlasenko · 13 years ago
  60. b63256e Whitespace cleanups. no code changes. by Denys Vlasenko · 14 years ago
  61. 1201426 "Modernize" all old-style function parameter declarations by Denys Vlasenko · 14 years ago
  62. 3138213 Fix decoding of file descriptors by Dmitry V. Levin · 14 years ago
  63. 5874322 Decode TLS syscalls on m68k by Andreas Schwab · 15 years ago
  64. c8c6698 Add support for the TILE architecture by Chris Metcalf · 15 years ago
  65. fdc4559 Decode fifth argument of mremap syscall by Dmitry V. Levin · 15 years ago
  66. c5fd1d9 * mem.c (sys_mbind): Display first argument in hex by Chris Metcalf · 15 years ago
  67. ff3474a * mem.c (mremap_flags): Add MREMAP_FIXED by Chris Metcalf · 15 years ago
  68. b5600fc Factor out printing of 64bit syscall argument by Andreas Schwab · 15 years ago
  69. 1f45825 By Michal Nowak <mnowak@redhat.com>: by Denys Vlasenko · 16 years ago
  70. adedb51 Fixing many instances of broken indentation with spaces instead of tabs. by Denys Vlasenko · 16 years ago
  71. 4a6f652 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  72. 586d6ab 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  73. f4021b1 2008-08-24 Roland McGrath <roland@redhat.com> by Roland McGrath · 16 years ago
  74. 542c2c6 2007-08-26 Daniel Jacobowitz <dan@codesourcery.com> by Roland McGrath · 17 years ago
  75. da6c92c 2007-09-11 Roland McGrath <roland@redhat.com> by Roland McGrath · 17 years ago
  76. 2c00a4a 2007-07-23 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 17 years ago
  77. 71f1a13 2007-03-30 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  78. b9fe011 2006-12-10 Dmitry V. Levin <ldv@altlinux.org> by Dmitry V. Levin · 18 years ago
  79. 520e21f 2005-07-05 Roland McGrath <roland@redhat.com> by Roland McGrath · 19 years ago
  80. aa524c8 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  81. b2dee13 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  82. 46100d0 2005-05-31 Dmitry V. Levin <ldv@altlinux.org> by Roland McGrath · 20 years ago
  83. b10a335 2004-10-07 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  84. d9f816f 2004-09-03 Roland McGrath <roland@redhat.com> by Roland McGrath · 20 years ago
  85. 05cdd3c 2004-03-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  86. 7decfb2 2004-03-01 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  87. 47eb0e2 2003-09-25 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  88. f5a4777 2003-06-26 Roland McGrath <roland@redhat.com> by Roland McGrath · 21 years ago
  89. e1e584b 2003-06-02 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  90. 6b1d43e 2003-02-26 Stuart Menefy <stuart.menefy@st.com> by Roland McGrath · 22 years ago
  91. 72c5b7b 2003-03-04 Ulrich Drepper <drepper@redhat.com> by Roland McGrath · 22 years ago
  92. 909875b 2002-12-21 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  93. 34e4a69 2002-12-15 Roland McGrath <roland@redhat.com> by Roland McGrath · 22 years ago
  94. 0e03550 2002-09-23 Michal Ludvig <mludvig@suse.cz> by Michal Ludvig · 22 years ago
  95. aca07f3 Implement memcntl for UnixWare by John Hughes · 23 years ago
  96. 0c79e01 replace wimpy get64 by powerful LONG_LONG :-) by John Hughes · 24 years ago
  97. 70623be Use configure to detect 64bit off_t and rlim_t by John Hughes · 24 years ago
  98. 5a826b8 Fix off_t args on FreeBSD by John Hughes · 24 years ago
  99. bdf48f5 Merge Harald Böhme's solaris patches by John Hughes · 24 years ago
  100. bf79f2e Add FreeBSD support by Wichert Akkerman · 24 years ago