1. 2dd08f5 Tweak VG_(expand_file_name), as per Josef's suggestions. by njn · 17 years ago
  2. 374a36d by njn · 17 years ago
  3. 3ed1971 Add support for %q in --massif-out-file. Todo: use this mechanism for the by njn · 17 years ago
  4. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  5. 497c69e Add support for private futexes (whatever they might be). Patch from by sewardj · 17 years ago
  6. 62721e9 - Make other integer CLO macros more correct, as I did for VG_NUM_CLO in the by njn · 17 years ago
  7. ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
  8. 391ddf8 Fix bogus grammar in r7139. by sewardj · 17 years ago
  9. 29d68f7 Clarify reason for existence of track_pre_thread_ll_create/_exit. by sewardj · 17 years ago
  10. 32397c0 Changed Massif to record the 'slop' heap bytes caused by rounding asked-for by njn · 17 years ago
  11. 25d7dfb Allow VG_(atoll16) to accept a leading "0x". by sewardj · 17 years ago
  12. adb102f by sewardj · 17 years ago
  13. ea226c4 Oops, this was missed out of r7118 (Merge (from branches/THRCHECK) the by sewardj · 17 years ago
  14. a07c2e1 by sewardj · 17 years ago
  15. 39f3423 by sewardj · 17 years ago
  16. 924e448 revert format checking warnings from trunk, will be done in a branch by dirk · 17 years ago
  17. f5e1898 add format argument checking. might find useful portability issues by dirk · 17 years ago
  18. 5b41092 Add VG_(atoll). by njn · 17 years ago
  19. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  20. 1231cc7 remove dead declaration by njn · 17 years ago
  21. 91b470c Make the --max-stackframe machinery 64-bit clean. by sewardj · 17 years ago
  22. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  23. 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
  24. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  25. b5579c3 VG_(needs_shadow_memory) does not exist; remove prototype for it. by sewardj · 17 years ago
  26. 38dba99 Add disclaimers. by sewardj · 17 years ago
  27. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  28. b63ca16 add a comment by njn · 17 years ago
  29. b4cfa2f Remove duplicate code -- make XArray use VG_(ssort). by njn · 17 years ago
  30. 1b4e123 Augment a comment. by njn · 17 years ago
  31. a007859 clarify comment by njn · 17 years ago
  32. 7f4d7e4 Add support for linux key management system calls. by tom · 17 years ago
  33. d5df125 Add support for some I2C ioctls. by tom · 17 years ago
  34. b807a78 Handle some additional ptrace reason codes. Based on a patch by tom · 17 years ago
  35. 0f63148 VG_(addToXA): return index in the array where the item was added. by sewardj · 18 years ago
  36. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 18 years ago
  37. 7df1515 Make all the m_xarray functions tool-visible. by sewardj · 18 years ago
  38. f767d96 by sewardj · 18 years ago
  39. f7cdfe2 Unbreak aix build. by sewardj · 18 years ago
  40. 4d56c7c Make VG_(clo_log_file_qualifier) tool-visible. by sewardj · 18 years ago
  41. a3cc29f s/IRBB/IRSB/ by njn · 18 years ago
  42. c9d66c0 implement support for AT_FDCWD in openat() by dirk · 18 years ago
  43. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  44. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  45. b5c7575 Get rid of the core-tool events pre_mutex_lock, post_mutex_lock and by sewardj · 18 years ago
  46. 3e32c87 Split the thread_runstate event into two, start_client_code and by njn · 18 years ago
  47. 0b9d74a by sewardj · 18 years ago
  48. 9756181 by sewardj · 18 years ago
  49. d7cf487 Add support for some USB ioctls. Based on patches from Jon Burgess and by tom · 18 years ago
  50. a39ebc8 Improve prctl support - based on patch from Eric Pouech in bug #138627. by tom · 18 years ago
  51. bb6311c by njn · 18 years ago
  52. fdec403 Make VG_STREQ return True or False, rather than any integer. by njn · 18 years ago
  53. 1c5bcb1 Get rid of the use of explicit register variables in the ppc32-linux by sewardj · 18 years ago
  54. 1319b49 by njn · 18 years ago
  55. f8126e9 change void* to Addr in mutex helpers. patch by Bard Van Assche. by dirk · 18 years ago
  56. 63d1c00 Move a couple of functions out of tool view. by sewardj · 18 years ago
  57. f1962d3 Fix bug in memcheck's instrumenter introduced in r6319. Big comment by sewardj · 18 years ago
  58. 0fc5cbd Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
  59. 0f8881b Fix installation of includes. by sewardj · 18 years ago
  60. 9644cfd Update 'expected' default translation size (partial merge of r6214). by sewardj · 18 years ago
  61. 0c24f8a Change authorship. by sewardj · 18 years ago
  62. dff46d5 Merge r6133: by sewardj · 18 years ago
  63. 6b9cc87 Merge r6132: by sewardj · 18 years ago
  64. e1f33a4 Merge r6131: by sewardj · 18 years ago
  65. 9a66bb9 Merge r6130: by sewardj · 18 years ago
  66. 811469c Merge r6128: by sewardj · 18 years ago
  67. f1c91e0 Merge r6127: Extend for AIX5. Nothing surprising here. by sewardj · 18 years ago
  68. f5c1a7f Merge r6125: Function-wrapping macros and associated stuff, for AIX. by sewardj · 18 years ago
  69. fa2a246 Merge r6119: by sewardj · 18 years ago
  70. 92ef1ed Merge r6092 and some of r6093: by sewardj · 18 years ago
  71. 1eff82b by sewardj · 18 years ago
  72. 358ebea Minor comment mods. by sewardj · 18 years ago
  73. c87b5ec Add further comments about the tool instrument function. by sewardj · 18 years ago
  74. 7ce6239 Add proper comments explaining the args for the tool instrumenation function. by sewardj · 18 years ago
  75. 6893d65 Move functions which deal with bad command line options from m_main by sewardj · 18 years ago
  76. 64ea7f8 Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import by njn · 18 years ago
  77. 4cfea4f by sewardj · 18 years ago
  78. 4eee476 by sewardj · 18 years ago
  79. c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
  80. 315dc8d Make this file a bit more 'gcc -ansi -pedantic' friendly (bug #132722). by sewardj · 18 years ago
  81. 2c1c9df Add a mempool-trimming client request (Graydon Hoare). by sewardj · 18 years ago
  82. 053eb04 Implement some more terminal ioctls. Fixes bug #124039. by tom · 18 years ago
  83. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  84. 479db77 Add a helpful comment. by njn · 18 years ago
  85. af8a6a8 Decode EOVERFLOW in VG_(strerror). by tom · 18 years ago
  86. 8dd6b9d Un-break coredumping on ppc64-linux. Finally fixes #121617. by sewardj · 18 years ago
  87. 05b1f9a Implement the set_robust_list and get_robust_list system calls. by tom · 18 years ago
  88. f9d8385 Add support for CDROMREADRAW and fix CDROMREADTOCENTRY to mark the right by tom · 18 years ago
  89. d4b93a8 Increase # supported threads to 300 (see #126217). by sewardj · 18 years ago
  90. c57bc14 Almost all the stuff in pub_tool_libcsignal.h was not used by any tool; by sewardj · 18 years ago
  91. ca54af3 by njn · 18 years ago
  92. 152fdf4 Un-break core dumping on ppc32-linux. by sewardj · 18 years ago
  93. 7eca0cc Recent GCCs (3.4+ at least) optimize static unused functions out, so by sewardj · 18 years ago
  94. 28d2e64 Add the O_LARGEFILE constant so people can use it when writing tools that by njn · 18 years ago
  95. eadcd86 Cleanup/restructure m_debuginfo, as described in by sewardj · 18 years ago
  96. 7fd15d6 Make the BSD-style license notices slightly more accurate. by njn · 18 years ago
  97. dbf7ca7 by njn · 18 years ago
  98. 5bb61fe Delete VG_(sigaltstack) and VG_(sigpending) as they are unused. by sewardj · 18 years ago
  99. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  100. cd63639 Add missing CALL_FN_* macros for ppc64-linux. by sewardj · 18 years ago