1. 42081da This should have been part of r6271. by sewardj · 18 years ago
  2. 8a7d4e4 Merge r6134: by sewardj · 18 years ago
  3. dff46d5 Merge r6133: by sewardj · 18 years ago
  4. 6b9cc87 Merge r6132: by sewardj · 18 years ago
  5. 9a66bb9 Merge r6130: by sewardj · 18 years ago
  6. 4ee4f98 Merge r6129: by sewardj · 18 years ago
  7. 811469c Merge r6128: by sewardj · 18 years ago
  8. f1c91e0 Merge r6127: Extend for AIX5. Nothing surprising here. by sewardj · 18 years ago
  9. 41ded2c Merge r6126: by sewardj · 18 years ago
  10. 15338c5 Merge r6123: by sewardj · 18 years ago
  11. 1383bdd Merge r6120: by sewardj · 18 years ago
  12. fa2a246 Merge r6119: by sewardj · 18 years ago
  13. 716f31a Merge r6105: by sewardj · 18 years ago
  14. 2da4784 Merge r6102/6103: by sewardj · 18 years ago
  15. 5fb5fa9 Merge r6101: by sewardj · 18 years ago
  16. be60d32 Merge r6100: by sewardj · 18 years ago
  17. 7525c82 Merge r6099: by sewardj · 18 years ago
  18. eda95b4 Merge r6097: by sewardj · 18 years ago
  19. 5da1b06 Merge r6095: by sewardj · 18 years ago
  20. 1eff82b by sewardj · 18 years ago
  21. e25abab Merge r6106 (rename the Linux launcher and add an AIX5 one.) by sewardj · 18 years ago
  22. 17c1104 Move code that creates the initial Linux memory image (stack, env, by sewardj · 18 years ago
  23. 6893d65 Move functions which deal with bad command line options from m_main by sewardj · 18 years ago
  24. 297f6b0 Split m_aspacemgr into a generic part and a Linux-specific part. by sewardj · 18 years ago
  25. 53c0dc9 Unbreak amd64-linux after recent commits. by sewardj · 18 years ago
  26. c95257a Unbreak ppc{32,64}-linux after recent commits. by sewardj · 18 years ago
  27. ad83394 This should also have been added as part of r6224. by sewardj · 18 years ago
  28. cc4f467 Oops, this should have been added as part of r6224. by sewardj · 18 years ago
  29. 4cfea4f by sewardj · 18 years ago
  30. 4eee476 by sewardj · 18 years ago
  31. a346c26 Use stat64 instead of stat when it is available. Fixes bug #134727. by tom · 18 years ago
  32. 7982056 Merge (from 3_2_BRANCH) r6048 (SuSE 10.1 (ppc32) minor fixes) by sewardj · 18 years ago
  33. 7cc2040 When unmapping segments from below aspacem_minAddr, convert them back by sewardj · 18 years ago
  34. 2e54028 Slacken assertion slightly, and add comments. Fixes #133051 by sewardj · 18 years ago
  35. 3d787de Increase number of segnames available (Stu Robinson). by sewardj · 18 years ago
  36. cd8c95a SuSE 10.1 (ppc32/64) fixlet. by sewardj · 18 years ago
  37. ee2de2c Extra paranoia that should really have been committed in r6003. by sewardj · 18 years ago
  38. 63a622f When handling mremap, disallow an expanding in-place remap if it would by sewardj · 18 years ago
  39. 613a9f2 When a segment becomes free, and it is above aspacem_maxAddr, mark it by sewardj · 18 years ago
  40. 88d3ba8 Don't print more lines of a stack-trace than were obtained. Thanks to Bart by njn · 18 years ago
  41. 3d45fac Enable syslog/sysinfo (Andy Doan). Fixes #130638. by sewardj · 18 years ago
  42. 5b91c40 More ppc32/64-linux syscall wrappers, from Jakub Jelinek. Fixes #129246. by sewardj · 18 years ago
  43. 27b03a6 Allow even more segments. by sewardj · 18 years ago
  44. ceb0266 Trivial implementation for malloc_trim, thanks to Eero Tamminen. by njn · 18 years ago
  45. f94bf6c match_script: redo somewhat dubious (although not obviously wrong) logic. by sewardj · 18 years ago
  46. 574b893 Use fstat64 to work out the size of a file if it is available as it by tom · 18 years ago
  47. c0c6703 Make 'c'/'C' work again with --gen-suppressions=yes. I wonder how by sewardj · 18 years ago
  48. 02f7533 Fix boundary case when trying to use brk() to expand right up to the by tom · 18 years ago
  49. 053eb04 Implement some more terminal ioctls. Fixes bug #124039. by tom · 18 years ago
  50. f26b6bf Validate futex system call arguments more carefully. Fixes bug #117172. by tom · 18 years ago
  51. 4c91c8c Fix display of buffer address in sendto system call arguments. by tom · 18 years ago
  52. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  53. 33dbfce Clarify usage instructions for --trace-flags. by njn · 18 years ago
  54. a2cd32d Move into 2006. by sewardj · 18 years ago
  55. 7337f92 Replace the obviously-bogus piece of inline asm with a probably by sewardj · 18 years ago
  56. af8a6a8 Decode EOVERFLOW in VG_(strerror). by tom · 18 years ago
  57. 3108a9b Add a %s for the error string... by tom · 18 years ago
  58. a269958 Rewrite inline asm for ppc32/64-linux to make them gcc-4.1.0 proof. by sewardj · 18 years ago
  59. fcb3bc9 When moving an address range add the new range before marking the old by tom · 18 years ago
  60. 00afab8 Validate the fnIdx for a file segment when doing a sanity check. by tom · 18 years ago
  61. 0d41dd0 Report the error number when a UME mmap fails. by tom · 18 years ago
  62. 7c1fa87 Back out r5595: the redirections deleted there are in fact used by by sewardj · 18 years ago
  63. 05b1f9a Implement the set_robust_list and get_robust_list system calls. by tom · 18 years ago
  64. 8d2772b Sync system call lists with 2.6.17-rc4 kernel source. by tom · 18 years ago
  65. b977908 A new flag, --error-exitcode=, has been added, to allow changing the by sewardj · 18 years ago
  66. 513646f Increase number of unsuppressed errors shown before cutoff by a factor of 100. by sewardj · 18 years ago
  67. 4395ad4 Add a comment. by njn · 18 years ago
  68. dadff0a Ignore offset information in anonymous mmap calls. Fixes bug #126722. by tom · 18 years ago
  69. c00fcc7 Don't check the fifth argument of mremap() unless MREMAP_FIXED is set by tom · 18 years ago
  70. f9d8385 Add support for CDROMREADRAW and fix CDROMREADTOCENTRY to mark the right by tom · 18 years ago
  71. a43717f Fix linkat, renameat and symlinkat wrappers to look at the arguments by tom · 18 years ago
  72. ea3a99f Increase scheduling quantum to 100k basic blocks. Nowadays even by sewardj · 18 years ago
  73. a170a3f Fix printing bug in PRE(sys_stat64). by sewardj · 18 years ago
  74. c40fce5 Print a slightly more helpful error message if the log file creation fails. by sewardj · 18 years ago
  75. 63c8de5 Add .type and .size directives for VG_(run_innerloop) and by tom · 18 years ago
  76. 386c9bf Make VG_(run_innerloop) visible for outer Valgrinds by weidendo · 18 years ago
  77. a672ea3 Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linux by sewardj · 18 years ago
  78. 55c4376 Fix completely bogus asm, which didn't work when compiled with gcc-4.1.0 by sewardj · 18 years ago
  79. 7bc57fc split the assert so that its more obvious which part is failing by dirk · 18 years ago
  80. e25e765 Add support for sys_broc on amd64-linux when --kernel-variant=bproc. by sewardj · 18 years ago
  81. c57bc14 Almost all the stuff in pub_tool_libcsignal.h was not used by any tool; by sewardj · 18 years ago
  82. ca54af3 by njn · 18 years ago
  83. a58bbbc Syscall wrappers for ppc32-linux (and one for amd64-linux). by sewardj · 18 years ago
  84. 534e201 Properly handle external debuginfo (.gnu_debuglink) for stripped and by sewardj · 18 years ago
  85. d69222c Fold in a patch which appeared in FC5's default valgrind build, which by sewardj · 18 years ago
  86. c0a02f8 Oops: when adding translations to the auxiliary transtab, don't forget to by sewardj · 18 years ago
  87. 72c84c9 Avoid compiler warnings on ppc64-linux. by sewardj · 18 years ago
  88. a4068de Minor scheduler tidyings: by sewardj · 18 years ago
  89. c2fe246 Comment-only change. by sewardj · 18 years ago
  90. eadcd86 Cleanup/restructure m_debuginfo, as described in by sewardj · 18 years ago
  91. 7159212 Add a comment that really should have been in r5820. by sewardj · 18 years ago
  92. 54d0dc7 ppc32-linux: work around assemblers which can't do Altivec, by by sewardj · 18 years ago
  93. 313639f Enable sigsuspend on x86-linux and ppc32-linux. by tom · 18 years ago
  94. a1bdebc Don't use the presence of a filename to decide if a segment in the by tom · 18 years ago
  95. 19df83c Get rid of unused #define. by sewardj · 18 years ago
  96. dbf7ca7 by njn · 18 years ago
  97. 2a1b953 Hmm. Why is this file still here? (It got folded into aspacemgr.c by sewardj · 18 years ago
  98. 5bb61fe Delete VG_(sigaltstack) and VG_(sigpending) as they are unused. by sewardj · 18 years ago
  99. 4c9ab67 Delete VG_(poll), as it is unused. by sewardj · 18 years ago
  100. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago