1. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  2. 63e5e6e DARWIN sync: add some 'const' attributes. by njn · 15 years ago
  3. f11335a DARWIN sync: comment change. by njn · 15 years ago
  4. 9c20ece Merge r9993, r9995 (comment changes about vg_stat) from the DARWIN branch, by njn · 15 years ago
  5. f9dcb3b Param names sync wibble. by njn · 15 years ago
  6. 38c73d7 Minor sync with the DARWIN branch. by njn · 15 years ago
  7. 2b5f0a9 Add some extra CALL_FN_V_* macros. Copied from the DARWIN branch. by njn · 15 years ago
  8. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  9. 5f5ef2a Factor out the name of the libpthread library. Also fix a minor stack trace by njn · 15 years ago
  10. ac1e033 Created a new module, m_aspacehl. Factored out three(!) copies of by njn · 15 years ago
  11. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  12. b4cfbc4 Don't compile Linux-only redirects on non-Linux platforms. by njn · 15 years ago
  13. 36a00f3 Remove VKI_SI_TKILL for platforms that don't have it. by njn · 15 years ago
  14. 26e4544 by njn · 15 years ago
  15. 3e61185 Fixed compiler warnings triggered by the test programs that include both <stdlib.h> and "pub_tool_oset.h". by bart · 15 years ago
  16. 9c53325 Merge r9600 (separate VG_ and ML_ definitions for C and asm files) from the by njn · 15 years ago
  17. c8259b8 by sewardj · 15 years ago
  18. a2ec4f5 Add SIOCGSTAMPNS support. Fixes #188530. by tom · 15 years ago
  19. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  20. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 15 years ago
  21. 9f20746 Updated copyright years. by njn · 15 years ago
  22. 08ce7b3 Remove dead code relating to interface versions. by njn · 15 years ago
  23. 132fdb0 Add more testing to memcheck/tests/unit_libcbase.c. by njn · 15 years ago
  24. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  25. 889a5d6 Declared those function arguments that are not modified as const. by bart · 15 years ago
  26. 4486297 Add missing __extension__ markings on a couple of clreqs. by njn · 15 years ago
  27. 8a0b704 - Add 'unit_libcbase', the beginnings of a unit test module for m_libcbase. by njn · 15 years ago
  28. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  29. 6882443 Cleaned up the mess that was the treatment of "below main" functions such as by njn · 15 years ago
  30. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 15 years ago
  31. c4431bf Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all those by njn · 15 years ago
  32. 19f4236 Unbreak the build on aix5. by sewardj · 16 years ago
  33. b1ae15d This commit subtly changes the meaning of the values obtained via the by sewardj · 16 years ago
  34. d7a02db by sewardj · 16 years ago
  35. f35dbb8 by sewardj · 16 years ago
  36. 78b7ecf Add a new container data type, a Sparse Word Array: an array of UWord by sewardj · 16 years ago
  37. d86e3a2 Change the memory allocation strategy used by the conflicting-access by sewardj · 16 years ago
  38. 5eed741 Add a comment re VG_(expand_file_name). by sewardj · 16 years ago
  39. 0b5f9fc Add performance comments to VG_(sizeFM), and add new method by sewardj · 16 years ago
  40. 9b27b82 Add ioctl wrappers for Linux wireless extensions version 22. by sewardj · 16 years ago
  41. 586c815 Support sys_pipe2 on {amd64,x86}-linux. Also, update syscall numbers by sewardj · 16 years ago
  42. 4f2683a Update the C++ demangler to that from libiberty in the gcc svn trunk, by sewardj · 16 years ago
  43. f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
  44. 9520845 get_Seg_containing_addr() (in h_main.c): remove naive algorithm that by sewardj · 16 years ago
  45. e9ba34a - Reinstate the 'atfork' from 2.4.0, which was more powerful, and expose it to by njn · 16 years ago
  46. fad9837 Patch from Robert O'Callahan: by njn · 16 years ago
  47. 9c606bd by sewardj · 16 years ago
  48. bee43c1 Make VG_(addToXA) and VG_(addBytesToXA) 64-bit clean. by sewardj · 16 years ago
  49. 896f6f9 by sewardj · 16 years ago
  50. ec61b65 by sewardj · 16 years ago
  51. 4190600 The address space manager, and in particular the NSegment type, by sewardj · 16 years ago
  52. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  53. 092b626 - Added support for querying information about .plt sections. by bart · 16 years ago
  54. 85b1ac7 Added CLOCK_* definitions. by bart · 16 years ago
  55. 66385b4 Bump the core/tool iface version number, since the just-merged-in by sewardj · 16 years ago
  56. 7cf4e6b by sewardj · 16 years ago
  57. 5fc7da2 Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  58. 545380e Refined mallinfo() implementation (contributed by Eugene Toder). by bart · 16 years ago
  59. 0fb0320 Added VG_(thread_get_stack_size)(). by bart · 16 years ago
  60. 5dd8e6a Moved macro's that specify branch prediction hints to include/pub_tool_basics.h by bart · 16 years ago
  61. fe101bf Enable compile-time format string checking by gcc if the macro CHECK_FORMAT_STRINGS has been defined before this file has been included. by bart · 16 years ago
  62. fab2990 update comments by njn · 16 years ago
  63. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  64. 966f055 Added const keyword to second argument of VG_(OSetGen_Remove)(). by bart · 16 years ago
  65. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  66. da09859 Move VG_(clo_backtrace_size) to a tool-visible header file. by sewardj · 16 years ago
  67. 858a0ef Made the argument to VG_(am_get_filename) const as it doesn't need by tom · 16 years ago
  68. 1618e58 Update linux system call lists based on 2.6.23.1 kernel source. by tom · 16 years ago
  69. 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
  70. c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
  71. 3059d27 Add a new method VG_(record_depth_1_ExeContext), a trivial derivative by sewardj · 17 years ago
  72. 9bc8d9e Don't do comparisons of (signed) Words by merely subtracting them, as by sewardj · 17 years ago
  73. 45fb4d3 by njn · 17 years ago
  74. d533990 Futz with headers. by sewardj · 17 years ago
  75. eb0fa93 New options for Memcheck, --malloc-fill=<hexnumber> and by sewardj · 17 years ago
  76. 5abcc0b Get rid of VG_NUMW_CLO, as it is pretty much identical to VG_NUM_CLO, by sewardj · 17 years ago
  77. e4faf5d Back out r7221, which was incorrect. by njn · 17 years ago
  78. 0b36e66 Fix NUM_CLO checking. by njn · 17 years ago
  79. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  80. 7a387ea Core-tool iface changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  81. 2dd08f5 Tweak VG_(expand_file_name), as per Josef's suggestions. by njn · 17 years ago
  82. 374a36d by njn · 17 years ago
  83. 3ed1971 Add support for %q in --massif-out-file. Todo: use this mechanism for the by njn · 17 years ago
  84. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  85. 497c69e Add support for private futexes (whatever they might be). Patch from by sewardj · 17 years ago
  86. 62721e9 - Make other integer CLO macros more correct, as I did for VG_NUM_CLO in the by njn · 17 years ago
  87. ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
  88. 391ddf8 Fix bogus grammar in r7139. by sewardj · 17 years ago
  89. 29d68f7 Clarify reason for existence of track_pre_thread_ll_create/_exit. by sewardj · 17 years ago
  90. 32397c0 Changed Massif to record the 'slop' heap bytes caused by rounding asked-for by njn · 17 years ago
  91. 25d7dfb Allow VG_(atoll16) to accept a leading "0x". by sewardj · 17 years ago
  92. adb102f by sewardj · 17 years ago
  93. ea226c4 Oops, this was missed out of r7118 (Merge (from branches/THRCHECK) the by sewardj · 17 years ago
  94. a07c2e1 by sewardj · 17 years ago
  95. 39f3423 by sewardj · 17 years ago
  96. 924e448 revert format checking warnings from trunk, will be done in a branch by dirk · 17 years ago
  97. f5e1898 add format argument checking. might find useful portability issues by dirk · 17 years ago
  98. 5b41092 Add VG_(atoll). by njn · 17 years ago
  99. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  100. 1231cc7 remove dead declaration by njn · 17 years ago