1. ee0ee03 Fix a few incorrect format strings. Spotted by the Coverity checker. by florian · 10 years ago
  2. 5a5031e Add support for some more tun/tap ioctls. BZ#315952. by tom · 10 years ago
  3. 2d3aed7 The 4th parameter of lzo1x_decompress_safe has lzo_uint * type by florian · 10 years ago
  4. 97b89f7 Remove some unneeded checks. These were spotted by the Coverity checker. by florian · 10 years ago
  5. 9b29b14 Add a clarifying comment. by florian · 10 years ago
  6. ef93463 Add a ( that was missed in r14419 (Prepare to change the default for by sewardj · 10 years ago
  7. dcd1ed4 Make --read-inline-info=yes be the default on Memcheck and Helgrind by sewardj · 10 years ago
  8. b7dfa58 Followup to r14392 (fix up of stack bounds semantics) needed to keep by sewardj · 10 years ago
  9. b69cd96 VG_(getdents64) is only needed on Linux, and causes build problems by sewardj · 10 years ago
  10. 347a481 Prepare to change the default for --read-inline-info from =no to =yes by philippe · 10 years ago
  11. ed12bf2 EM_PPC64 isn't defined by some older Android NDKs. Define it if necessary. by sewardj · 10 years ago
  12. 6755357 Fix bogus bracketing. No functional change. by sewardj · 10 years ago
  13. 190bd52 Followup to r13469. lineno has already been asserted to be != NULL. by florian · 10 years ago
  14. 574c2fd Fix typo in deprecate msg + reformat to 80 char max by philippe · 10 years ago
  15. 9439556 Remove unused variable. by sewardj · 10 years ago
  16. 882038d Deprecate --db-attach Fixes BZ #337871 by florian · 10 years ago
  17. 7e3b3f2 Improve description of an address that is on a stack but below sp. by philippe · 10 years ago
  18. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  19. 0a1086e run_thread_for_a_while: Make the computation of done_this_time less by sewardj · 10 years ago
  20. 495c656 Use getdents64 syscall on linux. by mjw · 10 years ago
  21. b895602 Typo fix + small improvement in comment by philippe · 10 years ago
  22. 1cd2378 Bug 338615 suppress glibc 2.20 optimized strcmp implementation for ARMv7. by mjw · 10 years ago
  23. b444fbc Fix typo in syswrap ppoll param, equate ppoll and poll for memcheck testcase. by mjw · 10 years ago
  24. b071b71 338499 --sim-hints parsing broken due to wrong order in tokens (after introduction of no-nptl-pthread-stackcache) by philippe · 10 years ago
  25. 0d22fc0 Follow up to r14313: disable stack cache earlier by philippe · 10 years ago
  26. b16609b Clean up confusion about VG_(args_the_exename) which was believed to by florian · 10 years ago
  27. aa62d84 Kind of a follow-up to r14237. by sewardj · 10 years ago
  28. 9848690 Add option a new sim-hint no-nptl-pthread-stackcache. by philippe · 10 years ago
  29. ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
  30. 87fc2a9 Some cleanup post QGetTlsAddr commit by philippe · 10 years ago
  31. 1670b05 fix 338160: Implement QGetTlsAddr query so that GDB+V gdbsrv can print __thread variables. by philippe · 10 years ago
  32. 0617117 Unbreak the MacOS port following recent r14273 (further reduction by sewardj · 10 years ago
  33. 4cace66 Reduce memory needed for symbols, by having the tocptr and local_ep by philippe · 10 years ago
  34. 4815f5a Fix some comments by philippe · 10 years ago
  35. 9893a75 Unbreak the MacOS port following the recent ppc64le port merge. by sewardj · 10 years ago
  36. bc7e539 Followup to r14264: Fix VG_(sysnum_string) for Darwin. by florian · 10 years ago
  37. 1123362 Remove function VG_(sysnum_string_extra) as it was just a wrapper by florian · 10 years ago
  38. 0931a4d coregrind/m_syswrap/priv_syswrap-xen.h: Add copyright header by bart · 10 years ago
  39. 9d1aeea Give static variable function scope. by florian · 10 years ago
  40. ea90a0d arm64 Improve fpsr gdbsrv handling. by philippe · 10 years ago
  41. c66c64f arm64 does not implement fork syscall. Use clone instead by philippe · 10 years ago
  42. 6037226 Use mkstemp_format in VG_(mkstemp). That way nothing breaks should by florian · 10 years ago
  43. dc240c8 Fix type. by florian · 10 years ago
  44. d47676f Mark argument of VG_(mkstemp) as const. by philippe · 10 years ago
  45. 666ee9d This patch implements reading the directory information for source by philippe · 10 years ago
  46. 6ba50d1 Add missing comment marker. by sewardj · 10 years ago
  47. dd690bf This commit is for Bugzilla 334836. The Bugzilla contains patch 3 of 3 by carll · 10 years ago
  48. 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 10 years ago
  49. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  50. 19ce5d5 pre_mem_read_sockaddr: properly handle the NETLINK address family by sewardj · 10 years ago
  51. 8b662d5 fix 338024 inlined functions are not shown if DW_AT_ranges is used by philippe · 10 years ago
  52. c609732 add support for VKI_BLKDISCARDZEROES by cborntra · 10 years ago
  53. 1fa9ee8 Linux: Add support for Lustre FID2PATH ioctl (#331829) by bart · 10 years ago
  54. 87da5fb Linux system call wrappers: truncate ioctl request number to 32 bits by bart · 10 years ago
  55. 72a10e5 Allow no debuginfo to be found when (trying to) produce the help msg by philippe · 10 years ago
  56. 0642639 ensure the regcache is in sync with the fpsr part VEX represents by philippe · 10 years ago
  57. a0a0c6b take endianness into account in arm64 fpsr xfer, by philippe · 10 years ago
  58. e5d36ff arm64: fix the conversion from/to VEX fpsr to/from GDB representation by philippe · 10 years ago
  59. 6df28a8 cfsi_m_ix array should only be indexed according to sizeof_m_ix, by philippe · 10 years ago
  60. ade2edd Add support for stack unwinding using the ARM32 specific EXIDX format. by sewardj · 10 years ago
  61. c06f684 Fix dangling ref in m_errormgr.c + report all uninit fields in a syscall param by philippe · 10 years ago
  62. 9d23bdb Fix copyright years. by florian · 10 years ago
  63. 6625f71 Back out r14186 as it was identified to have caused a performance regression. by florian · 10 years ago
  64. 4afac5b fix comment when calling get_sym_name() by petarj · 10 years ago
  65. 8120818 No need to write the offset into a buffer when that buffer is not used. by florian · 10 years ago
  66. 3b4ef11 glibc 2.3.4 does not appear to define PTRACE_GETSIGINFO. This was by florian · 10 years ago
  67. 7d99579 Fix a comment. by florian · 10 years ago
  68. a7cea05 Have m_addrinfo.c giving more details about an address in a text segment by philippe · 10 years ago
  69. 8f9b0d2 Add LIKELY as suggested by Philippe. by florian · 10 years ago
  70. 3c3a6e4 Update a comment so it won't need updating in the future. No functional change. by florian · 10 years ago
  71. 4f11c7f Change VG_(strncpy_safely) to use VG_(strncpy) to get the same padding by florian · 10 years ago
  72. 421c26e Factor out VG_(exit_now) to contain the syscall incantation to terminate by florian · 10 years ago
  73. 5973142 Track vex r2910 (infrastructural improvements in representation of by sewardj · 10 years ago
  74. 4b46910 optimise readpdb.c filename and dirname handling, following r14158 by philippe · 10 years ago
  75. 5bf4dd2 Output details for the faulting thread first in a core dump. by tom · 10 years ago
  76. 2a429f5 Add configure check for arm64 user_regs_struct. by mjw · 10 years ago
  77. 0c9ac8d Patch adding (or showing the proper/not confusing) helgrind thread nr for block by philippe · 10 years ago
  78. a83e7d6 Simplify the code to get the function entry + avoids too many casts by philippe · 10 years ago
  79. fa7b329 ppc64 ifunc_wrapper add casts suggested by gcc warning. by mjw · 10 years ago
  80. 5ab5f38 Unbreak ppc32 compilation (remove last usage of host_ppc32_regalign_int64_args) by philippe · 10 years ago
  81. 2386069 produce cfsi and str dedup pa at the same verbosity level by philippe · 10 years ago
  82. c81436d Bug 336619 valgrind --read-var-info=yes doesn't handle DW_TAG_restrict_type. by mjw · 10 years ago
  83. e22cbf3 arm64: get_Dwarf_Reg: at least handle the case of requesting XSP by sewardj · 10 years ago
  84. a683826 Bug 337094 ifunc wrapper is broken on ppc64. by mjw · 10 years ago
  85. 59e1f3c This patch decreases significantly the memory needed to store the lineloc info. by philippe · 10 years ago
  86. 5b8d689 Move DRM ioctl handlers to the right places. Fixes r13486 breakage. by tom · 10 years ago
  87. 945d4d8 Add support for the F_OFD_SETLK, F_OFD_SETLKW, and F_OFD_GETLK fcntl by tom · 10 years ago
  88. f77df94 Add support for the F_OFD_SETLK, F_OFD_SETLKW, and F_OFD_GETLK fcntl by tom · 10 years ago
  89. def5aae Rollback the (functional) effect of 13944 and 14134 by philippe · 10 years ago
  90. e2d41dc Apply text_debug_bias to inline IP extracted from dwarf3 by philippe · 10 years ago
  91. 5ee7277 OSX 10.8/10.9: remove warning message. by sewardj · 10 years ago
  92. 594fc46 Make sanity check errors before/after syscalls be fatal. by sewardj · 10 years ago
  93. bec5ec5 Accuracy improvements to syscall wrappers for OSX 10.8 and 10.9. by sewardj · 10 years ago
  94. 588cd4e OSX 10.9/10.8: Debuginfo reading FSM: enable recording of r-- mappings by sewardj · 10 years ago
  95. 6f00ae9 Improve debug printing for the should-we-load-debuginfo-now? finite by sewardj · 10 years ago
  96. 882a9ec Darwin only: don't tell aspacemgr about the kernel commpage -- only by sewardj · 10 years ago
  97. b17e13b Mark inline get function in image.c by philippe · 10 years ago
  98. e120667 Follow up to rev 13944 by philippe · 10 years ago
  99. 0b26082 Replace copy/pasted loop of the "range search" by doing a -1 in the loop by philippe · 10 years ago
  100. 05c459e Small fixes/improvements post-cfsi_m improvement by philippe · 10 years ago