1. 5905222 Enable test cases for all FP compare instructions: by sewardj · 10 years ago
  2. 7db5774 Revert accidental checkin for Makefile.am by florian · 10 years ago
  3. 45ee036 Fix undefined behaviours when shifting. Found by libubsan. by florian · 10 years ago
  4. 5381b42 There must be at least one element in a VLA. Found by libubsan. by florian · 10 years ago
  5. e6c3b43 Fix debug output of aspacemgr by philippe · 10 years ago
  6. 737576d Update. by sewardj · 10 years ago
  7. ccc9bb8 Update to track v4l2 API for kernel version 3.19 changes. Patch from by sewardj · 10 years ago
  8. f6f25a5 Add wrapper support for I2C_SMBUS ioctls. Patch from by sewardj · 10 years ago
  9. 0b6d266 Enable sys_mbind, sys_get_mempolicy, sys_set_mempolicy on arm64-linux. by sewardj · 10 years ago
  10. 8d47a61 Allow the user to specify precise-exception behaviour for translations by sewardj · 10 years ago
  11. 782be4c valgrind part to VEX:3083 Fix bugzilla 343802, also extend testcase by cborntra · 10 years ago
  12. 13e3f1b Fix some inconsistent uses of the VG_XACT_CLO macro, by putting an by sewardj · 10 years ago
  13. 094b991 Followup to r14901 (vectorising memcmp): use SizeT instead of Addr by sewardj · 10 years ago
  14. c166ad7 Remove unneeded code. by florian · 10 years ago
  15. 11e20f7 Vectorise the memcmp template implementation. For scenarios requiring by sewardj · 10 years ago
  16. 7f39461 Update list of open bugs, and classify them by area. by sewardj · 10 years ago
  17. dc1757e PTRACE_GETREGS might not be detected on some distro, due to a missing #include by philippe · 10 years ago
  18. 95af4ce Replace the SegName array with a simple string table. by florian · 10 years ago
  19. a0d557c Remove confusing function attribute. The function is always used (on all platforms). by florian · 10 years ago
  20. cb320e0 Fix an incorrect comment. Add asserts. by florian · 10 years ago
  21. 3f489e2 Update. by sewardj · 10 years ago
  22. f01eaf2 Add test cases for AVX-1 conditional vector stores: by sewardj · 10 years ago
  23. 44e5376 Add test cases for VPMASKMOV{D,Q} xmm/ymm to memory. by sewardj · 10 years ago
  24. be9d235 Handle new value ILGop_Ident64 in enum type IRLoadGOp. This tracks vex r3074. by sewardj · 10 years ago
  25. bcf1d7f Remove unused field from NSegment structure. by florian · 10 years ago
  26. f6fcad7 OS X 10.10: Fix incorrect check for presence of unsupported MACH_SEND_TRAILER in mach_msg. Partial fix for BZ #343306. by rhyskidd · 10 years ago
  27. 1e123e1 Darwin14.supp should include suppression for known deliberate memory leak in setenv(). Per BZ #343303. by rhyskidd · 10 years ago
  28. bfe3813 Partial fix for bz339745. Mac OS: Further progress worker queue thread support. Additional magic constants have been checked against OS X 10.9 and 10.10 by rhyskidd · 10 years ago
  29. dea1edf Followup to r14886. So it turned out that in m_addrinfo we were already by florian · 10 years ago
  30. d3166c4 VG_(am_get_filename) returns a pointer to memory that belongs to the by florian · 10 years ago
  31. 67d4603 Move comments next to the function prototypes they describe. by florian · 10 years ago
  32. 3c9f186 Add function attributes. by florian · 10 years ago
  33. 98a4007 Write proper wrappers for ioctls ION_IOC_ALLOC, ION_IOC_MAP and by sewardj · 10 years ago
  34. 7af930d Minor tweaks: by florian · 10 years ago
  35. 50a3408 Add even more built-in functions for ICC. by florian · 10 years ago
  36. d0d3ad9 Initial trawl through bugs from 22 Nov 2014 to 20 Jan 2015. by sewardj · 10 years ago
  37. c3344a2 Import the list of bugs fixed in 3.10.1 (apparently never copied by sewardj · 10 years ago
  38. 2494d38 Pull in bugs opened after 22 Nov 2014. by sewardj · 10 years ago
  39. d56b7e2 Add some parentheses to keep gcc 5 (prerelease) from complaining. by sewardj · 10 years ago
  40. 9d7592e Handle the memfd_create system call. by tom · 10 years ago
  41. 923a81c Add more built-in functions for ICC. by florian · 10 years ago
  42. 4aeca4f Retroactive NEWS update for r14859, r14860 and r14861 by rhyskidd · 10 years ago
  43. 5f1aeb6 Export VG_(discard_tranalsations_safely) to the tools. It is by florian · 10 years ago
  44. a9176d9 BZ #342795 Internal glibc __GI_mempcpy call should be intercepted. by mjw · 10 years ago
  45. d6c84f5 Add to svn ignore auxprogs/getoff-*-darwin files created on OS X. The equivalent files are ignored from other architectures in this folder. Simple change, no-BZ. by rhyskidd · 10 years ago
  46. a3f4b96 Add to svn ignore gdbserver_tests/*.dSYM intermediate files created on OS X. These files are ignored in all other sub folders where created. Simple change, no-BZ. by rhyskidd · 10 years ago
  47. 5f8ced8 Track VEX r3063 (function prototype change). by florian · 10 years ago
  48. a1ec2a3 Remove superfluous function call. by florian · 10 years ago
  49. 1b14466 Re-enable building of manythreads and thread-exits tests. Patch and discussion per BZ #341613. by rhyskidd · 10 years ago
  50. fe16bcd Darwin13.supp should include suppression for known uninitialised read in pthread_rwlock_init() as required to pass the memcheck/tests/darwin/pth-supp test. Patch and discussion per BZ #339780. by rhyskidd · 10 years ago
  51. 138aadf Darwin13.supp should include suppression for known deliberate memory leak in setenv(). Patch and discussion per BZ #339755. by rhyskidd · 10 years ago
  52. d219029 Comment only changes. by florian · 10 years ago
  53. 82b9285 Add VG_(gettimeofday) such that callgrind can use it without a bloody hack. by florian · 10 years ago
  54. 04df7f2 Callgrind: fix BB discarding by weidendo · 10 years ago
  55. 204197a When creating a log-file (xml or otherwise) give everybody by florian · 10 years ago
  56. 044514a Add command line option --max-connect=INT to allow the user to provide by florian · 10 years ago
  57. 28120d6 Fix a typo. by florian · 10 years ago
  58. 2a97c63 Small doc improvement: make more clear that --show-leak-kinds and --errors-for-leak-kinds by philippe · 10 years ago
  59. 31556c3 Fix compiler detection for ICC. by florian · 10 years ago
  60. 5f9116d Avoid warning on Addr sp, unused on some platforms (e.g. ppc32) by philippe · 10 years ago
  61. 754f1ad Fix Makefile.am so it works for builds configured with --enable-only32bit. by florian · 10 years ago
  62. 6efd485 Fix a compiler warning about an incompatible format. by florian · 10 years ago
  63. 4769c3c * Remove useless typedef and uses of Addr32 and Addr64, just use Addr by philippe · 10 years ago
  64. ddd61ff Change most remaining use of Addr64 in coregrind and the tools to Addr. by florian · 10 years ago
  65. 5196c3e TyEnt::TyStOrUn::fieldRs is never NULL as VG_(newXA) always returns by florian · 10 years ago
  66. f466eef Track the IMark changes in VEX r3055. by florian · 10 years ago
  67. 2d4ba29 Track VEX r3052 (VexTranslateArgs::guest_bytes_addr is an Addr value). by florian · 10 years ago
  68. 255f534 Remove -Wcast-qual as it is already being added by Makefile.all.am by florian · 10 years ago
  69. b9da1b9 Add -std=gnu99 to the list of compile flags. by florian · 10 years ago
  70. 9b3da11 The definition of type Addr has moved to VEX and by florian · 10 years ago
  71. d65f726 Import offsetof and vg_alignof from VEX (tracking VEX r3049). by florian · 10 years ago
  72. fba8dd7 Add a command line option to allow the user to provide an upper bound by florian · 10 years ago
  73. 09b54fb Change a logging function to use SizeT (tracking VEX r3047). by florian · 10 years ago
  74. af93042 Move definition of type SizeT to VEX (see VEX r3046). by florian · 10 years ago
  75. 90a7073 Fix 342221 - socket connect produce false positive saying access to uninitialized memory area by philippe · 10 years ago
  76. 44bd446 Remove the type AddrH. The code assumes in many places that the host by florian · 10 years ago
  77. d0da968 Fix 341539 VG_(describe_addr) should not describe address as belonging to client by philippe · 10 years ago
  78. f5300ff Avoid spurious warnings about white space following a backslash by florian · 10 years ago
  79. 7822f63 Fix a few casts. A void * cannot be used to initialise a function pointer. by florian · 10 years ago
  80. e1aff6d Elimnate two magic constants. by florian · 10 years ago
  81. 5cbcd62 Fix a typo, introduced when fixing a typo. by philippe · 10 years ago
  82. be314cf Fix typo by philippe · 10 years ago
  83. 345affe Follow up to rev 14823: make errors when reporting command line non critical by philippe · 10 years ago
  84. 8bf9f36 342063 wrong format specifier for test mcblocklistsearch in gdbserver_tests by philippe · 10 years ago
  85. f44ff62 Buffer audit. Resize some. by florian · 10 years ago
  86. 7b7d594 Buffer audit. Resize a few. by florian · 10 years ago
  87. b7742ab Fix a buffer overflow (in case read had returned 1000). by florian · 10 years ago
  88. 8bea091 This commit fixes a redundant #if defined line. The define by carll · 10 years ago
  89. c8d064a Fix 341789 - aarch64: shmat fails with valgrind on ARMv8 by philippe · 10 years ago
  90. c505820 Remove two fixed-size buffers in the dwarf readers. by florian · 10 years ago
  91. 35ef415 Join two #ifdefs, eliminating one. by florian · 10 years ago
  92. 1672a24 For s390 use symbolic register names. by florian · 10 years ago
  93. 602b8f7 Avoid compiler warnings on s390x. by florian · 10 years ago
  94. 205a42f Comment change. Function vg_panic does not exist. by florian · 10 years ago
  95. 8e78577 Fix 197259 Unsupported arch_prtctl PR_SET_GS option by philippe · 10 years ago
  96. f4384f4 Simplify the VG_(get_filename_linenum) interface by removing by florian · 10 years ago
  97. 0e68012 Add a clarifying comment. by florian · 10 years ago
  98. 6c32a3a Remove duplicate command line option. by florian · 10 years ago
  99. 56fc5ff Update tracking the file removal in VEX r3042. by florian · 10 years ago
  100. 29582f8 Remove callgrind's percentify and commify functions as well as the by florian · 10 years ago