1. 29ac981 * fix a bug in sys_clone that was causing threads to hang at exit by sewardj · 10 years ago
  2. c8fa5cc Enable sys_ppoll, sys_kill, sys_socketpair. by sewardj · 10 years ago
  3. dbb328d arm64-linux: make restarting of syscalls interrupted by signals work by sewardj · 10 years ago
  4. ae082d8 First attempt at supporting sys_clone. by sewardj · 10 years ago
  5. 417e103 Bug 331337 s390x WARNING: unhandled syscall: 326 (dup3) by mjw · 10 years ago
  6. 24f0c3a mips32: Support for 64bit FPU on MIPS32 platforms. by dejanj · 10 years ago
  7. 3e17274 Fix BZ #327212. Check for absolute path name at the end of by florian · 10 years ago
  8. b8afd6f arm64: implement the apply on all GP register. by philippe · 10 years ago
  9. 5566301 No need to discard translation in gdbserver when --vgdb=full by philippe · 10 years ago
  10. 0eb0d5a Fix or implement various things to have V gdbsrv working on arm64 by philippe · 10 years ago
  11. 4ea8f14 - Handle KVM_CREATE_IRQCHIP, which does not take any parameter by cborntra · 10 years ago
  12. 68f338f Fix typo in poll wrapper by tom · 10 years ago
  13. ddc4a18 Add support for the clock_adjtime system call. by tom · 10 years ago
  14. 4f5be8c Both eventfd and eventfd2 have post handlers that we were failing by tom · 10 years ago
  15. 0345188 arm64: rename guest_SP to guest_XSP so as to avoid a name clash with by sewardj · 11 years ago
  16. 821283b Initial implementation of CFI based stack unwinding for arm64-linux. by sewardj · 11 years ago
  17. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  18. cffe2a5 add --vgdb-prefix arg to callgrind_control by philippe · 11 years ago
  19. 3d24135 The value of AT_BASE should be the offset between where the ELF interpreter by tom · 11 years ago
  20. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  21. bcff2cc Fix 325714 Empty vgcore but RLIMIT_CORE is big enough (too big) by philippe · 11 years ago
  22. 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 11 years ago
  23. 4254584 Minor tweak in the VG_(poll) syscall and callers: have a way to show by philippe · 11 years ago
  24. 4be47bc Minor tweak in the vgdb instructions output by valgrind: by philippe · 11 years ago
  25. 3c761f0 Fix 326462 Refactor vgdb to isolate invoker stuff into separate module by philippe · 11 years ago
  26. 03f77d2 xen: Implement XEN_DOMCTL_set_max_evtchn by bart · 11 years ago
  27. 4cf567e xen: XEN_SYSCTL_debugkeys hypercall by bart · 11 years ago
  28. 029d48f xen: XEN_SYSCTL_readconsole hypercall by bart · 11 years ago
  29. 189ade7 xen: XEN_DOMCTL_shadow_op hypercall by bart · 11 years ago
  30. 8583a2a xen: XEN_DOMCTL_sethvmcontext hypercall by bart · 11 years ago
  31. 14c44a9 xen: XEN_DOMCTL_getpageframeinfo3 hypercall by bart · 11 years ago
  32. e65212e xen: XEN_DOMCTL_gethvmcontext hypercall by bart · 11 years ago
  33. 9bd4cfc xen: XENMEM_remove_from_physmap hypercall by bart · 11 years ago
  34. 39d4ba5 xen: XENMEM_add_to_physmap hypercall by bart · 11 years ago
  35. 1d528a7 xen: XENMEM_machphys_mfn_list hypercall by bart · 11 years ago
  36. 3b70027 xen: XENMEM_maximum_gpfn hypercall by bart · 11 years ago
  37. bc8d9bd xen: XENMEM_maximum_ram_page hypercall by bart · 11 years ago
  38. 3b35a08 xen: Infratructure for XEN_TMEM_* hypercalls by bart · 11 years ago
  39. 5be3aec xen: Fix XEN_SYSCTL_getdomaininfolist for version 0xa by bart · 11 years ago
  40. e5cf451 Bug 327916 - DW_TAG_typedef may have no name by mjw · 11 years ago
  41. 6feb14d dwz compressed alternate .debug_info and .debug_str not read correctly. by mjw · 11 years ago
  42. 17da3da mips32/64: Fix the problem with cacheflush on mips platforms. by dejanj · 11 years ago
  43. 854be4c In an inner valgrind, register the interim stack earlier by philippe · 11 years ago
  44. b8ba031 Fix 324227 memcheck false positive leak when a thread calls exit+block by philippe · 11 years ago
  45. 0e659b2 unbreak (future) Mac OS 10.9, 11.0, ... builds by philippe · 11 years ago
  46. 13de231 Enable sys_rt_sigsuspend on ppc64-linux. Not sure why this is by sewardj · 11 years ago
  47. 4ce2793 Un-break the build on OSX 10.7. by sewardj · 11 years ago
  48. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  49. 49984ea arm-linux only: make unwinding by stack scanning (a nasty hack) by sewardj · 11 years ago
  50. 787e8dc Don't report BMI support when AVX support is missing. by mjw · 11 years ago
  51. a11ec17 Followup to r13652 (make the translation cache size be command-line by sewardj · 11 years ago
  52. 8e1bee4 Allow the user to dimension the translation cache by philippe · 11 years ago
  53. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  54. 124b9f2 mips64: Fix compiler warning. by dejanj · 11 years ago
  55. 80fe549 Disallow client mmap calls with MAP_32BIT as a flag. by sewardj · 11 years ago
  56. 7b94a0d Fix "Assertion '!di->soname' failed" on weird files. by sewardj · 11 years ago
  57. 879c8b0 Enable sys_prlimit64 on arm-linux. Fixes #320131. by sewardj · 11 years ago
  58. 643d501 PPC32/64: Allow 16 byte icache and dcache lines. by sewardj · 11 years ago
  59. d35da71 Remove unused variable (and associated compiler warning). by florian · 11 years ago
  60. 63abcdf mips64: add extra Iop cases in VEX and fix compiler warning. by dejanj · 11 years ago
  61. a388ee4 pub_tool_oset.h and m_oset.c cleanup by philippe · 11 years ago
  62. 2aa453e mips32: Fix the align problem with mmap. by dejanj · 11 years ago
  63. b593be3 Robustise the find_client function. Also fix a memory leak spotted by by florian · 11 years ago
  64. e2d76bb Enable sys_fanotify_init and sys_fanotify_mark on arm-linux. by sewardj · 11 years ago
  65. a068ff5 mips32: Add two syscall wrappers: by dejanj · 11 years ago
  66. a2968cc In an attempt to fix the accounting for dynamic memory allocation by florian · 11 years ago
  67. 8a46fe8 Fix two issues found by check_headers_and_includes. by florian · 11 years ago
  68. 2604386 Double the size of the (already huge) translation cache on all by sewardj · 11 years ago
  69. f049d1d Increase VG_N_SEGMENTS and VG_N_SEGNAMES by a factor of 6 on all by sewardj · 11 years ago
  70. e06727f Comment-only change. by sewardj · 11 years ago
  71. b36d316 Recent libxul.so on ARM has more than 5000 CIEs. Increase N_CIEs, therefore. by sewardj · 11 years ago
  72. b891121 Fix memory leak when reallocating a thread name. by florian · 11 years ago
  73. eb577d7 VG_(memset) cannot handle NULL pointers and needs to be guarded. by florian · 11 years ago
  74. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  75. 96ee38d mips: clean-up in hardware detection by petarj · 11 years ago
  76. 4978951 Intercept prctl(PR_SET_NAME, name) and store the thread name so it by florian · 11 years ago
  77. 87557e7 mips32: typo error fix. by dejanj · 11 years ago
  78. 535fb1b Fix coregrind header files such that they can be included without by florian · 11 years ago
  79. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  80. ac3a1d8 Move a function and its prototype VG_(malloc_effective_client_redzone_size) by florian · 11 years ago
  81. 1a59a92 Clarify wording. by florian · 11 years ago
  82. 02ea413 Fix 324514 gdbserver monitor cmd output behaviour consistency + allow user by philippe · 11 years ago
  83. ac7e797 PRE(workq_ops): handle KI_WQOPS_QUEUE_REQTHREADS without complaining. by sewardj · 11 years ago
  84. d6daf23 check_uuid_matches: fix infinite loop following rewrite of this by sewardj · 11 years ago
  85. c271cda MacOS only: fix somee compiler complaints about casting from pointers by sewardj · 11 years ago
  86. c162275 Fixes and kludges (mostly the latter) needed to run graphical by sewardj · 11 years ago
  87. 7c8ddce Make wqthread_hijack work with the OSX 10.8 kernel. by sewardj · 11 years ago
  88. f1a9bd2 add_mapping_callback on Darwin: also produce a ChangedSeg record in by sewardj · 11 years ago
  89. e42cca5 Add missing headers and such so that 'make dist' works again. by florian · 11 years ago
  90. 661786e When XML mode is selected messages from VALGRIND_PRINTF and friends by florian · 11 years ago
  91. 7c6a000 Support mmxext (integer sse) subset on i386 (athlon). Bug #323713 by mjw · 11 years ago
  92. 3898022 coregrind/m_debuginfo: Add VG_(DebugInfo_get_bss_avma)() and VG_(DebugInfo_get_bss_size)() by bart · 11 years ago
  93. 50c2075 mips32: Fix a problem with gdb invoker. by dejanj · 11 years ago
  94. 751c1e6 mips32/mips64: Fix compiler warnings. by dejanj · 11 years ago
  95. 3bf117d kludge to bypass inner valgrind mmap failing due to not observed outer mmap by philippe · 11 years ago
  96. dfbf294 Initial ISA 2.07 support for POWER8-tuned libc by carll · 11 years ago
  97. 25b1808 Add support for a bunch of DRM Ioctls. Fixes #207815. by sewardj · 11 years ago
  98. 5507d22 fix --vgdb-prefix no / character interpreted differently by V gdbsrv and vgdb by philippe · 11 years ago
  99. 4e98f7c Update configure machinery to detect PTRACE_GETREGS by philippe · 11 years ago
  100. 353d8b8 Followup to the renaming in VEX r2735. by florian · 11 years ago