1. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  2. 85cf900 Add more infrastructure to be used for fixing #275284 (Valgrind by sewardj · 13 years ago
  3. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  4. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago
  5. 5ad3d56 Fix VKI_FIOQSIZE definition on ppc platforms. by tom · 13 years ago
  6. 6bf71ef Add support for the FIOQSIZE ioctl. Fixes #270320. by tom · 13 years ago
  7. 0d03bd4 valgrind.h: Remove a superfluous cast. See also #278454. by bart · 13 years ago
  8. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  9. c17c6ef Allow core dumps on 32 bit architectures to go over 2Gb in size. BZ#277610. by tom · 13 years ago
  10. e1ce4e1 Synch s390x system call list with linux 2.6.39.2. by florian · 13 years ago
  11. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  12. a5d978e Fix 'make dist' following recent gdbserver commits. by sewardj · 13 years ago
  13. c112c8e Fix #undefs that are inconsistent with those further up the file, by sewardj · 13 years ago
  14. ffce815 Merge the contents of the HGDEV2 branch into trunk: by sewardj · 13 years ago
  15. 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
  16. aebbf1c Try to handle LL caches which are of size 50% above a power of 2 (eg, by sewardj · 13 years ago
  17. ad8a591 Teach cachegrind/callgrind how to parse the cache description by tom · 13 years ago
  18. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  19. 22c2caa Update system call lists to match current kernel source. by tom · 13 years ago
  20. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  21. 36f3c79 Better checking for command line options that should be either 'yes' by sewardj · 13 years ago
  22. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  23. 4ee9c56 Tidying up of branch-predict hint macros LIKELY/UNLIKELY. Fixes by sewardj · 13 years ago
  24. 82f8bfd ppc{32,64}-linux: mark VG_MINIMAL_LONGJMP as noreturn, since it is, by sewardj · 13 years ago
  25. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  26. 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 13 years ago
  27. 2a88a01 Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  28. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  29. 6c591e1 by sewardj · 13 years ago
  30. 66304e2 Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  31. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 13 years ago
  32. e61a628 Definitions relating to ptrace: replace bogus x86 versions with by sewardj · 13 years ago
  33. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  34. 8c7e25f <valgrind/valgrind.h>: Made VALGRIND_PRINTF() and VALGRIND_PRINTF_BACKTRACE() definitions (with NVALGRIND defined) C89-compliant. by bart · 13 years ago
  35. aa5a1ea Back out r11568 (Add a new constructor for empty XArrays, by sewardj · 13 years ago
  36. 804a78b Add a new constructor for empty XArrays, VG_(newSizedXA). This is by sewardj · 13 years ago
  37. 87a287b Preserve the stack's 16-alignment in x86 and amd64 wrappers. Fixes #254646. by sewardj · 14 years ago
  38. 807725e Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrind by sewardj · 14 years ago
  39. c975eca Enable support for sys_ppoll on arm-linux (Rodrigo Belem, rodrigo.belem@openbossa.org). by sewardj · 14 years ago
  40. 8d1dc15 More unwind fixes for the amd64-linux CALL_FN_*_* macros, as per by sewardj · 14 years ago
  41. dea799c Only enable CFI annotations when __GCC_HAVE_DWARF2_CFI_ASM is defined. This should work for all platforms, all gcc versions and with and without -fno-dwarf2-cfi-asm / -fno-asynchronous-unwind-tables. Thanks to Jakub Jelinek for the hint. by bart · 14 years ago
  42. 410afd5 valgrind.h is again independent of config.h. Note: __builtin_frame_address() by bart · 14 years ago
  43. 520a03a Fix build failure I introduced in r11408, duh. by sewardj · 14 years ago
  44. 6022784 Tidy up ifdeffery a bit. (non-functional change) by sewardj · 14 years ago
  45. 0681bdd Fix build breakage on Darwin resulting from r11402 (see #243270), by sewardj · 14 years ago
  46. 19a00d3 Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused by by sewardj · 14 years ago
  47. dfa55cf amd64-linux: add suitable CFI annotations so that unwinding through by sewardj · 14 years ago
  48. a69c2de Define VKI_SHMLBA for all supported Linux targets, thereby unbreaking by sewardj · 14 years ago
  49. 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
  50. a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
  51. 2823aac Fixed an AMD64 bug reported by Evgeniy Stepanov: the order of by bart · 14 years ago
  52. 019a43f Made declaration and definition of VG_(thread_get_stack_size)(ThreadId) by bart · 14 years ago
  53. 83c5a92 Added functions for querying the properties of the alternate stack. by bart · 14 years ago
  54. fa5115a Refactoring: introduced new macro VALGRIND_DO_CLIENT_REQUEST_EXPR() and used that macro to reimplement RUNNING_ON_VALGRIND. by bart · 14 years ago
  55. b23d505 Add support for F_DUPFD_CLOEXEC. Fixes #238696. by tom · 14 years ago
  56. 0da2c77 Suppressed a few warnings reported by the Microsoft C Compiler. by bart · 14 years ago
  57. 7f48981 Ported to Win32. Tested that both RUNNING_ON_VALGRIND and VALGRIND_PRINTF() by bart · 14 years ago
  58. 1dbd337 Merge from branches/THUMB: m_machine changes needed for Thumb support: by sewardj · 14 years ago
  59. 34f87e2 Merge from branches/THUMB: add support for sys_pselect6, sys_pipe2, by sewardj · 14 years ago
  60. 5c65962 Add a new client request, VALGRIND_MAP_IP_TO_SRCLOC, so that clients by sewardj · 14 years ago
  61. 18a71e8 Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) with by njn · 14 years ago
  62. b1cc5d6 by njn · 14 years ago
  63. e323a6b Add --pages-as-heap option to Massif. Bug 203256. by njn · 14 years ago
  64. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  65. 07b168d Reimplemented the _VKI_IOC_TYPECHECK() macro such that it doesn't trigger a by bart · 14 years ago
  66. a3054f5 Fixed compiler warnings about casting from const char * to char *. by bart · 14 years ago
  67. 0ee313e Add support for some EVIO ioctls. These are a bit abnormal because by tom · 14 years ago
  68. 8f8fa17 Add a method to get the contents of an XArray so we can index in by sewardj · 14 years ago
  69. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  70. 0fe1d4c Rename preprocessor macro __VALGRIND__ to __VALGRIND_MAJOR__ and add comments. by sewardj · 14 years ago
  71. 39d234a Fix stupid bug in VG_(bzero_inline), as spotted by Bart. by sewardj · 14 years ago
  72. f7183e3 Inline most functions in VG_(use_CF_info). May or may not give a by sewardj · 14 years ago
  73. 7104416 Make the version number available in the valgrind.h headers, so by sewardj · 14 years ago
  74. 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 14 years ago
  75. 55703df Fix up a few issues with OSS ioctls. Fixes #227325. by tom · 14 years ago
  76. 8086f01 Increase number of supported threads to 500. Fixes #227328. by sewardj · 14 years ago
  77. c560fb3 Followup fix to r11006. Don't pass va_list by value through client by sewardj · 15 years ago
  78. 651cfa4 Apparently the dynamic linker on ARM-Linux has soname "ld-linux.so.3" by sewardj · 15 years ago
  79. 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 15 years ago
  80. 41f1242 Include missing files in the tarball. by sewardj · 15 years ago
  81. ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 15 years ago
  82. 66da733 Redo r10971 ("Made sure that C++ compilers do not complain about the by sewardj · 15 years ago
  83. 7af3230 Tidy up determination of the PLAT_ macros a bit. by sewardj · 15 years ago
  84. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  85. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  86. 2aed284 Made sure that C++ compilers do not complain about the _VKI_IOC_TYPECHECK() macro. by bart · 15 years ago
  87. 116458b Changes: by bart · 15 years ago
  88. e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
  89. 92df0ea Document the 'cc' parameter for OSet creation. by njn · 15 years ago
  90. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  91. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  92. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  93. 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
  94. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  95. 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
  96. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  97. 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
  98. 18afe5d Try to fix error_counts. by njn · 15 years ago
  99. 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
  100. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago