1. 29d82f6 Merge 14206,14207,14261,14577,14578 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
  2. 58946e9 Merge revisions 14203,14574,14575 from the BUF_REMOVAL by florian · 10 years ago
  3. 9e431f0 implement KVM_KVMCLOCK_CTRL. Interestingly, the kernel does not check by cborntra · 10 years ago
  4. 202148c provide ioctl handlers for KVM_SET_TSS_ADDR. part of bugzilla 339424 by cborntra · 10 years ago
  5. 3629f4a Glibc versions prior to 2.5 do not define PTRACE_GETSIGINFO by florian · 10 years ago
  6. 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
  7. a5c9af6 Adapt LibVEX_Init invocation due to VEX r2955 changes. by florian · 10 years ago
  8. db16f83 Fix wrong checking of ARG2 of getrlimit by philippe · 10 years ago
  9. 0af05d4 Handle explicitely all enum values in 'switch' on AddrInfo tag by philippe · 10 years ago
  10. 304e8fb Remove anouncement of helgrind dead in coregrind/m_debuginfo/README.txt by philippe · 10 years ago
  11. 2d1f256 fix 339156 - gdbsrv not called for fatal signal by philippe · 10 years ago
  12. 8eebf23 Fix a few casts that dropped type qualifiers. As pointed out by -Wcast-qual. by florian · 10 years ago
  13. f09d2a9 Remove a few useless asserts after memory allocation. by florian · 10 years ago
  14. 29fa14b Remove a few pointless asserts because the allocation functions by florian · 10 years ago
  15. 417d737 Old STABS code is still being compiled, but never used. Remove it. by mjw · 10 years ago
  16. a4ca4fe Fix incorrect use of VG_(tool_panic). Adapt checker script accordingly. by florian · 10 years ago
  17. e2800c9 coregrind files shall use vg_assert not tl_assert. by florian · 10 years ago
  18. f2df332 Fix leak that can happen in case of IO error between V gdbsrv and vgdb. by philippe · 10 years ago
  19. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  20. 5e1e923 Document NULL-ness of the return value of the dedup allocation functions. by florian · 10 years ago
  21. 6a65074 Document that VG_(newPA) and VG_(allocEltPA) never return NULL. by florian · 10 years ago
  22. b9d8fbb Document that VG_(newRangeMap) never returns NULL. Remove pointless asserts. by florian · 10 years ago
  23. 6aa8bd0 Tidy up m_wordfm. by florian · 10 years ago
  24. bf0ea23 ML_(dinfo_zalloc/strdup) never return NULL. Remove pointless by florian · 10 years ago
  25. b49e4a5 Tidy up m_oset.c by florian · 10 years ago
  26. 8219bff configure.ac: Generalize glibc version check by bart · 10 years ago
  27. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  28. 511df4e When piecing together the file name of a vgdb FIFO do not allow by florian · 10 years ago
  29. 47c6d14 Merge r14513 from 3_10_BRANCH (Update docs w.r.t. status of by sewardj · 10 years ago
  30. f5d8e65 Remove some unneded checks as identified by IBM's BEAM checker. by florian · 10 years ago
  31. 77eb20b Use wrapper functions VG_(malloc) and friends consistently across the by florian · 10 years ago
  32. e464e80 Rename VG_(malloc_usable_size) to VG_(cli_malloc_usable_size) by florian · 10 years ago
  33. a75b56e Avoid doing arithmetic with NULL by philippe · 10 years ago
  34. 3ebc6dc Fix missing break in switch Spotted by Florian Krohm, using BEAM static analyzer by philippe · 10 years ago
  35. 6680b51 also do unshare and pivot_root on s390x by cborntra · 10 years ago
  36. 8a3377f Add support for sys_pivot_root and sys_unshare. Patch from by sewardj · 10 years ago
  37. ba60227 Bug 338803 followup. Only print cross-CU warning when -v is given. by mjw · 10 years ago
  38. 1c750c9 mips64: use generic MK_(guess_and_register_stack) by petarj · 10 years ago
  39. 88f762e Disable default-yes setting of read-inline-info for MacOS, and enable by sewardj · 10 years ago
  40. 6b0cdb0 More stack-end-semantics fixups for MacOS following r14422 and r14392. by sewardj · 10 years ago
  41. 57d534d Do not modify a character string that could be a readonly string literal. by florian · 10 years ago
  42. 924fa34 readstabs.c: Don't include a.out.h, just define the stabs symbol nlist entry. by mjw · 10 years ago
  43. 124e56d Rename "--kernel-variant=android-emulator-no-hw-tls" to by sewardj · 10 years ago
  44. 6ae06ed Partial bypass for 338803 Handling of dwz debug alt files or cross-CU is broken by philippe · 10 years ago
  45. 9450a8e Fix 338698 race condition between gdbsrv and vgdb on startup by philippe · 10 years ago
  46. 7cf5f66 Always check crc in open_debug_file for now. Bug #338791 followup. by mjw · 10 years ago
  47. 0138505 Improved argument checking for sys_kcmp. Derived from patch from by sewardj · 10 years ago
  48. 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 10 years ago
  49. c5af2ae Bug 338791 Handle debug alt dwz files that are relative to the debug file. by mjw · 10 years ago
  50. 76d5c82 Remove unneeded variable. by sewardj · 10 years ago
  51. 2fe4619 add more system call numbers for s390. While we are at it by cborntra · 10 years ago
  52. 8d66ff7 Fix off-by-one error in size of coredumps. Patch from Ivo Raisr by sewardj · 10 years ago
  53. 6c730b9 arm64-linux: enable sys_mlock, sys_mlockall. Fixes #337766. by sewardj · 10 years ago
  54. 66fbb21 Patch adding support for V4L2/media ioctls. Patch from Hans Verkuil by sewardj · 10 years ago
  55. 12d5abc Add Xen 4.4 evtchn ioctl wrappers. Patch from Antony Saba by sewardj · 10 years ago
  56. 9e4ec3a Add support for Xen hypercalls used by libvmi. Patch from Antony Saba by sewardj · 10 years ago
  57. dfd5334 Add support for ppc32 syscalls used by uClibc. Patch from Kristof by sewardj · 10 years ago
  58. 2fee870 Add support for sys_kcmp. Patch from Chris Jones by sewardj · 10 years ago
  59. 122f6af Slightly change the help text for some options that involve by sewardj · 10 years ago
  60. 3e49e4c readdwarf3.c: Improve error message on bad DW_FORM_GNU_[ref|strp]_alt usage. by mjw · 10 years ago
  61. ae6e3ac Add a redirection for the 'index' function. Fixes BZ #327943 by florian · 10 years ago
  62. 4450a0e Improvements for Android: by sewardj · 10 years ago
  63. d099e51 gcc on arm64 -Og produces a (false positive) warning that by philippe · 10 years ago
  64. f35dad7 Fix wrong operator (detected by Coverity) by philippe · 10 years ago
  65. ee0ee03 Fix a few incorrect format strings. Spotted by the Coverity checker. by florian · 10 years ago
  66. 5a5031e Add support for some more tun/tap ioctls. BZ#315952. by tom · 10 years ago
  67. 2d3aed7 The 4th parameter of lzo1x_decompress_safe has lzo_uint * type by florian · 10 years ago
  68. 97b89f7 Remove some unneeded checks. These were spotted by the Coverity checker. by florian · 10 years ago
  69. 9b29b14 Add a clarifying comment. by florian · 10 years ago
  70. ef93463 Add a ( that was missed in r14419 (Prepare to change the default for by sewardj · 10 years ago
  71. dcd1ed4 Make --read-inline-info=yes be the default on Memcheck and Helgrind by sewardj · 10 years ago
  72. b7dfa58 Followup to r14392 (fix up of stack bounds semantics) needed to keep by sewardj · 10 years ago
  73. b69cd96 VG_(getdents64) is only needed on Linux, and causes build problems by sewardj · 10 years ago
  74. 347a481 Prepare to change the default for --read-inline-info from =no to =yes by philippe · 10 years ago
  75. ed12bf2 EM_PPC64 isn't defined by some older Android NDKs. Define it if necessary. by sewardj · 10 years ago
  76. 6755357 Fix bogus bracketing. No functional change. by sewardj · 10 years ago
  77. 190bd52 Followup to r13469. lineno has already been asserted to be != NULL. by florian · 10 years ago
  78. 574c2fd Fix typo in deprecate msg + reformat to 80 char max by philippe · 10 years ago
  79. 9439556 Remove unused variable. by sewardj · 10 years ago
  80. 882038d Deprecate --db-attach Fixes BZ #337871 by florian · 10 years ago
  81. 7e3b3f2 Improve description of an address that is on a stack but below sp. by philippe · 10 years ago
  82. 38a74d2 The semantic of the stack bounds is not consistent or is not described. by philippe · 10 years ago
  83. 0a1086e run_thread_for_a_while: Make the computation of done_this_time less by sewardj · 10 years ago
  84. 495c656 Use getdents64 syscall on linux. by mjw · 10 years ago
  85. b895602 Typo fix + small improvement in comment by philippe · 10 years ago
  86. 1cd2378 Bug 338615 suppress glibc 2.20 optimized strcmp implementation for ARMv7. by mjw · 10 years ago
  87. b444fbc Fix typo in syswrap ppoll param, equate ppoll and poll for memcheck testcase. by mjw · 10 years ago
  88. b071b71 338499 --sim-hints parsing broken due to wrong order in tokens (after introduction of no-nptl-pthread-stackcache) by philippe · 10 years ago
  89. 0d22fc0 Follow up to r14313: disable stack cache earlier by philippe · 10 years ago
  90. b16609b Clean up confusion about VG_(args_the_exename) which was believed to by florian · 10 years ago
  91. aa62d84 Kind of a follow-up to r14237. by sewardj · 10 years ago
  92. 9848690 Add option a new sim-hint no-nptl-pthread-stackcache. by philippe · 10 years ago
  93. ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
  94. 87fc2a9 Some cleanup post QGetTlsAddr commit by philippe · 10 years ago
  95. 1670b05 fix 338160: Implement QGetTlsAddr query so that GDB+V gdbsrv can print __thread variables. by philippe · 10 years ago
  96. 0617117 Unbreak the MacOS port following recent r14273 (further reduction by sewardj · 10 years ago
  97. 4cace66 Reduce memory needed for symbols, by having the tocptr and local_ep by philippe · 10 years ago
  98. 4815f5a Fix some comments by philippe · 10 years ago
  99. 9893a75 Unbreak the MacOS port following the recent ppc64le port merge. by sewardj · 10 years ago
  100. bc7e539 Followup to r14264: Fix VG_(sysnum_string) for Darwin. by florian · 10 years ago