1. cd70d49 Fix type2index. It did not handle decimal floating point types. by florian · 10 years ago
  2. a57f114 Valgrind regression test fix for stfdpx instruction. by carll · 10 years ago
  3. a4ca4fe Fix incorrect use of VG_(tool_panic). Adapt checker script accordingly. by florian · 10 years ago
  4. bc25198 Update a comment by florian · 10 years ago
  5. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  6. f2df332 Fix leak that can happen in case of IO error between V gdbsrv and vgdb. by philippe · 10 years ago
  7. fd40d8b Remove a comment that is no longer valid. The real reason we (now) by florian · 10 years ago
  8. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  9. 5e1e923 Document NULL-ness of the return value of the dedup allocation functions. by florian · 10 years ago
  10. 6a65074 Document that VG_(newPA) and VG_(allocEltPA) never return NULL. by florian · 10 years ago
  11. b9d8fbb Document that VG_(newRangeMap) never returns NULL. Remove pointless asserts. by florian · 10 years ago
  12. 6aa8bd0 Tidy up m_wordfm. by florian · 10 years ago
  13. bf0ea23 ML_(dinfo_zalloc/strdup) never return NULL. Remove pointless by florian · 10 years ago
  14. fc252b5 Document that VG_(newSWA) never returns NULL (because its by florian · 10 years ago
  15. 9c39f51 Document the NULL-ness of the return values of HT_construct and HT_to_array. by florian · 10 years ago
  16. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  17. 8219bff configure.ac: Generalize glibc version check by bart · 10 years ago
  18. fec2447 configure.ac: Generalize gcc / clang version check by bart · 10 years ago
  19. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  20. 659efde Fix a memory leak found by IBM's BEAM checker. by florian · 10 years ago
  21. 511df4e When piecing together the file name of a vgdb FIFO do not allow by florian · 10 years ago
  22. d95f093 Record some bugs outstanding following 3.10.0. by sewardj · 10 years ago
  23. a19c818 Bump version on the trunk (--> 3.11.0.SVN). by sewardj · 10 years ago
  24. a65b6ad Merge r14514 from 3_10_BRANCH (--> 3.10.0) by sewardj · 10 years ago
  25. 47c6d14 Merge r14513 from 3_10_BRANCH (Update docs w.r.t. status of by sewardj · 10 years ago
  26. 4bf35b9 Add a missing break as identified by IBM's BEAM checker. by florian · 10 years ago
  27. f5d8e65 Remove some unneded checks as identified by IBM's BEAM checker. by florian · 10 years ago
  28. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  29. e464e80 Rename VG_(malloc_usable_size) to VG_(cli_malloc_usable_size) by florian · 10 years ago
  30. a75b56e Avoid doing arithmetic with NULL by philippe · 10 years ago
  31. c5090fb Bug 338974 glibc 2.20 changed size of struct sigaction sa_flags on s390 by mjw · 10 years ago
  32. a384c3f Handle gcc version 5.x.y. by mjw · 10 years ago
  33. 3ebc6dc Fix missing break in switch Spotted by Florian Krohm, using BEAM static analyzer by philippe · 10 years ago
  34. edd3033 Accept glibc 2.20 as valid. by mjw · 10 years ago
  35. bd15508 Replace wrong <../memcheck.h> by "../memcheck.h" by philippe · 10 years ago
  36. 6680b51 also do unshare and pivot_root on s390x by cborntra · 10 years ago
  37. b717cef mips32: mention MIPS32/Android as supported platform by petarj · 10 years ago
  38. a069596 Create 3_10_BUGSTATUS.txt. by sewardj · 10 years ago
  39. 3eeeb45 Update. by sewardj · 10 years ago
  40. 8a3377f Add support for sys_pivot_root and sys_unshare. Patch from by sewardj · 10 years ago
  41. 2cef25b update svn ignore lists by petarj · 10 years ago
  42. ba60227 Bug 338803 followup. Only print cross-CU warning when -v is given. by mjw · 10 years ago
  43. 1e3e835 drd/tests: Follow-up for r14478 - make regression test output independent of --read-inline-info by bart · 10 years ago
  44. 1c750c9 mips64: use generic MK_(guess_and_register_stack) by petarj · 10 years ago
  45. 88f762e Disable default-yes setting of read-inline-info for MacOS, and enable by sewardj · 10 years ago
  46. 6b0cdb0 More stack-end-semantics fixups for MacOS following r14422 and r14392. by sewardj · 10 years ago
  47. 92882e5 Go back to $test_dirs after each test run or tests dir run by philippe · 10 years ago
  48. a687b54 update callgrind and cachegrind filtering logic following rev 14469 by philippe · 10 years ago
  49. 57d534d Do not modify a character string that could be a readonly string literal. by florian · 10 years ago
  50. 924fa34 readstabs.c: Don't include a.out.h, just define the stabs symbol nlist entry. by mjw · 10 years ago
  51. 83b18f4 nightly: source is a bashism, use '.' instead by mjw · 10 years ago
  52. ac5aafe nightly: Try harder to get vendor stuff. by mjw · 10 years ago
  53. 76f2cb1 nightly: Try even more locations for finding glibc. by mjw · 10 years ago
  54. cbc2e0e Avoid a compiler warning about int-to-ptr casting. by sewardj · 10 years ago
  55. 124e56d Rename "--kernel-variant=android-emulator-no-hw-tls" to by sewardj · 10 years ago
  56. d3f3dab drd: Make regression test output independent of --read-inline-info by bart · 10 years ago
  57. de9b485 drd/docs/drd-manual.xml: Remove a redundant phrase. by bart · 10 years ago
  58. 6ae06ed Partial bypass for 338803 Handling of dwz debug alt files or cross-CU is broken by philippe · 10 years ago
  59. 9450a8e Fix 338698 race condition between gdbsrv and vgdb on startup by philippe · 10 years ago
  60. 7cf5f66 Always check crc in open_debug_file for now. Bug #338791 followup. by mjw · 10 years ago
  61. 0138505 Improved argument checking for sys_kcmp. Derived from patch from by sewardj · 10 years ago
  62. 438c471 evh__new_mem_heap: get rid of pointless conditional. Spotted by by sewardj · 10 years ago
  63. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  64. 3b03744 Fix function prototype as pointed out by clang. by florian · 10 years ago
  65. 9c42601 maybe_tweak_LLc: generalise this so that it can mash more or less any by sewardj · 10 years ago
  66. 0b91943 The purpose of the test is to see whether the exported header files by florian · 10 years ago
  67. 807c454 Fix most clang warnings. by florian · 10 years ago
  68. 25fc405 The update fixes a format issue in the PPC test by carll · 10 years ago
  69. 17804f6 Move the endianess test for ppc64 to the correct place. by florian · 10 years ago
  70. c5af2ae Bug 338791 Handle debug alt dwz files that are relative to the debug file. by mjw · 10 years ago
  71. a6b1728 Make sure valgrind builds with clang 3.5.0 by florian · 10 years ago
  72. 76d5c82 Remove unneeded variable. by sewardj · 10 years ago
  73. 2fe4619 add more system call numbers for s390. While we are at it by cborntra · 10 years ago
  74. 14402d1 Revert an accidentally checked in change. by florian · 10 years ago
  75. c5927a6 Add a few more tasks to consider. by florian · 10 years ago
  76. 269069e arm64: enable test cases for str bN, [reg, reg etc] and str hN, [reg, by sewardj · 10 years ago
  77. 8d66ff7 Fix off-by-one error in size of coredumps. Patch from Ivo Raisr by sewardj · 10 years ago
  78. 6c730b9 arm64-linux: enable sys_mlock, sys_mlockall. Fixes #337766. by sewardj · 10 years ago
  79. 66fbb21 Patch adding support for V4L2/media ioctls. Patch from Hans Verkuil by sewardj · 10 years ago
  80. 12d5abc Add Xen 4.4 evtchn ioctl wrappers. Patch from Antony Saba by sewardj · 10 years ago
  81. 9e4ec3a Add support for Xen hypercalls used by libvmi. Patch from Antony Saba by sewardj · 10 years ago
  82. dfd5334 Add support for ppc32 syscalls used by uClibc. Patch from Kristof by sewardj · 10 years ago
  83. 2fee870 Add support for sys_kcmp. Patch from Chris Jones by sewardj · 10 years ago
  84. 23d548d Remove accidentally committed bit of text. by sewardj · 10 years ago
  85. 0cf63b0 mips64: add tests for Cavium BBIT0 and BBIT1 by petarj · 10 years ago
  86. cebb3cd Document the new --kernel-variant options committed in r14440. by sewardj · 10 years ago
  87. 122f6af Slightly change the help text for some options that involve by sewardj · 10 years ago
  88. 3e49e4c readdwarf3.c: Improve error message on bad DW_FORM_GNU_[ref|strp]_alt usage. by mjw · 10 years ago
  89. f2c0230 nightly/bin/nightly: Handle libc.so being in /lib or /lib64. by mjw · 10 years ago
  90. 18bbd36 Add std_thread2.supp to the tarball. by florian · 10 years ago
  91. ae6e3ac Add a redirection for the 'index' function. Fixes BZ #327943 by florian · 10 years ago
  92. 4450a0e Improvements for Android: by sewardj · 10 years ago
  93. d8bd8a7 Update after more triaging. by sewardj · 10 years ago
  94. d099e51 gcc on arm64 -Og produces a (false positive) warning that by philippe · 10 years ago
  95. a1369f8 fix a typo in NEWS by philippe · 10 years ago
  96. 7efa165 Update helgrind default suppression so that it matches with by philippe · 10 years ago
  97. e4200b5 Fix wrong operator = (instead of ==) in assertion by philippe · 10 years ago
  98. f35dad7 Fix wrong operator (detected by Coverity) by philippe · 10 years ago
  99. ee0ee03 Fix a few incorrect format strings. Spotted by the Coverity checker. by florian · 10 years ago
  100. 5a5031e Add support for some more tun/tap ioctls. BZ#315952. by tom · 10 years ago