1. df14eea Clean up the code for facility detection. by florian · 12 years ago
  2. 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
  3. 71826f7 Fix a const issue in r13154. by sewardj · 12 years ago
  4. c30cd9b Make diagnostics for SIGILL more controllable (Valgrind part). by sewardj · 12 years ago
  5. 7c34279 When looking for a separate debug object, tolerate mismatched phdrs by by sewardj · 12 years ago
  6. f73de26 For sys-openat the dirfd argument should be ignored when the pathname by sewardj · 12 years ago
  7. 8b6573d Add a new command line flag, --extra-debuginfo-path=path, that allows by sewardj · 12 years ago
  8. 81d24c3 fix 310424 --read-var-info does not properly describe static variables by philippe · 12 years ago
  9. 0849a4d Probe host for conditional load/store facility. by florian · 12 years ago
  10. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  11. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  12. 1472ad4 Another signedness fix. by sewardj · 12 years ago
  13. ea395fa Fix up another char-signedness straggler. by sewardj · 12 years ago
  14. 66826ec Fix a couple of x86 char-signedness stragglers by sewardj · 12 years ago
  15. 87e0a64 One more Char/HChar mixup in conditional code. Reported by Bart. by florian · 12 years ago
  16. 654b542 Final patch for Char/HChar mixups. by florian · 12 years ago
  17. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  18. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  19. 0e6d05e add BLKPBSZGET ioctl by cborntra · 12 years ago
  20. b2cd1bc also wire up arm, x86 and amd64 regarding ptrace regsets by cborntra · 12 years ago
  21. e48a444 add s390 specific fix for getregset by cborntra · 12 years ago
  22. abe8793 Ignore ELF sections that have zero size. Fixes #309600. by sewardj · 12 years ago
  23. 5d5f070 fix n-i-bz same as 303624 (fixed in 3.8.0), but for x86 android by philippe · 12 years ago
  24. f2a7bbe factorise sys_socketcall by philippe · 12 years ago
  25. cd19e99 Fix Char/HChar mixups and constness in m_scheduler. by florian · 12 years ago
  26. c8b8214 Fix Char/HChar mixups and constness in m_initimg. by florian · 12 years ago
  27. 0af78ad Char/HChar and constness fixes in m_ume by florian · 12 years ago
  28. fb11d97 s390: Autodetect cache info. These are the final bits to fix BZ 275800. by florian · 12 years ago
  29. b7058da Tweak VG_(machine_get_cache_info). by florian · 12 years ago
  30. adfb8a7 Ensure vgdb.c is warningless with -Wpointer-sign by philippe · 12 years ago
  31. 98a8793 fix arena size wrongly printed in debugmsg on 32 bits platforms when > 2Gb. by philippe · 12 years ago
  32. 66bc6e5 for debuglevel >=2, ensure write_buf debug output only writes the req nr of char by philippe · 12 years ago
  33. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  34. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  35. 73a0e19 Additional refinement in PRE(sys_ipc). by petarj · 12 years ago
  36. 228552d fix 123837 semctl system call: 4rth argument is optional, depending on cmd by philippe · 12 years ago
  37. 51e61da Remove build dependency on Xen header files - closes #308495 by bart · 12 years ago
  38. 1b1420b Reserve space for frame header in disp_run_translations for MIPS. by petarj · 12 years ago
  39. cf4a22e Follow-up to sys_ipc restructuration by philippe · 12 years ago
  40. 1fb7402 Follow-up to sys_ipc restructuration by philippe · 12 years ago
  41. 14baeb4 Fix 308711 - give more info about aspacemgr and arenas in out_of_memory by philippe · 12 years ago
  42. 4eefc8c restructure code for future fixing of 123837 (semctl GETVAL false positive) by philippe · 12 years ago
  43. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  44. c336038 Fix 308644 vgdb command for having the info for the track-fds option by philippe · 12 years ago
  45. e6a4ed1 Fix a few compiler warnings. by florian · 12 years ago
  46. 11f3cc8 Followup to constification of VEX's external interface (VEX r2555). by florian · 12 years ago
  47. cfea784 Add a FIXME by florian · 12 years ago
  48. 80e5c17 Add a proper support for several MIPS instructions that generate SigFPE. by petarj · 12 years ago
  49. 94830f4 Fix VG_(cpuid) invocations. by florian · 12 years ago
  50. 660c5a4 Fix some prototypes. by florian · 12 years ago
  51. 38aeb9f Change cache detection for x86/amd64 to fill in VexCacheInfo directly. by florian · 12 years ago
  52. 0447bbd Fix 308341 vgdb should report process exit (or fatal signal) by philippe · 12 years ago
  53. 4409c9c xen: include arg struct field names when marking memory as read. by bart · 12 years ago
  54. da0a6c7 xen: Remove cast of ARG* to unsigned int before pointer conversion. by bart · 12 years ago
  55. f68ba11 xen: adding missing break. by bart · 12 years ago
  56. a8f524c xen: Useful messages for sys/domctl interface_version mismatch by bart · 12 years ago
  57. 2b8059a Fix some more Char / HChar mixups by florian · 12 years ago
  58. bbd9a21 Char/ HChar cleanup: The various panic and printf-like functions by florian · 12 years ago
  59. 0644437 Some wrong options silently ignored if starting with same letters as valid option by philippe · 12 years ago
  60. 441570b fix parent and child tid pointer mixup: by cborntra · 12 years ago
  61. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  62. 0e9fc97 Fix compile error on ppc. Followup to r13028 by florian · 12 years ago
  63. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  64. 199c15b Allow a null pointer as the second argument to capget. by tom · 12 years ago
  65. 41ad7e7 Implement a fake /proc/self/auxv file for linux systems. by tom · 12 years ago
  66. 3fad65b Unbreak build on ppc64 (error: ‘EmWarn_PPC64_redir_underflow’ undeclared) by philippe · 12 years ago
  67. 639e1f8 Add include file. by florian · 12 years ago
  68. 40628fa Implement some extra DW_OPs - more constants and some unary operators. by tom · 12 years ago
  69. f6716dd Rename CfiOp to CfiBinop in preparation for adding unary operators. by tom · 12 years ago
  70. 79fb231 When processing DW_OP_plus_uconst make sure we record an add, not by tom · 12 years ago
  71. 896fe20 Enable wrappers for sys_settimeofday and sys_stime on MIPS. by petarj · 12 years ago
  72. 0950120 Be more flexible by allowing the compile command to be prefixed, by florian · 12 years ago
  73. 17d3a44 Setup correct minimum malloc'd block size for MIPS. by petarj · 12 years ago
  74. 5122e77 Enable pre-wrapper for sys_shutdown for MIPS. by petarj · 12 years ago
  75. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  76. 9228067 Restore unwind regs structure if VG_(use_CF_info) fails on MIPS. by petarj · 12 years ago
  77. 6834783 drd: Suppress race reports on .got sections too by bart · 12 years ago
  78. ed8b0f6 "Fix" stack bounds check when compiled by Clang 4.0. Fix from Andrew by sewardj · 12 years ago
  79. e968591 Fix an uninitialised variable found be BEAM. by florian · 12 years ago
  80. db3f3e6 Guard against negative symbol sizes in ELF symbol tables, which by sewardj · 12 years ago
  81. 370bc77 s390: Detect floating point extension facility. Update s390-features.c by florian · 12 years ago
  82. bb913cd Add a tester for V-bit propagation through IROps. by florian · 12 years ago
  83. 87a25cf s390: Add zEC12 machine model. Fix spelling for some older models. by florian · 12 years ago
  84. 833ffd0 On s390: detect presence of stckf hardware facility. by florian · 12 years ago
  85. 2e49741 Followup patch to r12899, purely mechanical. Rename: by florian · 12 years ago
  86. 3aab0ad Fix skipping of block forms when this code is compiled by gcc 4.8 -- it by sewardj · 12 years ago
  87. c1d946e Fix up range checking in ML_(addLineInfo). Avoids assertion failure by sewardj · 12 years ago
  88. e694d77 Fix POST(posix_spawn) on Darwin so it marks the returned pid as defined. by sewardj · 12 years ago
  89. c529a08 fix 301281 valgrind hangs on OS X when the process calls system() by philippe · 12 years ago
  90. 6dda089 fix n-i-bz vgdb ptrace calls wrong on mips, causing blocked syscalls to fail by philippe · 12 years ago
  91. f938b7b Fix 301281 valgrind hangs on OS X when the process calls system() by philippe · 12 years ago
  92. 6caac71 On Darwin, use __NR_poll_nocancel rather than __NR_poll, as per the by sewardj · 12 years ago
  93. 2d75ea2 Fix n-i-bz shmat of a segment > 4Gb does not work by philippe · 12 years ago
  94. 5b240c2 Implement --vex-iropt-register-updates=sp-at-mem-access by philippe · 12 years ago
  95. 5db7a79 Add support for the tee and vmsplice system calls. BZ#304561. by tom · 12 years ago
  96. 260c648 Add a couple of useful examples to the --help text for --soname-synonyms. by sewardj · 12 years ago
  97. e808f81 Change script to also handle IBM's copyright notice. Update copyright notices. by florian · 12 years ago
  98. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  99. 44d2c2b Fixing incorrect case in putSyscallArgsIntoGuestState for __NR_syscall. by petarj · 12 years ago
  100. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago