1. 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
  2. fab2990 update comments by njn · 16 years ago
  3. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  4. 966f055 Added const keyword to second argument of VG_(OSetGen_Remove)(). by bart · 16 years ago
  5. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  6. da09859 Move VG_(clo_backtrace_size) to a tool-visible header file. by sewardj · 17 years ago
  7. 858a0ef Made the argument to VG_(am_get_filename) const as it doesn't need by tom · 17 years ago
  8. 1618e58 Update linux system call lists based on 2.6.23.1 kernel source. by tom · 17 years ago
  9. 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
  10. c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
  11. 3059d27 Add a new method VG_(record_depth_1_ExeContext), a trivial derivative by sewardj · 17 years ago
  12. 9bc8d9e Don't do comparisons of (signed) Words by merely subtracting them, as by sewardj · 17 years ago
  13. 45fb4d3 by njn · 17 years ago
  14. d533990 Futz with headers. by sewardj · 17 years ago
  15. eb0fa93 New options for Memcheck, --malloc-fill=<hexnumber> and by sewardj · 17 years ago
  16. 5abcc0b Get rid of VG_NUMW_CLO, as it is pretty much identical to VG_NUM_CLO, by sewardj · 17 years ago
  17. e4faf5d Back out r7221, which was incorrect. by njn · 17 years ago
  18. 0b36e66 Fix NUM_CLO checking. by njn · 17 years ago
  19. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  20. 7a387ea Core-tool iface changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  21. 2dd08f5 Tweak VG_(expand_file_name), as per Josef's suggestions. by njn · 17 years ago
  22. 374a36d by njn · 17 years ago
  23. 3ed1971 Add support for %q in --massif-out-file. Todo: use this mechanism for the by njn · 17 years ago
  24. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  25. 497c69e Add support for private futexes (whatever they might be). Patch from by sewardj · 17 years ago
  26. 62721e9 - Make other integer CLO macros more correct, as I did for VG_NUM_CLO in the by njn · 17 years ago
  27. ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
  28. 391ddf8 Fix bogus grammar in r7139. by sewardj · 17 years ago
  29. 29d68f7 Clarify reason for existence of track_pre_thread_ll_create/_exit. by sewardj · 17 years ago
  30. 32397c0 Changed Massif to record the 'slop' heap bytes caused by rounding asked-for by njn · 17 years ago
  31. 25d7dfb Allow VG_(atoll16) to accept a leading "0x". by sewardj · 17 years ago
  32. adb102f by sewardj · 17 years ago
  33. ea226c4 Oops, this was missed out of r7118 (Merge (from branches/THRCHECK) the by sewardj · 17 years ago
  34. a07c2e1 by sewardj · 17 years ago
  35. 39f3423 by sewardj · 17 years ago
  36. 924e448 revert format checking warnings from trunk, will be done in a branch by dirk · 17 years ago
  37. f5e1898 add format argument checking. might find useful portability issues by dirk · 17 years ago
  38. 5b41092 Add VG_(atoll). by njn · 17 years ago
  39. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  40. 1231cc7 remove dead declaration by njn · 17 years ago
  41. 91b470c Make the --max-stackframe machinery 64-bit clean. by sewardj · 17 years ago
  42. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  43. 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
  44. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  45. b5579c3 VG_(needs_shadow_memory) does not exist; remove prototype for it. by sewardj · 17 years ago
  46. 38dba99 Add disclaimers. by sewardj · 17 years ago
  47. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  48. b63ca16 add a comment by njn · 17 years ago
  49. b4cfa2f Remove duplicate code -- make XArray use VG_(ssort). by njn · 17 years ago
  50. 1b4e123 Augment a comment. by njn · 17 years ago
  51. a007859 clarify comment by njn · 17 years ago
  52. 7f4d7e4 Add support for linux key management system calls. by tom · 17 years ago
  53. d5df125 Add support for some I2C ioctls. by tom · 17 years ago
  54. b807a78 Handle some additional ptrace reason codes. Based on a patch by tom · 17 years ago
  55. 0f63148 VG_(addToXA): return index in the array where the item was added. by sewardj · 17 years ago
  56. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  57. 7df1515 Make all the m_xarray functions tool-visible. by sewardj · 17 years ago
  58. f767d96 by sewardj · 17 years ago
  59. f7cdfe2 Unbreak aix build. by sewardj · 17 years ago
  60. 4d56c7c Make VG_(clo_log_file_qualifier) tool-visible. by sewardj · 17 years ago
  61. a3cc29f s/IRBB/IRSB/ by njn · 17 years ago
  62. c9d66c0 implement support for AT_FDCWD in openat() by dirk · 17 years ago
  63. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  64. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  65. b5c7575 Get rid of the core-tool events pre_mutex_lock, post_mutex_lock and by sewardj · 18 years ago
  66. 3e32c87 Split the thread_runstate event into two, start_client_code and by njn · 18 years ago
  67. 0b9d74a by sewardj · 18 years ago
  68. 9756181 by sewardj · 18 years ago
  69. d7cf487 Add support for some USB ioctls. Based on patches from Jon Burgess and by tom · 18 years ago
  70. a39ebc8 Improve prctl support - based on patch from Eric Pouech in bug #138627. by tom · 18 years ago
  71. bb6311c by njn · 18 years ago
  72. fdec403 Make VG_STREQ return True or False, rather than any integer. by njn · 18 years ago
  73. 1c5bcb1 Get rid of the use of explicit register variables in the ppc32-linux by sewardj · 18 years ago
  74. 1319b49 by njn · 18 years ago
  75. f8126e9 change void* to Addr in mutex helpers. patch by Bard Van Assche. by dirk · 18 years ago
  76. 63d1c00 Move a couple of functions out of tool view. by sewardj · 18 years ago
  77. f1962d3 Fix bug in memcheck's instrumenter introduced in r6319. Big comment by sewardj · 18 years ago
  78. 0fc5cbd Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
  79. 0f8881b Fix installation of includes. by sewardj · 18 years ago
  80. 9644cfd Update 'expected' default translation size (partial merge of r6214). by sewardj · 18 years ago
  81. 0c24f8a Change authorship. by sewardj · 18 years ago
  82. dff46d5 Merge r6133: by sewardj · 18 years ago
  83. 6b9cc87 Merge r6132: by sewardj · 18 years ago
  84. e1f33a4 Merge r6131: by sewardj · 18 years ago
  85. 9a66bb9 Merge r6130: by sewardj · 18 years ago
  86. 811469c Merge r6128: by sewardj · 18 years ago
  87. f1c91e0 Merge r6127: Extend for AIX5. Nothing surprising here. by sewardj · 18 years ago
  88. f5c1a7f Merge r6125: Function-wrapping macros and associated stuff, for AIX. by sewardj · 18 years ago
  89. fa2a246 Merge r6119: by sewardj · 18 years ago
  90. 92ef1ed Merge r6092 and some of r6093: by sewardj · 18 years ago
  91. 1eff82b by sewardj · 18 years ago
  92. 358ebea Minor comment mods. by sewardj · 18 years ago
  93. c87b5ec Add further comments about the tool instrument function. by sewardj · 18 years ago
  94. 7ce6239 Add proper comments explaining the args for the tool instrumenation function. by sewardj · 18 years ago
  95. 6893d65 Move functions which deal with bad command line options from m_main by sewardj · 18 years ago
  96. 64ea7f8 Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
  97. 4cfea4f by sewardj · 18 years ago
  98. 4eee476 by sewardj · 18 years ago
  99. c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
  100. 315dc8d Make this file a bit more 'gcc -ansi -pedantic' friendly (bug #132722). by sewardj · 18 years ago