1. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 10 years ago
  2. 5196c3e TyEnt::TyStOrUn::fieldRs is never NULL as VG_(newXA) always returns by florian · 10 years ago
  3. f466eef Track the IMark changes in VEX r3055. by florian · 10 years ago
  4. 2d4ba29 Track VEX r3052 (VexTranslateArgs::guest_bytes_addr is an Addr value). by florian · 10 years ago
  5. 9b3da11 The definition of type Addr has moved to VEX and by florian · 10 years ago
  6. 09b54fb Change a logging function to use SizeT (tracking VEX r3047). by florian · 10 years ago
  7. af93042 Move definition of type SizeT to VEX (see VEX r3046). by florian · 10 years ago
  8. 90a7073 Fix 342221 - socket connect produce false positive saying access to uninitialized memory area by philippe · 10 years ago
  9. 44bd446 Remove the type AddrH. The code assumes in many places that the host by florian · 10 years ago
  10. d0da968 Fix 341539 VG_(describe_addr) should not describe address as belonging to client by philippe · 10 years ago
  11. 7822f63 Fix a few casts. A void * cannot be used to initialise a function pointer. by florian · 10 years ago
  12. e1aff6d Elimnate two magic constants. by florian · 10 years ago
  13. 5cbcd62 Fix a typo, introduced when fixing a typo. by philippe · 10 years ago
  14. be314cf Fix typo by philippe · 10 years ago
  15. 345affe Follow up to rev 14823: make errors when reporting command line non critical by philippe · 10 years ago
  16. f44ff62 Buffer audit. Resize some. by florian · 10 years ago
  17. 7b7d594 Buffer audit. Resize a few. by florian · 10 years ago
  18. b7742ab Fix a buffer overflow (in case read had returned 1000). by florian · 10 years ago
  19. 8bea091 This commit fixes a redundant #if defined line. The define by carll · 10 years ago
  20. c8d064a Fix 341789 - aarch64: shmat fails with valgrind on ARMv8 by philippe · 10 years ago
  21. c505820 Remove two fixed-size buffers in the dwarf readers. by florian · 10 years ago
  22. 35ef415 Join two #ifdefs, eliminating one. by florian · 10 years ago
  23. 1672a24 For s390 use symbolic register names. by florian · 10 years ago
  24. 205a42f Comment change. Function vg_panic does not exist. by florian · 10 years ago
  25. 8e78577 Fix 197259 Unsupported arch_prtctl PR_SET_GS option by philippe · 10 years ago
  26. f4384f4 Simplify the VG_(get_filename_linenum) interface by removing by florian · 10 years ago
  27. 0e68012 Add a clarifying comment. by florian · 10 years ago
  28. 866862a Fix BZ #116002. by florian · 10 years ago
  29. 227a1ec Add limited support for printing floating point numbers to by florian · 10 years ago
  30. 732fb4e Detect presence of sse3 instructions on x86. by florian · 10 years ago
  31. 92b33b5 Announce, that the long displacement facility is noq required for s390x. by florian · 10 years ago
  32. 611fd68 Remove fixed size arrays in the dwarf-3 parser. by florian · 10 years ago
  33. 5f9db7f Eliminate fixed size buffer 'the_CIEs' and allocate it dynamically. by florian · 10 years ago
  34. 9af04c4 Fix a few VG_(message) invocations. The function does not add a by florian · 10 years ago
  35. 5b99e66 Fix BZ 334802. Patch by Mark Wielaard with a few mods to make it apply. by florian · 10 years ago
  36. f34ee4e Fix up the error processing in VG_(expand_file_name). E.g. giving by florian · 10 years ago
  37. b527a5b Bug 341238. Recognize GCC5/DWARFv5 DW_LANG constants Go, C11, C++11, C++14. by mjw · 10 years ago
  38. f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 10 years ago
  39. 0b41f32 As the BEAM checker correctly points out, the conditions on lines 430 and 485 by florian · 10 years ago
  40. e7f9aa4 Enable sys_flock on arm64-linux. by sewardj · 10 years ago
  41. 8167a03 Fix typos in a comment by philippe · 10 years ago
  42. d0ac7f8 Fix up the wrapper for getdirentries64 a bit so as to avoid false positives by sewardj · 10 years ago
  43. 8c1882c * add a logging mechanism to show repeated messages at exponentially by sewardj · 10 years ago
  44. 77dec3a Pass buffer size to VG_(elapsed_wallclock_time) so the function by florian · 10 years ago
  45. 3130eab Minor non-functional cleanups. by florian · 10 years ago
  46. 7e9ba9e m_compiler.c was added to noinst_HEADERS but should of course by florian · 10 years ago
  47. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  48. 7534dd8 * add syscall wrappers for some new OSX 10.10 specific calls by sewardj · 10 years ago
  49. 002afc5 Bug 340922 arm64: unhandled getgroups/setgroups syscalls. by mjw · 10 years ago
  50. 8948817 Follow up 14714: use a real malloc cost centre instead of an empty string by philippe · 10 years ago
  51. 7b3d356 Implement Option --error-markers=<begin>,<end> by philippe · 10 years ago
  52. b113279 PRE(mach_msg) on OSX 10.10 64-bit: replace failing assertion by sewardj · 10 years ago
  53. e636671 Add support for the getrandom system call. BZ#340788. by tom · 10 years ago
  54. 204ed94 MacOSX 10.10: Resolve "UNKNOWN attrlist flags 0:0x10000000. Fixes by sewardj · 10 years ago
  55. 25148a6 Fix a bug spotted by IBM's BEAM checker in VG_(describe_IP). by florian · 10 years ago
  56. 87c8abb Change VG_(mkstemp) such that by florian · 10 years ago
  57. b314d10 Comment only changes. by philippe · 10 years ago
  58. 79143f4 Add a no-op wrapper for a new-in-10.10 syscall: getattrlistbulk by sewardj · 10 years ago
  59. eac59d4 Adds initial support for new syscalls on MacOS X 10.10, including new by sewardj · 10 years ago
  60. e95d03f On MacOS X 10.10, when postprocessing tool executables, set the SVMA by sewardj · 10 years ago
  61. d1678e0 On MacOS X 10.10, provide a dummy definition for voucher_mach_msg_set. by sewardj · 10 years ago
  62. 30e866e Compile (arm). Fix typo from r14664 by weidendo · 10 years ago
  63. c0f4359 Back out the darwin-specific part of r14683, since darwin doesn't by sewardj · 10 years ago
  64. e6460fa Unmask all signals in vgdb, as the process that launches vgdb by philippe · 10 years ago
  65. 26ed419 Adds initial support for AArch64 (arm64) on Android. Small programs by sewardj · 10 years ago
  66. f278222 PRE(sys_openat): when checking whether ARG1 == VKI_AT_FDCWD, be sure by sewardj · 10 years ago
  67. 4895caf Bug 340630 arm64: fchmod (52) and fchown (55) syscalls not recognized. by mjw · 10 years ago
  68. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  69. 1399481 fix 338995 shmat with hugepages (SHM_HUGETLB) fails with EINVAL by philippe · 10 years ago
  70. 98d6b25 Fix 333051 mmap of huge pages fails due to incorrect alignment by philippe · 10 years ago
  71. 12d2eb5 Merge revisions 14222, 14268, and 14270 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  72. d29f36d Bug 340236 - 4 unhandled syscalls on aarch64/arm64: by sewardj · 10 years ago
  73. 4f2f313 Bug 340028 - unhandled syscalls for arm64 (msync, pread64, setreuid by sewardj · 10 years ago
  74. d379e96 Bug 339940 - (arm64/aarch64) unhandled syscall: 83 (sys_fdatasync) + patch by sewardj · 10 years ago
  75. 4e94bda Configury and Makefile tweaks to support compilation with Intel's by florian · 10 years ago
  76. 60637d2 New file m_compiler.c by florian · 10 years ago
  77. 10ef725 Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  78. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  79. 2f87090 Add --resync-filter to the --help output. by sewardj · 10 years ago
  80. 67f7c03 Darwin only: add a filter mechanism that aims to remove pointless by sewardj · 10 years ago
  81. 547f750 Enable reading of Dwarf2 frame-unwind info on MacOS. It seems by sewardj · 10 years ago
  82. 3297124 2 pints later: more coregrind constification. by florian · 10 years ago
  83. 4075cbc Add a bit of casting to avoid a compiler warning following recent by sewardj · 10 years ago
  84. c15a048 Followup to r14656. Fix compile problem on Darwin. by florian · 10 years ago
  85. 518850b Constify coregrind. by florian · 10 years ago
  86. 6f40f75 Constify a variable. by florian · 10 years ago
  87. 1ef70c6 Change VG_(allocEltDedupPA) to return a pointer to const. The reason is by florian · 10 years ago
  88. 70a5de1 Enable -Wcast-qual when compiling the valgrind source. by florian · 10 years ago
  89. 2857285 Change the initialisation of the newly allocated struct sched_lock by florian · 10 years ago
  90. a9ccca3 Add support for ioctl(fd, TIOCSIG, signal_number) which used by florian · 10 years ago
  91. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  92. 2fa8a5f Constify. by florian · 10 years ago
  93. ee0d0e9 Constify m_oset, m_sparsewa, and m_wordfm. by florian · 10 years ago
  94. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  95. 801c199 Rewrite print_file_vars such that it does not modify its by florian · 10 years ago
  96. be1036e Remove some dead code. by florian · 10 years ago
  97. 644a33a _thread_suspend: hold on to the lock when suspending some other by sewardj · 10 years ago
  98. 82a50bd Remove unused variable VG_(clo_require_text_symbol). by florian · 10 years ago
  99. d6845c6 di_notify_ACHIEVE_ACCEPT_STATE: before starting to parse the ELF file, by sewardj · 10 years ago
  100. f9d4197 Enable sys_fadvise64_64 on arm32. by sewardj · 10 years ago