1. 4ee9c56 Tidying up of branch-predict hint macros LIKELY/UNLIKELY. Fixes by sewardj · 13 years ago
  2. 82f8bfd ppc{32,64}-linux: mark VG_MINIMAL_LONGJMP as noreturn, since it is, by sewardj · 13 years ago
  3. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  4. 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 13 years ago
  5. 2a88a01 Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  6. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  7. 6c591e1 by sewardj · 13 years ago
  8. 66304e2 Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 14 years ago
  9. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 14 years ago
  10. e61a628 Definitions relating to ptrace: replace bogus x86 versions with by sewardj · 14 years ago
  11. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  12. 8c7e25f <valgrind/valgrind.h>: Made VALGRIND_PRINTF() and VALGRIND_PRINTF_BACKTRACE() definitions (with NVALGRIND defined) C89-compliant. by bart · 14 years ago
  13. aa5a1ea Back out r11568 (Add a new constructor for empty XArrays, by sewardj · 14 years ago
  14. 804a78b Add a new constructor for empty XArrays, VG_(newSizedXA). This is by sewardj · 14 years ago
  15. 87a287b Preserve the stack's 16-alignment in x86 and amd64 wrappers. Fixes #254646. by sewardj · 14 years ago
  16. 807725e Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrind by sewardj · 14 years ago
  17. c975eca Enable support for sys_ppoll on arm-linux (Rodrigo Belem, rodrigo.belem@openbossa.org). by sewardj · 14 years ago
  18. 8d1dc15 More unwind fixes for the amd64-linux CALL_FN_*_* macros, as per by sewardj · 14 years ago
  19. 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
  20. 410afd5 valgrind.h is again independent of config.h. Note: __builtin_frame_address() by bart · 14 years ago
  21. 520a03a Fix build failure I introduced in r11408, duh. by sewardj · 14 years ago
  22. 6022784 Tidy up ifdeffery a bit. (non-functional change) by sewardj · 14 years ago
  23. 0681bdd Fix build breakage on Darwin resulting from r11402 (see #243270), by sewardj · 14 years ago
  24. 19a00d3 Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused by by sewardj · 14 years ago
  25. dfa55cf amd64-linux: add suitable CFI annotations so that unwinding through by sewardj · 14 years ago
  26. a69c2de Define VKI_SHMLBA for all supported Linux targets, thereby unbreaking by sewardj · 14 years ago
  27. 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
  28. a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
  29. 2823aac Fixed an AMD64 bug reported by Evgeniy Stepanov: the order of by bart · 14 years ago
  30. 019a43f Made declaration and definition of VG_(thread_get_stack_size)(ThreadId) by bart · 14 years ago
  31. 83c5a92 Added functions for querying the properties of the alternate stack. by bart · 14 years ago
  32. fa5115a Refactoring: introduced new macro VALGRIND_DO_CLIENT_REQUEST_EXPR() and used that macro to reimplement RUNNING_ON_VALGRIND. by bart · 14 years ago
  33. b23d505 Add support for F_DUPFD_CLOEXEC. Fixes #238696. by tom · 14 years ago
  34. 0da2c77 Suppressed a few warnings reported by the Microsoft C Compiler. by bart · 14 years ago
  35. 7f48981 Ported to Win32. Tested that both RUNNING_ON_VALGRIND and VALGRIND_PRINTF() by bart · 14 years ago
  36. 1dbd337 Merge from branches/THUMB: m_machine changes needed for Thumb support: by sewardj · 14 years ago
  37. 34f87e2 Merge from branches/THUMB: add support for sys_pselect6, sys_pipe2, by sewardj · 14 years ago
  38. 5c65962 Add a new client request, VALGRIND_MAP_IP_TO_SRCLOC, so that clients by sewardj · 14 years ago
  39. 18a71e8 Replace the handful of uses of Vg_ExtraDebugMsg and VG_(emsg) with by njn · 14 years ago
  40. b1cc5d6 by njn · 14 years ago
  41. e323a6b Add --pages-as-heap option to Massif. Bug 203256. by njn · 14 years ago
  42. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  43. 07b168d Reimplemented the _VKI_IOC_TYPECHECK() macro such that it doesn't trigger a by bart · 14 years ago
  44. a3054f5 Fixed compiler warnings about casting from const char * to char *. by bart · 14 years ago
  45. 0ee313e Add support for some EVIO ioctls. These are a bit abnormal because by tom · 14 years ago
  46. 8f8fa17 Add a method to get the contents of an XArray so we can index in by sewardj · 14 years ago
  47. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  48. 0fe1d4c Rename preprocessor macro __VALGRIND__ to __VALGRIND_MAJOR__ and add comments. by sewardj · 14 years ago
  49. 39d234a Fix stupid bug in VG_(bzero_inline), as spotted by Bart. by sewardj · 15 years ago
  50. f7183e3 Inline most functions in VG_(use_CF_info). May or may not give a by sewardj · 15 years ago
  51. 7104416 Make the version number available in the valgrind.h headers, so by sewardj · 15 years ago
  52. 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 15 years ago
  53. 55703df Fix up a few issues with OSS ioctls. Fixes #227325. by tom · 15 years ago
  54. 8086f01 Increase number of supported threads to 500. Fixes #227328. by sewardj · 15 years ago
  55. c560fb3 Followup fix to r11006. Don't pass va_list by value through client by sewardj · 15 years ago
  56. 651cfa4 Apparently the dynamic linker on ARM-Linux has soname "ld-linux.so.3" by sewardj · 15 years ago
  57. 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 15 years ago
  58. 41f1242 Include missing files in the tarball. by sewardj · 15 years ago
  59. ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 15 years ago
  60. 66da733 Redo r10971 ("Made sure that C++ compilers do not complain about the by sewardj · 15 years ago
  61. 7af3230 Tidy up determination of the PLAT_ macros a bit. by sewardj · 15 years ago
  62. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  63. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  64. 2aed284 Made sure that C++ compilers do not complain about the _VKI_IOC_TYPECHECK() macro. by bart · 15 years ago
  65. 116458b Changes: by bart · 15 years ago
  66. e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
  67. 92df0ea Document the 'cc' parameter for OSet creation. by njn · 15 years ago
  68. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  69. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  70. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  71. 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
  72. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  73. 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
  74. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  75. 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
  76. 18afe5d Try to fix error_counts. by njn · 15 years ago
  77. 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
  78. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  79. 2d9e874 by sewardj · 15 years ago
  80. 608bfe7 Document the 'cc' param of VG_(malloc) et al. by njn · 15 years ago
  81. 97db761 Various option-related tweaks: by njn · 15 years ago
  82. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  83. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  84. a0eee32 Don't instrument any code in ld.so. Doing so merely generates a large by sewardj · 15 years ago
  85. aedcc7a Improve futex system call support. Patch from BZ#201757 which I have by tom · 15 years ago
  86. a5453e9 Clarify a comment. by njn · 15 years ago
  87. 050eec5 Fixed a bug in the code for reading suppression files: the line numbers by bart · 15 years ago
  88. 578b171 Add new mangling Z-pair "ZD" to encode '$', since that's sometimes used by sewardj · 15 years ago
  89. daa5da5 Oops, this should have been included in r10583 ("New methods in WordXA:") by sewardj · 15 years ago
  90. 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
  91. 28a9e23 Add support for __pthread_kill(). This hopefully fixes bug 201016. by njn · 15 years ago
  92. 5d9dc75 Merge include/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  93. 32f8d8c Ignore MALLOCLIKE_BLOCK/FREELIKE_BLOCK if addr==0. Fixes bug 137073. DRD by njn · 15 years ago
  94. cf3bd97 Some ioctls don't look at ARG3 at all. Based on patches from Clemens by njn · 15 years ago
  95. 3ac9695 Attempt to improve the {MALLOC,FREE}LIKE_BLOCK documentation, based on by njn · 15 years ago
  96. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  97. 0111ec4 Add support for various aio_*() syscalls on Darwin. With them, Quicktime by njn · 15 years ago
  98. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  99. c190724 Darwin syscall wrapper cleanups: by njn · 15 years ago
  100. 2ff30c6 Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layout by njn · 15 years ago