1. d35da71 Remove unused variable (and associated compiler warning). by florian · 11 years ago
  2. 63abcdf mips64: add extra Iop cases in VEX and fix compiler warning. by dejanj · 11 years ago
  3. a388ee4 pub_tool_oset.h and m_oset.c cleanup by philippe · 11 years ago
  4. 2aa453e mips32: Fix the align problem with mmap. by dejanj · 11 years ago
  5. b593be3 Robustise the find_client function. Also fix a memory leak spotted by by florian · 11 years ago
  6. e2d76bb Enable sys_fanotify_init and sys_fanotify_mark on arm-linux. by sewardj · 11 years ago
  7. a068ff5 mips32: Add two syscall wrappers: by dejanj · 11 years ago
  8. a2968cc In an attempt to fix the accounting for dynamic memory allocation by florian · 11 years ago
  9. 8a46fe8 Fix two issues found by check_headers_and_includes. by florian · 11 years ago
  10. 2604386 Double the size of the (already huge) translation cache on all by sewardj · 11 years ago
  11. f049d1d Increase VG_N_SEGMENTS and VG_N_SEGNAMES by a factor of 6 on all by sewardj · 11 years ago
  12. e06727f Comment-only change. by sewardj · 11 years ago
  13. b36d316 Recent libxul.so on ARM has more than 5000 CIEs. Increase N_CIEs, therefore. by sewardj · 11 years ago
  14. b891121 Fix memory leak when reallocating a thread name. by florian · 11 years ago
  15. eb577d7 VG_(memset) cannot handle NULL pointers and needs to be guarded. by florian · 11 years ago
  16. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  17. 96ee38d mips: clean-up in hardware detection by petarj · 11 years ago
  18. 4978951 Intercept prctl(PR_SET_NAME, name) and store the thread name so it by florian · 11 years ago
  19. 87557e7 mips32: typo error fix. by dejanj · 11 years ago
  20. 535fb1b Fix coregrind header files such that they can be included without by florian · 11 years ago
  21. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  22. ac3a1d8 Move a function and its prototype VG_(malloc_effective_client_redzone_size) by florian · 11 years ago
  23. 1a59a92 Clarify wording. by florian · 11 years ago
  24. 02ea413 Fix 324514 gdbserver monitor cmd output behaviour consistency + allow user by philippe · 11 years ago
  25. ac7e797 PRE(workq_ops): handle KI_WQOPS_QUEUE_REQTHREADS without complaining. by sewardj · 11 years ago
  26. d6daf23 check_uuid_matches: fix infinite loop following rewrite of this by sewardj · 11 years ago
  27. c271cda MacOS only: fix somee compiler complaints about casting from pointers by sewardj · 11 years ago
  28. c162275 Fixes and kludges (mostly the latter) needed to run graphical by sewardj · 11 years ago
  29. 7c8ddce Make wqthread_hijack work with the OSX 10.8 kernel. by sewardj · 11 years ago
  30. f1a9bd2 add_mapping_callback on Darwin: also produce a ChangedSeg record in by sewardj · 11 years ago
  31. e42cca5 Add missing headers and such so that 'make dist' works again. by florian · 11 years ago
  32. 661786e When XML mode is selected messages from VALGRIND_PRINTF and friends by florian · 11 years ago
  33. 7c6a000 Support mmxext (integer sse) subset on i386 (athlon). Bug #323713 by mjw · 11 years ago
  34. 3898022 coregrind/m_debuginfo: Add VG_(DebugInfo_get_bss_avma)() and VG_(DebugInfo_get_bss_size)() by bart · 11 years ago
  35. 50c2075 mips32: Fix a problem with gdb invoker. by dejanj · 11 years ago
  36. 751c1e6 mips32/mips64: Fix compiler warnings. by dejanj · 11 years ago
  37. 3bf117d kludge to bypass inner valgrind mmap failing due to not observed outer mmap by philippe · 11 years ago
  38. dfbf294 Initial ISA 2.07 support for POWER8-tuned libc by carll · 11 years ago
  39. 25b1808 Add support for a bunch of DRM Ioctls. Fixes #207815. by sewardj · 11 years ago
  40. 5507d22 fix --vgdb-prefix no / character interpreted differently by V gdbsrv and vgdb by philippe · 11 years ago
  41. 4e98f7c Update configure machinery to detect PTRACE_GETREGS by philippe · 11 years ago
  42. 353d8b8 Followup to the renaming in VEX r2735. by florian · 11 years ago
  43. bd612e8 Avoid a compiler warning about integer overflow when compiling this by sewardj · 11 years ago
  44. 01a492e add a test + assert for GDB bug bypassed in r13472 by philippe · 11 years ago
  45. 9fddbc1 Remove simple_huffman.c which is a leftover from the time by florian · 11 years ago
  46. 3b411c1 s390: New machine model: zBC12 by florian · 11 years ago
  47. 03ffc6e Bypass GDB bug which asks to read packet slightly too big by philippe · 11 years ago
  48. f1f5ce0 do not include linux/ptrace.h in vgdb.c by philippe · 11 years ago
  49. 5f790e8 mips32: Add support for mips32 DSP instruction set. by dejanj · 11 years ago
  50. 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
  51. 4fa3d37 fix 321960 pthread_create() then alloca() causing invalid stack write errors by philippe · 11 years ago
  52. 9cbe9d7 change macro names to properly indicate that current_stack is set by philippe · 11 years ago
  53. 39249ba remove two not used global variables: by philippe · 11 years ago
  54. 0c7ff33 Handle FIOCLEX and FIONCLEX ioctls. Patch from Ben Noordhuis. BZ#305170. by tom · 11 years ago
  55. 70f71aa Handle setsockopt(SOL_SOCKET, SO_ATTACH_FILTER) better. Based by tom · 11 years ago
  56. cec24b5 Add support for fanotify_init and fanotify_mark, based on patches by tom · 11 years ago
  57. 43ca097 Add support for open_by_handle_at and fix name_to_handle_at by tom · 11 years ago
  58. f93bbd9 Handle the sethostname system call. BZ#311922. by tom · 11 years ago
  59. 2a6b81c mips64: Correct the value for the VG_MIN_MALLOC_SZB by dejanj · 11 years ago
  60. c3294a9 mips32/mips64: Avoid breakpoints in branch delay slots by petarj · 11 years ago
  61. 379817b mips32: another VG_(am_get_advisory) needs non-single-page-size adjustment by petarj · 11 years ago
  62. e746a12 Bug 321969. Support [lf]setxattr on ppc32 and ppc64 linux kernel. by mjw · 11 years ago
  63. 3e8d634 Bug 321738 Add manpages for vgdb and valgrind-listener. by mjw · 11 years ago
  64. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  65. 59a4173 Minor improvements in debug printing for stabs reading. by sewardj · 11 years ago
  66. a25a2bf [PATCH 4/4] xen: VKI_XENMEM_get_sharing_{freed, shared}_pages hypercall (#321065) by bart · 11 years ago
  67. 431bad0 [PATCH 3/4] xen: VKI_XEN_SYSCTL_sched_id hypercall (#321065) by bart · 11 years ago
  68. 68495eb [PATCH 2/4] xen: update for interface changes in Xen 4.3 release (#321065) by bart · 11 years ago
  69. 77addcd [PATCH 1/4] xen: distinguish the various fields of the Xen privcmd ioctls in the logging (#321065) by bart · 11 years ago
  70. 9d82d0f Bug 289360 parse_type_DIE confused by DW_TAG_enumeration_type. by mjw · 11 years ago
  71. 3bcd51d improve --help for --main-stacksize and supported ARM cpu by philippe · 11 years ago
  72. 7160332 mips64: add cases in wrappers for ptrace calls with GETREGSET by petarj · 11 years ago
  73. cc64826 fix 320211 Stack buffer overflow in ./coregrind/m_main.c with huge TMPDIR by philippe · 11 years ago
  74. 4cb663f Don't break platforms without AF_BLUETOOTH. by mjw · 11 years ago
  75. ada5ad7 Support Linux kernel AF_BLUETOOTH for bind(). by mjw · 11 years ago
  76. f666d20 Support PTRACE_GET/SET_THREAD_AREA on x86. by mjw · 11 years ago
  77. 3b3a0cb mips: enable syscalls prlimit64, process_vm_readv, process_vm_writev by petarj · 11 years ago
  78. 1106692 s390: valgrind side support for PFPO. New hwcap added. by florian · 11 years ago
  79. 2558317 fix 319235 --db-attach=yes is broken with Yama ptrace scoping enabled by philippe · 11 years ago
  80. 521cebb Add syscall suport for system calls sys_mbind, sys_set_mempolicy and by carll · 11 years ago
  81. 0232098 fix gdbsrv inferior calls when PT_GNU_STACK declares stack not executable by philippe · 11 years ago
  82. 863014b mips: fixup blksys_restart address for mips64 by petarj · 11 years ago
  83. 087eb38 Increase size of the CIEs array to 5000. by sewardj · 11 years ago
  84. d14ab92 Android's elf.h doesn't have PT_GNU_STACK (sigh) and so r13368 broke by sewardj · 11 years ago
  85. b22a1a4 Calculate offsets in read_dwarf2_lineblock based on is64 by petarj · 11 years ago
  86. 4c3b237 Simplify read_unitinfo_dwarf2. Only try to read the first DIE. by mjw · 11 years ago
  87. 50d6d21 Pay attention to PT_GNU_STACK when deciding what permissions to by tom · 11 years ago
  88. 58d9ce4 read_unitinfo_dwarf2 DW_FORM_ref_addr is address size in DWARF version 2. by mjw · 11 years ago
  89. cf9e197 Solve false negative for various malloc replaced functions arguments by philippe · 11 years ago
  90. 4ab0a79 mips: enable several system call wrappers on mips64 by petarj · 11 years ago
  91. e9f4cfc Don't assume that page size is 4K when loading PIEs. Fixes #263034. by sewardj · 12 years ago
  92. fdb7081 Enable prctl on ppc64-linux. Fixes #308089. by sewardj · 12 years ago
  93. 04ce9f5 Cope with old linkers which don't support -Ttext-segment but which do by tom · 12 years ago
  94. e1374cf Be more aggressive about dropping the lock in spinloops. by sewardj · 12 years ago
  95. fda50af Build system and hwcaps fixes pertaining to #305728, which added by sewardj · 12 years ago
  96. e653b03 Add hwcaps checking on amd64 for RDTSCP. Part of the fix for #251569 by sewardj · 12 years ago
  97. e4bc703 Use -Wl,-Ttext-segment when static linking if possible to keep build-ids. by sewardj · 12 years ago
  98. dfa54a5 Fix 316535 Use of |signed int| instead of (unsigned) |size_t| in messages... by philippe · 12 years ago
  99. f1425b7 Darwin: Make stack growth tracking consistent with other architectures by bart · 12 years ago
  100. ac3dcee Darwin: Fix a compiler warning by bart · 12 years ago