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