1. 5fa0a04 Temporarily work around compilation failures caused by non-definition by sewardj · 16 years ago
  2. 7cf4e6b by sewardj · 16 years ago
  3. 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
  4. 5fc7da2 Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  5. 65bfd21 Enabled syslog and create_module system calls. by bart · 16 years ago
  6. f5ceec8 Added support for epoll_pwait(), utimensat(), eventfd(), timerfd() and signalfd(). Fixes bug 160907. by bart · 16 years ago
  7. 545380e Refined mallinfo() implementation (contributed by Eugene Toder). by bart · 16 years ago
  8. c3c9839 Added mallinfo() implementation based on patch by Eugene Toder (see also bug 160956). by bart · 16 years ago
  9. 5018f53 Fixed compiler warning. by bart · 16 years ago
  10. 14b151d Remove VG_ prefixing from static (non-exported) functions. by sewardj · 16 years ago
  11. 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
  12. 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
  13. 0fb0320 Added VG_(thread_get_stack_size)(). by bart · 16 years ago
  14. 96a0de3 Fixed a comment. by bart · 16 years ago
  15. 5dd8e6a Moved macro's that specify branch prediction hints to include/pub_tool_basics.h by bart · 16 years ago
  16. 2ac79d3 Kludgily fix a regression caused by the recent DATASYMS merge, which by sewardj · 16 years ago
  17. 25b079c Merge, from branches/HGDEV, r7604 and r7609 (Try to address by sewardj · 16 years ago
  18. aa3c28a Handle DW_OP_deref. by sewardj · 16 years ago
  19. 68a2ebd Try to handle the situation where an object is first split into a base by sewardj · 16 years ago
  20. 0b5bf91 Handle DW_FORM_data8. by sewardj · 16 years ago
  21. 33e4e7e Don't tell m_redir (and the user) that debuginfo is about to be by sewardj · 16 years ago
  22. d0c0ea6 VG_(get_strace_wrk): don't segfault in the degenerate case fp_min = by sewardj · 16 years ago
  23. aed2e4c Compiles now with gcc 2.96 too. by bart · 16 years ago
  24. 76d15fa Don't be quite so paranoid about rejecting symbols that fall outside by sewardj · 16 years ago
  25. fab2990 update comments by njn · 16 years ago
  26. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  27. 966f055 Added const keyword to second argument of VG_(OSetGen_Remove)(). by bart · 16 years ago
  28. 3b2ab27 Always call ML_(generic_POST_sys_shmat) when a shmat call succeeds, even by tom · 16 years ago
  29. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  30. 9084de7 Include headers for VG_(register_stack) calls. by sewardj · 16 years ago
  31. 690c3c8 Make the clone system call wrappers call VG_(register_stack) to record by tom · 16 years ago
  32. 174ca63 Fix inconsistent order of fields. I think this is purely aesthetic by sewardj · 17 years ago
  33. c153bf6 Handle DW_OP_plus_uconst. Possibly fixes #155091 (not yet confirmed by sewardj · 17 years ago
  34. f7af047 Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8. by sewardj · 17 years ago
  35. da09859 Move VG_(clo_backtrace_size) to a tool-visible header file. by sewardj · 17 years ago
  36. f32ec7f If we don't find the address in the segInfo list that ask the address by tom · 17 years ago
  37. 858a0ef Made the argument to VG_(am_get_filename) const as it doesn't need by tom · 17 years ago
  38. c4e466f Add support for the sync_file_range system call. by tom · 17 years ago
  39. 3e24fd8 Valid file descriptor argument to llseek system call. by tom · 17 years ago
  40. 7c1a19a Mark the main thread as running while the initial memory declarations by tom · 17 years ago
  41. 5a835d5 Add const qualifiers to appropriate arguments of OSet routines. by tom · 17 years ago
  42. dc2f79e Comment-only change. by sewardj · 17 years ago
  43. c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
  44. adacaf9 Propagate the ucontext information with a received signal to the by tom · 17 years ago
  45. 3059d27 Add a new method VG_(record_depth_1_ExeContext), a trivial derivative by sewardj · 17 years ago
  46. 95d86c0 Improve handling of programs which require very large main thread by sewardj · 17 years ago
  47. d5c3f28 Print a nice message if allocation of the stack fails, rather than just by sewardj · 17 years ago
  48. 5bdfbd2 When allocating space for the client stack on Linux, take notice of by sewardj · 17 years ago
  49. 9bc8d9e Don't do comparisons of (signed) Words by merely subtracting them, as by sewardj · 17 years ago
  50. 9766649 Handle semaphore-related syscalls. by sewardj · 17 years ago
  51. ab3698a Back out r7210 ("Fix completely bogus implementation of by sewardj · 17 years ago
  52. 5abcc0b Get rid of VG_NUMW_CLO, as it is pretty much identical to VG_NUM_CLO, by sewardj · 17 years ago
  53. fd4b6f4 Changes to make Memcheck work sanely on recent incarnations of AIX 5.3: by sewardj · 17 years ago
  54. 6eab897 Don't be confused by archive (.a) files which contain both a 32-bit by sewardj · 17 years ago
  55. d23ebde Dump extraneous code. by sewardj · 17 years ago
  56. ddc00dd by sewardj · 17 years ago
  57. a70de45 AIX 5.3 build fixes. by sewardj · 17 years ago
  58. bbec772 Misc changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  59. 7a387ea Core-tool iface changes needed to support exp-drd (Bart Van Assche). by sewardj · 17 years ago
  60. 714c662 Fix completely bogus implementation of VG_(seginfo_sect_kind). This by sewardj · 17 years ago
  61. a53462a Attempt to shake out uses of uninitialised malloc'd memory by Valgrind by sewardj · 17 years ago
  62. 5b9b441 Don't let the debugger attachment fail silently in some cases. by sewardj · 17 years ago
  63. 2dd08f5 Tweak VG_(expand_file_name), as per Josef's suggestions. by njn · 17 years ago
  64. 374a36d by njn · 17 years ago
  65. 3ed1971 Add support for %q in --massif-out-file. Todo: use this mechanism for the by njn · 17 years ago
  66. fc7773a Don't load debug sections from the linked debug file if we have by tom · 17 years ago
  67. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  68. 12373b1 Followup to r7192: don't bork the compilation if GDB_PATH is not by sewardj · 17 years ago
  69. e0036f7 Handle sys_getitimer on ppc32-linux and ppc64-linux. by sewardj · 17 years ago
  70. 7839d11 In the --help text, print the actual name of the GDB that will by by sewardj · 17 years ago
  71. 1ff57e6 Be more robust against malformed DWARF2 line number information: don't by sewardj · 17 years ago
  72. 7d9b3af shut GCC up by njn · 17 years ago
  73. 0313b1e Zero out the vki_user_regs_struct before using it. Otherwise, we end by sewardj · 17 years ago
  74. 62c9aa7 Add initial code to support debugger attaching on ppc64-linux (Ryan John). by sewardj · 17 years ago
  75. 7d7ddd2 Minor tidyings to the debugger-attach code, as part of a failed by sewardj · 17 years ago
  76. fc9bf72 When doing ptrace on amd64-linux, provide values which don't fail the by sewardj · 17 years ago
  77. 6e31f80 Add a new flag, --child-silent-after-fork=no|yes [no]. When enabled, by sewardj · 17 years ago
  78. ec6e27c Don't pollute the XML output if the program terminates with a signal, by sewardj · 17 years ago
  79. c74b3ba Make handling of setuid executables marginally more sensible, as by sewardj · 17 years ago
  80. 0edccdd Stack registration stuff: don't dereference NULL pointers (Eric by sewardj · 17 years ago
  81. 5abf0f1 Don't segfault on syscall (SYS_io_destroy, 0). (Jakub Jelinek) Fixes #147325. by sewardj · 17 years ago
  82. 497c69e Add support for private futexes (whatever they might be). Patch from by sewardj · 17 years ago
  83. a610f53 Don't crap out when malloc_stats is called; instead just have a no-op by sewardj · 17 years ago
  84. 0fd3049 Make one redirect mandatory for ppc64-linux. by sewardj · 17 years ago
  85. 5092a97 Make one of the ppc32-linux initial redirects mandatory, and add by sewardj · 17 years ago
  86. df24cf1 Introduce the concept of a 'mandatory redirection'. A redirection by sewardj · 17 years ago
  87. ea5d235 Add four 'strtoll' variants, which are like 'atoll' but let you detect if by njn · 17 years ago
  88. 2831b51 In vg_SP_update_pass (stack-pointer-change analysis code), correctly by sewardj · 17 years ago
  89. 32397c0 Changed Massif to record the 'slop' heap bytes caused by rounding asked-for by njn · 17 years ago
  90. 25d7dfb Allow VG_(atoll16) to accept a leading "0x". by sewardj · 17 years ago
  91. d01b598 by sewardj · 17 years ago
  92. adb102f by sewardj · 17 years ago
  93. de764e8 by sewardj · 17 years ago
  94. 39f3423 by sewardj · 17 years ago
  95. 99a2ceb by sewardj · 17 years ago
  96. a8b1c48 Add comment about 32-bit UIDs/GIDs. by njn · 17 years ago
  97. 8de3e81 Use geteuid32/getegid32 on those platforms which have them. Fixes bug #151209. by tom · 17 years ago
  98. 4ab6d53 Add a comment. by njn · 17 years ago
  99. e406723 readd right adjustment. by dirk · 17 years ago
  100. 6178038 fix a few format string warnings by dirk · 17 years ago