1. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  2. e428ab0 Fix stack overflow which lead to totally mysterious .bss corruption by sewardj · 17 years ago
  3. 2682038 Fix regression in new/new[]/delete/delete[] intercepts for gcc-2.96. by sewardj · 17 years ago
  4. 1ac9d0c Avoid compilation warnings with gcc-4.2. by sewardj · 17 years ago
  5. 38dba99 Add disclaimers. by sewardj · 17 years ago
  6. db5c657 augment previous commit by njn · 17 years ago
  7. c1b1d42 It's generally a good idea to set call-by-reference arguments, especially by njn · 17 years ago
  8. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  9. bcccbc0 When doing 'demo' translations for --profile-flags=, make at least by sewardj · 17 years ago
  10. c6f43dd Fix out of date comment. by sewardj · 17 years ago
  11. b4cfa2f Remove duplicate code -- make XArray use VG_(ssort). by njn · 17 years ago
  12. 1274d24 Fix bug 142197: don't free --toolname:foo options after they've been munged, by njn · 17 years ago
  13. 64bd24a Fix 142488: don't read ./.valgrindrc if CWD==HOME. by njn · 17 years ago
  14. b81c795 Clarify the "out of memory" message. by njn · 17 years ago
  15. a954461 Unbreak the build on ppc64-linux. by sewardj · 17 years ago
  16. 948a6fc Make ptrace-based launchers able to handle --help, --version etc. by sewardj · 17 years ago
  17. 810fe14 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  18. cba8f43 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  19. 1829053 Document and tidy up one of the more arcane corners of signal by sewardj · 17 years ago
  20. 7acef08 Handle sys_ioprio_set on amd64-linux. by sewardj · 17 years ago
  21. 125fd4f Generate valid XML (conforming to docs/internals/xml-output.txt) even by sewardj · 18 years ago
  22. 7f4d7e4 Add support for linux key management system calls. by tom · 18 years ago
  23. d5df125 Add support for some I2C ioctls. by tom · 18 years ago
  24. b807a78 Handle some additional ptrace reason codes. Based on a patch by tom · 18 years ago
  25. 7888e22 Handle DW_CFA_def_cfa_expression; also DW_OP_mul. by sewardj · 18 years ago
  26. 19dc88f Fill in a few more DWARF3 'expression' related cases. by sewardj · 18 years ago
  27. c271ec8 by sewardj · 18 years ago
  28. 261e4ce Barf more elegantly. by sewardj · 18 years ago
  29. 542eada Add .eh_frame gunk for VG_(amd64_linux_REDIR_FOR_vgettimeofday) and by sewardj · 18 years ago
  30. c4217cd Make the leb readers 64-bit clean. That should guard against another by sewardj · 18 years ago
  31. 72427fa by sewardj · 18 years ago
  32. 0f63148 VG_(addToXA): return index in the array where the item was added. by sewardj · 18 years ago
  33. 94ef4a4 Comment-only change. by sewardj · 18 years ago
  34. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 18 years ago
  35. 7df1515 Make all the m_xarray functions tool-visible. by sewardj · 18 years ago
  36. d864eb9 by sewardj · 18 years ago
  37. ddf006d by sewardj · 18 years ago
  38. 461d6c6 Make the frame unwinder able to handle 64-bit DWARF (untested :-( by sewardj · 18 years ago
  39. 7373582 Make ppc32/64-aix5 work again following recent VG_(tt_fast) rearrangement. by sewardj · 18 years ago
  40. 687bbf6 Improve --debug-dump=frames output. by sewardj · 18 years ago
  41. 8c90d27 Correctly handle DW_CFA_def_cfa_sf (existing code fails to scale by sewardj · 18 years ago
  42. 3646a49 Non-functional (debug printing only) change: by sewardj · 18 years ago
  43. a44b15f Make VG_(printf) et al conform to ANSI w.r.t. capitalisation of by sewardj · 18 years ago
  44. 95611ff --wait-for-gdb=yes: gcc 4.1.2 now appears to delete do-nothing loops, so by sewardj · 18 years ago
  45. f767d96 by sewardj · 18 years ago
  46. 650d82a Get rid of the unused --model-pthreads flag. by sewardj · 18 years ago
  47. 4994cc2 Fix ppc64-linux dispatcher following r6582. by sewardj · 18 years ago
  48. 5f76de0 by sewardj · 18 years ago
  49. b224a48 Oops; make declarations match definitions. So much for C's type system. by sewardj · 18 years ago
  50. f7cdfe2 Unbreak aix build. by sewardj · 18 years ago
  51. 085f936 Specialise VG_(ssort) for 4-word elements. This removes about 80% of by sewardj · 18 years ago
  52. 4d56c7c Make VG_(clo_log_file_qualifier) tool-visible. by sewardj · 18 years ago
  53. c9d66c0 implement support for AT_FDCWD in openat() by dirk · 18 years ago
  54. 303dabc Enable the pselect6 wrapper on amd64-linux. by sewardj · 18 years ago
  55. 9da79d1 When '-d' (one or more) is specified, disallow the client from closing by sewardj · 18 years ago
  56. fb289bc Fix a bug reported by Bruce Lowekamp involving the interaction of by njn · 18 years ago
  57. 301901f Handle DW_CFA_undefined (produced by PathScale 2.4 on amd64-linux) by sewardj · 18 years ago
  58. 3891dd4 ML_(read_callframe_info_dwarf2): deal better with CIEs with no by sewardj · 18 years ago
  59. 50a3aa1 In struct _SegInfo, rename field 'size' to 'text_size' so as to be by sewardj · 18 years ago
  60. 0bf42fc In struct _SegInfo, rename field 'offset' to 'text_bias'. by sewardj · 18 years ago
  61. c6d3f6f Non-functional change: rename a bunch of variables and field names by sewardj · 18 years ago
  62. e872fec Generate valid XML even for very long fn names - always ensure tags by sewardj · 18 years ago
  63. 427d016 ML_(generic_PRE_sys_mmap): In the case of a hinted mapping (for the by sewardj · 18 years ago
  64. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  65. e6bbc36 Merge r6480 (parse_procselfmaps: don't hand zero-length mappings to by sewardj · 18 years ago
  66. a1ea06e Pass CC and AR to vex's Makefile here too. by sewardj · 18 years ago
  67. 0785468 Remove redundant \n by sewardj · 18 years ago
  68. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  69. b5c7575 Get rid of the core-tool events pre_mutex_lock, post_mutex_lock and by sewardj · 18 years ago
  70. 2f80d13 Print a marginally more helpful error message if UME (ELF loading) fails. by sewardj · 18 years ago
  71. 3e32c87 Split the thread_runstate event into two, start_client_code and by njn · 18 years ago
  72. 03e2bb8 Always ensure that the output buffer is zero-terminated, even if it is by sewardj · 18 years ago
  73. 0b9d74a by sewardj · 18 years ago
  74. 9756181 by sewardj · 18 years ago
  75. d7cf487 Add support for some USB ioctls. Based on patches from Jon Burgess and by tom · 18 years ago
  76. a39ebc8 Improve prctl support - based on patch from Eric Pouech in bug #138627. by tom · 18 years ago
  77. 4278172 Rename VG_(get_lwp_tid) to VG_(lwpid_to_vgtid). by sewardj · 18 years ago
  78. ad0a3a8 A naming-only change: rename VG_(set_running) to VG_(acquire_BigLock) by sewardj · 18 years ago
  79. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
  80. a86f29e Removed the unused pthread_model and thread_model modules. by njn · 18 years ago
  81. 1aa4021 Tidy fd-leak stuff a bit. by sewardj · 18 years ago
  82. 02ab277 Only read $HOME/.valgrindrc if HOME is actually set. by sewardj · 18 years ago
  83. 39745be When generating suppressions, remember to Z-demangle function names, by sewardj · 18 years ago
  84. 26406b1 When failing, fail a bit more informatively. by sewardj · 18 years ago
  85. 420c655 When being an 'inner valgrind' on 64-bit platforms, ensure the stack by sewardj · 18 years ago
  86. 738d36a Minor tidying: make initial_client_SP be a mandatory field in struct by sewardj · 18 years ago
  87. f9d2f9b Redo the interface to m_initimg (module for setting up the initial by sewardj · 18 years ago
  88. 1936f8b by sewardj · 18 years ago
  89. f8126e9 change void* to Addr in mutex helpers. patch by Bard Van Assche. by dirk · 18 years ago
  90. 1355264 Syscall tidying. by sewardj · 18 years ago
  91. 3882baa signedness wibble by sewardj · 18 years ago
  92. bb2e09f Make the hashing in VG_(record_ExeContext) 64-bit clean and more by sewardj · 18 years ago
  93. 63d1c00 Move a couple of functions out of tool view. by sewardj · 18 years ago
  94. 53ec8aa Fix regression caused by recent merging, picked up by none/tests/shell. by sewardj · 18 years ago
  95. 45406ef Use house types. by sewardj · 18 years ago
  96. 0e24d09 Get rid of # comments in assembly files. by sewardj · 18 years ago
  97. d1c6fa2 Ensure VG_(tt_fastN) always stays as an array of NULLs if BB profiling by sewardj · 18 years ago
  98. 5471ec6 Increase # bbs in profile. by sewardj · 18 years ago
  99. 26b8728 AIX build fixes. by sewardj · 18 years ago
  100. d470bfc Merge from branches/AIX5: by sewardj · 18 years ago