1. f578a69 Handle apparently-bogus DW_TAG_compilation_unit DIE that shows up in by sewardj · 16 years ago
  2. 10ac144 Moved support for Linux-specific system call sys_init_module from generic to Linux wrappers. Added wrapper for sys_delete_module system call. by bart · 16 years ago
  3. 1dcacdf Enabled support for the init_module() system call on amd64. Should fix #164476. by bart · 16 years ago
  4. 8b24302 Propagate the error number in x86 signal contexts to the client. by tom · 16 years ago
  5. c191a04 Followup to r8178: don't segfault if VG_(clo_log_name) is NULL. by sewardj · 16 years ago
  6. 4efbaa7 Reinstate printing of log-file-qualifiers in XML output (Ashley Pittman). by sewardj · 16 years ago
  7. fc2aa03 Add '*flags |= SfMayBlock' to PRE(sys_sync_file_range). by sewardj · 16 years ago
  8. 2ebe411 Changed _Spec::mandatory from HChar* into const HChar*. If no symbol information is found in ld.so during startup of the exp-drd tool, let Valgrind abort and print an informative error message. by bart · 16 years ago
  9. a97a789 Don't complain on .got.plt sections of size zero. Apparently such by bart · 16 years ago
  10. 89230ca Allow 64-byte line sizes (PA6T cpu). by sewardj · 16 years ago
  11. 76dda8f Make the size calculations inside VG_(mallinfo) 64-bit clean. by sewardj · 16 years ago
  12. 7a1eaca More fiddling with the sys_signalfd wrapper. by sewardj · 16 years ago
  13. 510521e Make sure the debug information is read before a tool is notified about an mmap() system call. by bart · 16 years ago
  14. 212d6c9 Tidy up timerfd wrapper stuff a bit: by sewardj · 16 years ago
  15. cf0c394 Removed the superfluous casts that were introduced in r8132. by bart · 16 years ago
  16. 58cac55 sys_timerfd() and sys_signalfd() wrappers now interpret their first argument consistently as signed instead of unsigned. Fixes #162663. by bart · 16 years ago
  17. d0d634d Added support for the fadvise64() system call on ppc64. by bart · 16 years ago
  18. 092b626 - Added support for querying information about .plt sections. by bart · 16 years ago
  19. d5dea1d Bug fixes (not in bugzilla): by bart · 16 years ago
  20. 5fbe0af Removed ppc debug print statements. by bart · 16 years ago
  21. 6bd721a Removed superfluous #include directive. by bart · 16 years ago
  22. 1412d68 VG_(read_millisecond_timer)() is now monotonic, even if set_timeofday() is called or if ntpd adjusts the clock backwards. On Linux kernels where the clock_gettime() syscall is not supported, VG_(read_millisecond_timer)() falls back to the old behavior. by bart · 16 years ago
  23. b000d78 Increased maximum number of suppression files from 10 to 100. Fixes #161487. by bart · 16 years ago
  24. 8c4a023 Enabled timerfd() and timerfd_create() support for ppc32 and ppc64. by bart · 16 years ago
  25. 416b206 POST(sys_poll): mark the revents field even when RES==0. Fixes #158425. by sewardj · 16 years ago
  26. f4ef2ea Fix wrappers for sys_futimesat and sys_utimensat. (Dan Kegel) by sewardj · 16 years ago
  27. 352122c Suppress stack-switching message in XML mode. by sewardj · 16 years ago
  28. c93c222 Un-break signal frame delivery on ppc64 following recent Memcheck by sewardj · 16 years ago
  29. 5fa8780 Make sure sp[0] and fp[0] are set in a rarely-taken path. Thanks to by sewardj · 16 years ago
  30. 5fa0a04 Temporarily work around compilation failures caused by non-definition by sewardj · 16 years ago
  31. 7cf4e6b by sewardj · 16 years ago
  32. 3bba3ed Make sure the test for kernel version 2.6.22 will work correctly for the future kernel versions 2.6.220 .. 2.6.229. by bart · 16 years ago
  33. 5fc7da2 Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  34. 65bfd21 Enabled syslog and create_module system calls. by bart · 16 years ago
  35. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  36. 545380e Refined mallinfo() implementation (contributed by Eugene Toder). by bart · 16 years ago
  37. c3c9839 Added mallinfo() implementation based on patch by Eugene Toder (see also bug 160956). by bart · 16 years ago
  38. 5018f53 Fixed compiler warning. by bart · 16 years ago
  39. 14b151d Remove VG_ prefixing from static (non-exported) functions. by sewardj · 16 years ago
  40. 1a0cb6a Extended VG_(message)() buffer from 100 to 128 characters. Made sure that lines printed by different threads are not mixed up in the output. by bart · 16 years ago
  41. 15728ab Only read debug information from regular files, and not from device nodes. Do not complain on files for which we do not have read access. by bart · 16 years ago
  42. 0fb0320 Added VG_(thread_get_stack_size)(). by bart · 16 years ago
  43. 96a0de3 Fixed a comment. by bart · 16 years ago
  44. 5dd8e6a Moved macro's that specify branch prediction hints to include/pub_tool_basics.h by bart · 16 years ago
  45. 2ac79d3 Kludgily fix a regression caused by the recent DATASYMS merge, which by sewardj · 16 years ago
  46. 25b079c Merge, from branches/HGDEV, r7604 and r7609 (Try to address by sewardj · 16 years ago
  47. aa3c28a Handle DW_OP_deref. by sewardj · 16 years ago
  48. 68a2ebd Try to handle the situation where an object is first split into a base by sewardj · 16 years ago
  49. 0b5bf91 Handle DW_FORM_data8. by sewardj · 16 years ago
  50. 33e4e7e Don't tell m_redir (and the user) that debuginfo is about to be by sewardj · 16 years ago
  51. d0c0ea6 VG_(get_strace_wrk): don't segfault in the degenerate case fp_min = by sewardj · 16 years ago
  52. aed2e4c Compiles now with gcc 2.96 too. by bart · 16 years ago
  53. 76d15fa Don't be quite so paranoid about rejecting symbols that fall outside by sewardj · 16 years ago
  54. fab2990 update comments by njn · 16 years ago
  55. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  56. 966f055 Added const keyword to second argument of VG_(OSetGen_Remove)(). by bart · 16 years ago
  57. 3b2ab27 Always call ML_(generic_POST_sys_shmat) when a shmat call succeeds, even by tom · 16 years ago
  58. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  59. 9084de7 Include headers for VG_(register_stack) calls. by sewardj · 16 years ago
  60. 690c3c8 Make the clone system call wrappers call VG_(register_stack) to record by tom · 16 years ago
  61. 174ca63 Fix inconsistent order of fields. I think this is purely aesthetic by sewardj · 16 years ago
  62. c153bf6 Handle DW_OP_plus_uconst. Possibly fixes #155091 (not yet confirmed by sewardj · 16 years ago
  63. f7af047 Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8. by sewardj · 16 years ago
  64. da09859 Move VG_(clo_backtrace_size) to a tool-visible header file. by sewardj · 16 years ago
  65. f32ec7f If we don't find the address in the segInfo list that ask the address by tom · 16 years ago
  66. 858a0ef Made the argument to VG_(am_get_filename) const as it doesn't need by tom · 16 years ago
  67. c4e466f Add support for the sync_file_range system call. by tom · 16 years ago
  68. 3e24fd8 Valid file descriptor argument to llseek system call. by tom · 17 years ago
  69. 7c1a19a Mark the main thread as running while the initial memory declarations by tom · 17 years ago
  70. 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
  71. dc2f79e Comment-only change. by sewardj · 17 years ago
  72. c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
  73. adacaf9 Propagate the ucontext information with a received signal to the by tom · 17 years ago
  74. 3059d27 Add a new method VG_(record_depth_1_ExeContext), a trivial derivative by sewardj · 17 years ago
  75. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
  76. d5c3f28 Print a nice message if allocation of the stack fails, rather than just by sewardj · 17 years ago
  77. 5bdfbd2 When allocating space for the client stack on Linux, take notice of by sewardj · 17 years ago
  78. 9bc8d9e Don't do comparisons of (signed) Words by merely subtracting them, as by sewardj · 17 years ago
  79. 9766649 Handle semaphore-related syscalls. by sewardj · 17 years ago
  80. ab3698a Back out r7210 ("Fix completely bogus implementation of by sewardj · 17 years ago
  81. 5abcc0b Get rid of VG_NUMW_CLO, as it is pretty much identical to VG_NUM_CLO, by sewardj · 17 years ago
  82. fd4b6f4 Changes to make Memcheck work sanely on recent incarnations of AIX 5.3: by sewardj · 17 years ago
  83. 6eab897 Don't be confused by archive (.a) files which contain both a 32-bit by sewardj · 17 years ago
  84. d23ebde Dump extraneous code. by sewardj · 17 years ago
  85. ddc00dd by sewardj · 17 years ago
  86. a70de45 AIX 5.3 build fixes. by sewardj · 17 years ago
  87. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  88. 7a387ea Core-tool iface changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  89. 714c662 Fix completely bogus implementation of VG_(seginfo_sect_kind). This by sewardj · 17 years ago
  90. a53462a Attempt to shake out uses of uninitialised malloc'd memory by Valgrind by sewardj · 17 years ago
  91. 5b9b441 Don't let the debugger attachment fail silently in some cases. by sewardj · 17 years ago
  92. 2dd08f5 Tweak VG_(expand_file_name), as per Josef's suggestions. by njn · 17 years ago
  93. 374a36d by njn · 17 years ago
  94. 3ed1971 Add support for %q in --massif-out-file. Todo: use this mechanism for the by njn · 17 years ago
  95. fc7773a Don't load debug sections from the linked debug file if we have by tom · 17 years ago
  96. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  97. 12373b1 Followup to r7192: don't bork the compilation if GDB_PATH is not by sewardj · 17 years ago
  98. e0036f7 Handle sys_getitimer on ppc32-linux and ppc64-linux. by sewardj · 17 years ago
  99. 7839d11 In the --help text, print the actual name of the GDB that will by by sewardj · 17 years ago
  100. 1ff57e6 Be more robust against malformed DWARF2 line number information: don't by sewardj · 17 years ago