1. 0edccdd Stack registration stuff: don't dereference NULL pointers (Eric by sewardj · 17 years ago
  2. 5abf0f1 Don't segfault on syscall (SYS_io_destroy, 0). (Jakub Jelinek) Fixes #147325. by sewardj · 17 years ago
  3. 497c69e Add support for private futexes (whatever they might be). Patch from by sewardj · 17 years ago
  4. a610f53 Don't crap out when malloc_stats is called; instead just have a no-op by sewardj · 17 years ago
  5. 0fd3049 Make one redirect mandatory for ppc64-linux. by sewardj · 17 years ago
  6. 5092a97 Make one of the ppc32-linux initial redirects mandatory, and add by sewardj · 17 years ago
  7. df24cf1 Introduce the concept of a 'mandatory redirection'. A redirection by sewardj · 17 years ago
  8. ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
  9. 2831b51 In vg_SP_update_pass (stack-pointer-change analysis code), correctly 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. d01b598 by sewardj · 17 years ago
  13. adb102f by sewardj · 17 years ago
  14. de764e8 by sewardj · 17 years ago
  15. 39f3423 by sewardj · 17 years ago
  16. 99a2ceb by sewardj · 17 years ago
  17. a8b1c48 Add comment about 32-bit UIDs/GIDs. by njn · 17 years ago
  18. 8de3e81 Use geteuid32/getegid32 on those platforms which have them. Fixes bug #151209. by tom · 17 years ago
  19. 4ab6d53 Add a comment. by njn · 17 years ago
  20. e406723 readd right adjustment. by dirk · 17 years ago
  21. 6178038 fix a few format string warnings by dirk · 17 years ago
  22. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  23. 5b41092 Add VG_(atoll). by njn · 17 years ago
  24. e2a9ad3 Split the OSet interface into two parts: "OSetGen_", which is the existing by njn · 17 years ago
  25. 53092c6 ppc64-linux equivalent to r6813 (use sigframe return stub in by sewardj · 17 years ago
  26. a594026 ppc32-linux signal handling: don't place the sigframe return stub on by sewardj · 17 years ago
  27. bd7aca6 Handle DW_OP_deref in DWARF3 expressions. Fixes #147285. by sewardj · 17 years ago
  28. 4f9d674 Valgrind-side changes to track vx1786 (which was: Support x86 $int by sewardj · 17 years ago
  29. 91b470c Make the --max-stackframe machinery 64-bit clean. by sewardj · 17 years ago
  30. 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
  31. e783ceb Fix silly bug. by sewardj · 17 years ago
  32. 23c97b6 Followup to r6783: supply a correct index/strchr replacement for by sewardj · 17 years ago
  33. d1dea99 This module supplies various replacement functions, amongst them a by sewardj · 17 years ago
  34. 3f94a7d Changes to m_hashtable: by sewardj · 17 years ago
  35. cfdc5fd gcc-4.3 compile fixes. by sewardj · 17 years ago
  36. 9877e9b Dynamically expand the ExeContext hash table, rather than using a by sewardj · 17 years ago
  37. 1d2e2e6 The drastic increase in the number of per-arena freelists in r6771 by sewardj · 17 years ago
  38. d35bf74 Make the ExeContext hash table a whole lot bigger. by sewardj · 17 years ago
  39. 0b3fd2d Previously, each Arena has a linked list of Superblocks, which can by sewardj · 17 years ago
  40. c1ac977 Some improvements for malloc/free intensive programs, inspired by by sewardj · 17 years ago
  41. 4c99385 All platforms: make it clearer that missing syscalls constitute reportable bugs. by sewardj · 17 years ago
  42. 198f34f Get rid of VG_(getcwd) and replace it with a pair of functions, by sewardj · 17 years ago
  43. e428ab0 Fix stack overflow which lead to totally mysterious .bss corruption by sewardj · 17 years ago
  44. 2682038 Fix regression in new/new[]/delete/delete[] intercepts for gcc-2.96. by sewardj · 17 years ago
  45. 1ac9d0c Avoid compilation warnings with gcc-4.2. by sewardj · 17 years ago
  46. 38dba99 Add disclaimers. by sewardj · 17 years ago
  47. db5c657 augment previous commit by njn · 17 years ago
  48. c1b1d42 It's generally a good idea to set call-by-reference arguments, especially by njn · 17 years ago
  49. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  50. bcccbc0 When doing 'demo' translations for --profile-flags=, make at least by sewardj · 17 years ago
  51. c6f43dd Fix out of date comment. by sewardj · 17 years ago
  52. b4cfa2f Remove duplicate code -- make XArray use VG_(ssort). by njn · 17 years ago
  53. 1274d24 Fix bug 142197: don't free --toolname:foo options after they've been munged, by njn · 17 years ago
  54. 64bd24a Fix 142488: don't read ./.valgrindrc if CWD==HOME. by njn · 17 years ago
  55. b81c795 Clarify the "out of memory" message. by njn · 17 years ago
  56. a954461 Unbreak the build on ppc64-linux. by sewardj · 17 years ago
  57. 948a6fc Make ptrace-based launchers able to handle --help, --version etc. by sewardj · 17 years ago
  58. 810fe14 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  59. cba8f43 Followup to r6650: tidy up sys_sigreturn/sys_rt_sigreturn on ppc32/64-linux. by sewardj · 17 years ago
  60. 1829053 Document and tidy up one of the more arcane corners of signal by sewardj · 17 years ago
  61. 7acef08 Handle sys_ioprio_set on amd64-linux. by sewardj · 17 years ago
  62. 125fd4f Generate valid XML (conforming to docs/internals/xml-output.txt) even by sewardj · 17 years ago
  63. 7f4d7e4 Add support for linux key management system calls. by tom · 17 years ago
  64. d5df125 Add support for some I2C ioctls. by tom · 17 years ago
  65. b807a78 Handle some additional ptrace reason codes. Based on a patch by tom · 17 years ago
  66. 7888e22 Handle DW_CFA_def_cfa_expression; also DW_OP_mul. by sewardj · 17 years ago
  67. 19dc88f Fill in a few more DWARF3 'expression' related cases. by sewardj · 17 years ago
  68. c271ec8 by sewardj · 17 years ago
  69. 261e4ce Barf more elegantly. by sewardj · 17 years ago
  70. 542eada Add .eh_frame gunk for VG_(amd64_linux_REDIR_FOR_vgettimeofday) and by sewardj · 17 years ago
  71. c4217cd Make the leb readers 64-bit clean. That should guard against another by sewardj · 17 years ago
  72. 72427fa by sewardj · 17 years ago
  73. 0f63148 VG_(addToXA): return index in the array where the item was added. by sewardj · 17 years ago
  74. 94ef4a4 Comment-only change. by sewardj · 17 years ago
  75. 14c7cc5 Get rid of the type XArrayStrings in m_clientstate and use new generic by sewardj · 17 years ago
  76. 7df1515 Make all the m_xarray functions tool-visible. by sewardj · 17 years ago
  77. d864eb9 by sewardj · 17 years ago
  78. ddf006d by sewardj · 17 years ago
  79. 461d6c6 Make the frame unwinder able to handle 64-bit DWARF (untested :-( by sewardj · 17 years ago
  80. 7373582 Make ppc32/64-aix5 work again following recent VG_(tt_fast) rearrangement. by sewardj · 17 years ago
  81. 687bbf6 Improve --debug-dump=frames output. by sewardj · 17 years ago
  82. 8c90d27 Correctly handle DW_CFA_def_cfa_sf (existing code fails to scale by sewardj · 17 years ago
  83. 3646a49 Non-functional (debug printing only) change: by sewardj · 17 years ago
  84. a44b15f Make VG_(printf) et al conform to ANSI w.r.t. capitalisation of by sewardj · 17 years ago
  85. 95611ff --wait-for-gdb=yes: gcc 4.1.2 now appears to delete do-nothing loops, so by sewardj · 17 years ago
  86. f767d96 by sewardj · 17 years ago
  87. 650d82a Get rid of the unused --model-pthreads flag. by sewardj · 17 years ago
  88. 4994cc2 Fix ppc64-linux dispatcher following r6582. by sewardj · 17 years ago
  89. 5f76de0 by sewardj · 17 years ago
  90. b224a48 Oops; make declarations match definitions. So much for C's type system. by sewardj · 17 years ago
  91. f7cdfe2 Unbreak aix build. by sewardj · 17 years ago
  92. 085f936 Specialise VG_(ssort) for 4-word elements. This removes about 80% of by sewardj · 17 years ago
  93. 4d56c7c Make VG_(clo_log_file_qualifier) tool-visible. by sewardj · 17 years ago
  94. c9d66c0 implement support for AT_FDCWD in openat() by dirk · 17 years ago
  95. 303dabc Enable the pselect6 wrapper on amd64-linux. by sewardj · 17 years ago
  96. 9da79d1 When '-d' (one or more) is specified, disallow the client from closing by sewardj · 18 years ago
  97. fb289bc Fix a bug reported by Bruce Lowekamp involving the interaction of by njn · 18 years ago
  98. 301901f Handle DW_CFA_undefined (produced by PathScale 2.4 on amd64-linux) by sewardj · 18 years ago
  99. 3891dd4 ML_(read_callframe_info_dwarf2): deal better with CIEs with no by sewardj · 18 years ago
  100. 50a3aa1 In struct _SegInfo, rename field 'size' to 'text_size' so as to be by sewardj · 18 years ago