1. 39d234a Fix stupid bug in VG_(bzero_inline), as spotted by Bart. by sewardj · 14 years ago
  2. f7183e3 Inline most functions in VG_(use_CF_info). May or may not give a by sewardj · 14 years ago
  3. 7104416 Make the version number available in the valgrind.h headers, so by sewardj · 14 years ago
  4. 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 14 years ago
  5. 55703df Fix up a few issues with OSS ioctls. Fixes #227325. by tom · 14 years ago
  6. 8086f01 Increase number of supported threads to 500. Fixes #227328. by sewardj · 14 years ago
  7. c560fb3 Followup fix to r11006. Don't pass va_list by value through client by sewardj · 14 years ago
  8. 651cfa4 Apparently the dynamic linker on ARM-Linux has soname "ld-linux.so.3" by sewardj · 15 years ago
  9. 05b0715 Don't assume that va_list can be casted to an unsigned word. Fixes by sewardj · 15 years ago
  10. 41f1242 Include missing files in the tarball. by sewardj · 15 years ago
  11. ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 15 years ago
  12. 66da733 Redo r10971 ("Made sure that C++ compilers do not complain about the by sewardj · 15 years ago
  13. 7af3230 Tidy up determination of the PLAT_ macros a bit. by sewardj · 15 years ago
  14. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  15. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 15 years ago
  16. 2aed284 Made sure that C++ compilers do not complain about the _VKI_IOC_TYPECHECK() macro. by bart · 15 years ago
  17. 116458b Changes: by bart · 15 years ago
  18. e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
  19. 92df0ea Document the 'cc' parameter for OSet creation. by njn · 15 years ago
  20. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  21. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  22. d264514 Add support for ELF indirect functions. These are symbols of by tom · 15 years ago
  23. 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
  24. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  25. 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
  26. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  27. 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
  28. 18afe5d Try to fix error_counts. by njn · 15 years ago
  29. 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
  30. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  31. 2d9e874 by sewardj · 15 years ago
  32. 608bfe7 Document the 'cc' param of VG_(malloc) et al. by njn · 15 years ago
  33. 97db761 Various option-related tweaks: by njn · 15 years ago
  34. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  35. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  36. a0eee32 Don't instrument any code in ld.so. Doing so merely generates a large by sewardj · 15 years ago
  37. aedcc7a Improve futex system call support. Patch from BZ#201757 which I have by tom · 15 years ago
  38. a5453e9 Clarify a comment. by njn · 15 years ago
  39. 050eec5 Fixed a bug in the code for reading suppression files: the line numbers by bart · 15 years ago
  40. 578b171 Add new mangling Z-pair "ZD" to encode '$', since that's sometimes used by sewardj · 15 years ago
  41. daa5da5 Oops, this should have been included in r10583 ("New methods in WordXA:") by sewardj · 15 years ago
  42. 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
  43. 28a9e23 Add support for __pthread_kill(). This hopefully fixes bug 201016. by njn · 15 years ago
  44. 5d9dc75 Merge include/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  45. 32f8d8c Ignore MALLOCLIKE_BLOCK/FREELIKE_BLOCK if addr==0. Fixes bug 137073. DRD by njn · 15 years ago
  46. cf3bd97 Some ioctls don't look at ARG3 at all. Based on patches from Clemens by njn · 15 years ago
  47. 3ac9695 Attempt to improve the {MALLOC,FREE}LIKE_BLOCK documentation, based on by njn · 15 years ago
  48. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  49. 0111ec4 Add support for various aio_*() syscalls on Darwin. With them, Quicktime by njn · 15 years ago
  50. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  51. c190724 Darwin syscall wrapper cleanups: by njn · 15 years ago
  52. 2ff30c6 Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layout by njn · 15 years ago
  53. 6e10c6c Fix URB ioctl handling. Patch from Hector Martin (bug 191095). by njn · 15 years ago
  54. 0660567 Handle another Linux ioctl. Patch from Jay Foad. by njn · 15 years ago
  55. 4e8808b For no apparent reason, the machine-dependent syscall by njn · 15 years ago
  56. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  57. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  58. 63e5e6e DARWIN sync: add some 'const' attributes. by njn · 15 years ago
  59. f11335a DARWIN sync: comment change. by njn · 15 years ago
  60. 9c20ece Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch, by njn · 15 years ago
  61. f9dcb3b Param names sync wibble. by njn · 15 years ago
  62. 38c73d7 Minor sync with the DARWIN branch. by njn · 15 years ago
  63. 2b5f0a9 Add some extra CALL_FN_V_* macros. Copied from the DARWIN branch. by njn · 15 years ago
  64. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  65. 5f5ef2a Factor out the name of the libpthread library. Also fix a minor stack trace by njn · 15 years ago
  66. ac1e033 Created a new module, m_aspacehl. Factored out three(!) copies of by njn · 15 years ago
  67. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  68. b4cfbc4 Don't compile Linux-only redirects on non-Linux platforms. by njn · 15 years ago
  69. 36a00f3 Remove VKI_SI_TKILL for platforms that don't have it. by njn · 15 years ago
  70. 26e4544 by njn · 15 years ago
  71. 3e61185 Fixed compiler warnings triggered by the test programs that include both <stdlib.h> and "pub_tool_oset.h". by bart · 15 years ago
  72. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  73. c8259b8 by sewardj · 15 years ago
  74. a2ec4f5 Add SIOCGSTAMPNS support. Fixes #188530. by tom · 15 years ago
  75. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  76. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 15 years ago
  77. 9f20746 Updated copyright years. by njn · 15 years ago
  78. 08ce7b3 Remove dead code relating to interface versions. by njn · 15 years ago
  79. 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 15 years ago
  80. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  81. 889a5d6 Declared those function arguments that are not modified as const. by bart · 15 years ago
  82. 4486297 Add missing __extension__ markings on a couple of clreqs. by njn · 15 years ago
  83. 8a0b704 - Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. by njn · 15 years ago
  84. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  85. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 15 years ago
  86. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 15 years ago
  87. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 16 years ago
  88. 19f4236 Unbreak the build on aix5. by sewardj · 16 years ago
  89. b1ae15d This commit subtly changes the meaning of the values obtained via the by sewardj · 16 years ago
  90. d7a02db by sewardj · 16 years ago
  91. f35dbb8 by sewardj · 16 years ago
  92. 78b7ecf Add a new container data type, a Sparse Word Array: an array of UWord by sewardj · 16 years ago
  93. d86e3a2 Change the memory allocation strategy used by the conflicting-access by sewardj · 16 years ago
  94. 5eed741 Add a comment re VG_(expand_file_name). by sewardj · 16 years ago
  95. 0b5f9fc Add performance comments to VG_(sizeFM), and add new method by sewardj · 16 years ago
  96. 9b27b82 Add ioctl wrappers for Linux wireless extensions version 22. by sewardj · 16 years ago
  97. 586c815 Support sys_pipe2 on {amd64,x86}-linux. Also, update syscall numbers by sewardj · 16 years ago
  98. 4f2683a Update the C++ demangler to that from libiberty in the gcc svn trunk, by sewardj · 16 years ago
  99. f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
  100. 9520845 get_Seg_containing_addr() (in h_main.c): remove naive algorithm that by sewardj · 16 years ago