1. 5ee42a4 Merge revisions 14344 and 14345 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  2. eac59d4 Adds initial support for new syscalls on MacOS X 10.10, including new by sewardj · 10 years ago
  3. e95d03f On MacOS X 10.10, when postprocessing tool executables, set the SVMA by sewardj · 10 years ago
  4. d1678e0 On MacOS X 10.10, provide a dummy definition for voucher_mach_msg_set. by sewardj · 10 years ago
  5. ac3afbd Build system changes to enable building on MacOS X 10.10 (Yosemite). by sewardj · 10 years ago
  6. 0da1259 Fix symbol name typo (correct: DARWIN_VERS wrong: DARWIN_VERSION). by sewardj · 10 years ago
  7. 30e866e Compile (arm). Fix typo from r14664 by weidendo · 10 years ago
  8. c0f4359 Back out the darwin-specific part of r14683, since darwin doesn't by sewardj · 10 years ago
  9. e6460fa Unmask all signals in vgdb, as the process that launches vgdb by philippe · 10 years ago
  10. 26ed419 Adds initial support for AArch64 (arm64) on Android. Small programs by sewardj · 10 years ago
  11. f278222 PRE(sys_openat): when checking whether ARG1 == VKI_AT_FDCWD, be sure by sewardj · 10 years ago
  12. af163af Bug 340632 arm64: unhandled instruction fcvtas by mjw · 10 years ago
  13. 29eaa01 Merge r14339 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  14. 4895caf Bug 340630 arm64: fchmod (52) and fchown (55) syscalls not recognized. by mjw · 10 years ago
  15. 770a8d2 Merge r14308 from the BUF_REMOVAL branch to trunk by florian · 10 years ago
  16. 7d8e0a8 Add tests for all SIMD FP instructions, except int<->fp conversions. by sewardj · 10 years ago
  17. 1399481 fix 338995 shmat with hugepages (SHM_HUGETLB) fails with EINVAL by philippe · 10 years ago
  18. 98d6b25 Fix 333051 mmap of huge pages fails due to incorrect alignment by philippe · 10 years ago
  19. 31cf666 Rearrange the test case generators to be exactly in the same order by sewardj · 10 years ago
  20. d185c23 Update. by sewardj · 10 years ago
  21. 7198225 Add test cases and expected outputs for by sewardj · 10 years ago
  22. 12d2eb5 Merge revisions 14222, 14268, and 14270 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  23. d29f36d Bug 340236 - 4 unhandled syscalls on aarch64/arm64: by sewardj · 10 years ago
  24. 4f2f313 Bug 340028 - unhandled syscalls for arm64 (msync, pread64, setreuid by sewardj · 10 years ago
  25. d379e96 Bug 339940 - (arm64/aarch64) unhandled syscall: 83 (sys_fdatasync) + patch by sewardj · 10 years ago
  26. 4e94bda Configury and Makefile tweaks to support compilation with Intel's by florian · 10 years ago
  27. 60637d2 New file m_compiler.c by florian · 10 years ago
  28. b28fe89 Merge revision 14309 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  29. 5980e9d When traversing VG_(args_for_client) there is no need to check by florian · 10 years ago
  30. a914c04 Fix some grammatical weirness which was reported in BZ #340430. by florian · 10 years ago
  31. 2e234a6 Merge revisions 14356-14358 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  32. 10ef725 Merge revisions 14255, 14293, and 14294 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  33. f45e93c Enable test cases for by sewardj · 10 years ago
  34. 536e3d7 Merge r14289 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  35. 6c67c50 Merge r14288 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  36. 46cc045 Merge r14202 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  37. bac051c Use AC_GCC_WARNING_COND to figure out whether the compiler supports -Wcast-qual. by florian · 10 years ago
  38. 2f87090 Add --resync-filter to the --help output. by sewardj · 10 years ago
  39. 67f7c03 Darwin only: add a filter mechanism that aims to remove pointless by sewardj · 10 years ago
  40. 547f750 Enable reading of Dwarf2 frame-unwind info on MacOS. It seems by sewardj · 10 years ago
  41. 3297124 2 pints later: more coregrind constification. by florian · 10 years ago
  42. 4075cbc Add a bit of casting to avoid a compiler warning following recent by sewardj · 10 years ago
  43. c15a048 Followup to r14656. Fix compile problem on Darwin. by florian · 10 years ago
  44. 518850b Constify coregrind. by florian · 10 years ago
  45. 6f40f75 Constify a variable. by florian · 10 years ago
  46. 1ef70c6 Change VG_(allocEltDedupPA) to return a pointer to const. The reason is by florian · 10 years ago
  47. 011dafb Add test cases for all known arm64 load/store instructions. by sewardj · 10 years ago
  48. 70a5de1 Enable -Wcast-qual when compiling the valgrind source. by florian · 10 years ago
  49. 1ef205b Change the return type of the replacement function for rawmemchr by florian · 10 years ago
  50. 2857285 Change the initialisation of the newly allocated struct sched_lock by florian · 10 years ago
  51. d327fb1 Followup to r14646. The symbol TIOCSIG is not necessarily defined, by florian · 10 years ago
  52. 6d487c1 Update list of ignored files. by florian · 10 years ago
  53. 09041e4 Rewritten to avoid cast that drops const qualification. by florian · 10 years ago
  54. a9ccca3 Add support for ioctl(fd, TIOCSIG, signal_number) which used by florian · 10 years ago
  55. d094035 Fix BZ 339789. /bin/true does not exist on Darwin. Patch by rhyskidd@gmail.com. by florian · 10 years ago
  56. d3f6f3e Fix the prerequisite of the none/tests/rlimit64_nofile testcase. by florian · 10 years ago
  57. 5d00ec6 Fix some testcases which implicitly assumed that TMPDIR was either by florian · 10 years ago
  58. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  59. 2fa8a5f Constify. by florian · 10 years ago
  60. ee0d0e9 Constify m_oset, m_sparsewa, and m_wordfm. by florian · 10 years ago
  61. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  62. 801c199 Rewrite print_file_vars such that it does not modify its by florian · 10 years ago
  63. be1036e Remove some dead code. by florian · 10 years ago
  64. 644a33a _thread_suspend: hold on to the lock when suspending some other by sewardj · 10 years ago
  65. eb86dda Add intercepts on MacOS 10.9 for by sewardj · 10 years ago
  66. 19e2c94 -Wmissing-enum seems to have arrived at the MacOS builds for some by sewardj · 10 years ago
  67. 82a50bd Remove unused variable VG_(clo_require_text_symbol). by florian · 10 years ago
  68. d6845c6 di_notify_ACHIEVE_ACCEPT_STATE: before starting to parse the ELF file, by sewardj · 10 years ago
  69. f9d4197 Enable sys_fadvise64_64 on arm32. by sewardj · 10 years ago
  70. 35a82d2 Merge revisions 14220, 14221, and 15629 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  71. a175ffb Merge revisions 14210 and 14626 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  72. cb26cae Update. by sewardj · 10 years ago
  73. ccfddfb Inline function definitions must not refer to objects with internal by florian · 10 years ago
  74. c754e68 Modify the compiler detection test so as to accept "Apple LLVM version by sewardj · 10 years ago
  75. c4fe430 Hide .version directives in assembly code on Mac, since XCode doesn't by sewardj · 10 years ago
  76. 76ca27c Fix the thread-name facility and associated test on Darwin. by sewardj · 10 years ago
  77. 57afaa4 Bug 339858 arm64 dmb sy not implemented NEWS entry. by mjw · 10 years ago
  78. 48e90fb Update. by sewardj · 10 years ago
  79. 110e0f8 Change eq_Invar to handle all kinds of InVars. Move an assert to a better spot. by florian · 10 years ago
  80. 2b9232a Handle (by ignoring) Imbe_CancelReservation. Detected by Florian by sewardj · 10 years ago
  81. e14440d Bug 339855 arm64 unhandled getsid/setsid syscalls. by mjw · 10 years ago
  82. fd2ac38 Bug 339853 arm64 times syscall unknown. by mjw · 10 years ago
  83. 2293a93 Forgotten mergeinfo update. by florian · 10 years ago
  84. 0c89e9b Merge revisions 14213 and 14612 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  85. d4fbf14 Use __typeof__. by florian · 10 years ago
  86. af18689 Add two gnu extensions DW_AT definition and tracing by philippe · 10 years ago
  87. bb861b5 follow up to fix for 339721 assertion 'check_sibling == sibling' failed in readdwarf3.c ... by philippe · 10 years ago
  88. 7931627 Merge revisions 14372 and 14607 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  89. 5709b83 Update mergeinfo. r14606 wasn't a proper svn merge. It was just an by florian · 10 years ago
  90. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  91. 82d9c90 Indicate the fix for 339721 is only partial by philippe · 10 years ago
  92. d4636ab fix 339721 assertion 'check_sibling == sibling' failed in readdwarf3.c ... by philippe · 10 years ago
  93. dea1603 Followup to r14600. Copy the contents of pub_core_guest.h to pub_tool_guest.h by florian · 10 years ago
  94. de6ffbd Entangle header files a bit. Specifically, pub_core_basics.h no longer by florian · 10 years ago
  95. 99e644a Use correct tag names in sys_getdents/64 wrappers. by florian · 10 years ago
  96. d6b9fcc The XArray element type of variable "described" is HChar not UChar. by florian · 10 years ago
  97. 2f088e7 Merge revisions 14337, 14596 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  98. fed3c04 Merge six easy pieces from the BUF_REMOVAL branch: by florian · 10 years ago
  99. 94086c7 Merge revisions 14216,14591,14593 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  100. 55fd2eb Update. by sewardj · 10 years ago