1. 4eee476 by sewardj · 18 years ago
  2. a346c26 Use stat64 instead of stat when it is available. Fixes bug #134727. by tom · 18 years ago
  3. 7982056 Merge (from 3_2_BRANCH) r6048 (SuSE 10.1 (ppc32) minor fixes) by sewardj · 18 years ago
  4. 7cc2040 When unmapping segments from below aspacem_minAddr, convert them back by sewardj · 18 years ago
  5. 2e54028 Slacken assertion slightly, and add comments. Fixes #133051 by sewardj · 18 years ago
  6. 3d787de Increase number of segnames available (Stu Robinson). by sewardj · 18 years ago
  7. cd8c95a SuSE 10.1 (ppc32/64) fixlet. by sewardj · 18 years ago
  8. ee2de2c Extra paranoia that should really have been committed in r6003. by sewardj · 18 years ago
  9. 63a622f When handling mremap, disallow an expanding in-place remap if it would by sewardj · 18 years ago
  10. 613a9f2 When a segment becomes free, and it is above aspacem_maxAddr, mark it by sewardj · 18 years ago
  11. 88d3ba8 Don't print more lines of a stack-trace than were obtained. Thanks to Bart by njn · 18 years ago
  12. 3d45fac Enable syslog/sysinfo (Andy Doan). Fixes #130638. by sewardj · 18 years ago
  13. 5b91c40 More ppc32/64-linux syscall wrappers, from Jakub Jelinek. Fixes #129246. by sewardj · 18 years ago
  14. 27b03a6 Allow even more segments. by sewardj · 18 years ago
  15. ceb0266 Trivial implementation for malloc_trim, thanks to Eero Tamminen. by njn · 18 years ago
  16. f94bf6c match_script: redo somewhat dubious (although not obviously wrong) logic. by sewardj · 18 years ago
  17. 574b893 Use fstat64 to work out the size of a file if it is available as it by tom · 18 years ago
  18. c0c6703 Make 'c'/'C' work again with --gen-suppressions=yes. I wonder how by sewardj · 18 years ago
  19. 02f7533 Fix boundary case when trying to use brk() to expand right up to the by tom · 18 years ago
  20. 053eb04 Implement some more terminal ioctls. Fixes bug #124039. by tom · 18 years ago
  21. f26b6bf Validate futex system call arguments more carefully. Fixes bug #117172. by tom · 18 years ago
  22. 4c91c8c Fix display of buffer address in sendto system call arguments. by tom · 18 years ago
  23. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  24. 33dbfce Clarify usage instructions for --trace-flags. by njn · 18 years ago
  25. a2cd32d Move into 2006. by sewardj · 18 years ago
  26. 7337f92 Replace the obviously-bogus piece of inline asm with a probably by sewardj · 18 years ago
  27. af8a6a8 Decode EOVERFLOW in VG_(strerror). by tom · 18 years ago
  28. 3108a9b Add a %s for the error string... by tom · 18 years ago
  29. a269958 Rewrite inline asm for ppc32/64-linux to make them gcc-4.1.0 proof. by sewardj · 18 years ago
  30. fcb3bc9 When moving an address range add the new range before marking the old by tom · 18 years ago
  31. 00afab8 Validate the fnIdx for a file segment when doing a sanity check. by tom · 18 years ago
  32. 0d41dd0 Report the error number when a UME mmap fails. by tom · 18 years ago
  33. 7c1fa87 Back out r5595: the redirections deleted there are in fact used by by sewardj · 18 years ago
  34. 05b1f9a Implement the set_robust_list and get_robust_list system calls. by tom · 18 years ago
  35. 8d2772b Sync system call lists with 2.6.17-rc4 kernel source. by tom · 18 years ago
  36. b977908 A new flag, --error-exitcode=, has been added, to allow changing the by sewardj · 18 years ago
  37. 513646f Increase number of unsuppressed errors shown before cutoff by a factor of 100. by sewardj · 18 years ago
  38. 4395ad4 Add a comment. by njn · 18 years ago
  39. dadff0a Ignore offset information in anonymous mmap calls. Fixes bug #126722. by tom · 18 years ago
  40. c00fcc7 Don't check the fifth argument of mremap() unless MREMAP_FIXED is set by tom · 18 years ago
  41. f9d8385 Add support for CDROMREADRAW and fix CDROMREADTOCENTRY to mark the right by tom · 18 years ago
  42. a43717f Fix linkat, renameat and symlinkat wrappers to look at the arguments by tom · 18 years ago
  43. ea3a99f Increase scheduling quantum to 100k basic blocks. Nowadays even by sewardj · 18 years ago
  44. a170a3f Fix printing bug in PRE(sys_stat64). by sewardj · 18 years ago
  45. c40fce5 Print a slightly more helpful error message if the log file creation fails. by sewardj · 18 years ago
  46. 63c8de5 Add .type and .size directives for VG_(run_innerloop) and by tom · 18 years ago
  47. 386c9bf Make VG_(run_innerloop) visible for outer Valgrinds by weidendo · 18 years ago
  48. a672ea3 Get rid of VG_(x86_linux_REDIR_FOR__dl_sysinfo_int80) and do the x86-linux by sewardj · 18 years ago
  49. 55c4376 Fix completely bogus asm, which didn't work when compiled with gcc-4.1.0 by sewardj · 18 years ago
  50. 7bc57fc split the assert so that its more obvious which part is failing by dirk · 18 years ago
  51. e25e765 Add support for sys_broc on amd64-linux when --kernel-variant=bproc. by sewardj · 18 years ago
  52. c57bc14 Almost all the stuff in pub_tool_libcsignal.h was not used by any tool; by sewardj · 18 years ago
  53. ca54af3 by njn · 18 years ago
  54. a58bbbc Syscall wrappers for ppc32-linux (and one for amd64-linux). by sewardj · 18 years ago
  55. 534e201 Properly handle external debuginfo (.gnu_debuglink) for stripped and by sewardj · 18 years ago
  56. d69222c Fold in a patch which appeared in FC5's default valgrind build, which by sewardj · 18 years ago
  57. c0a02f8 Oops: when adding translations to the auxiliary transtab, don't forget to by sewardj · 18 years ago
  58. 72c84c9 Avoid compiler warnings on ppc64-linux. by sewardj · 18 years ago
  59. a4068de Minor scheduler tidyings: by sewardj · 18 years ago
  60. c2fe246 Comment-only change. by sewardj · 18 years ago
  61. eadcd86 Cleanup/restructure m_debuginfo, as described in by sewardj · 18 years ago
  62. 7159212 Add a comment that really should have been in r5820. by sewardj · 18 years ago
  63. 54d0dc7 ppc32-linux: work around assemblers which can't do Altivec, by by sewardj · 18 years ago
  64. 313639f Enable sigsuspend on x86-linux and ppc32-linux. by tom · 18 years ago
  65. a1bdebc Don't use the presence of a filename to decide if a segment in the by tom · 18 years ago
  66. 19df83c Get rid of unused #define. by sewardj · 18 years ago
  67. dbf7ca7 by njn · 18 years ago
  68. 2a1b953 Hmm. Why is this file still here? (It got folded into aspacemgr.c by sewardj · 18 years ago
  69. 5bb61fe Delete VG_(sigaltstack) and VG_(sigpending) as they are unused. by sewardj · 18 years ago
  70. 4c9ab67 Delete VG_(poll), as it is unused. by sewardj · 18 years ago
  71. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  72. 621051e Handle msg_flags correctly - for recvmsg this field is written by the by tom · 18 years ago
  73. eb662fa Update expected output following r5785; also add a missing 's'. by sewardj · 18 years ago
  74. ec4d513 Make the unrecognised-instruction error message more informative. by njn · 18 years ago
  75. 363ec76 Add wrappers for a load of new 2.6.16 system calls. Fixes bug #123248. by tom · 18 years ago
  76. 3774f86 Enable sys_fchdir on ppc32-linux. by sewardj · 18 years ago
  77. d26ccbd Sync system call lists with the 2.6.16 kernel. by tom · 18 years ago
  78. ae0739d Make hard limit enforcement work for RLIMIT_DATA and RLIMIT_STACK in by tom · 18 years ago
  79. 3a74fb0 upmerge r5768 (Allow a thread to spin longer when yielding before by sewardj · 18 years ago
  80. 4c3faae A couple of initialisations to keep gcc-4.1.0 happy. by sewardj · 18 years ago
  81. e6647f4 Fix a redirection bug created by the overhaul of m_redir.c. Bug by sewardj · 18 years ago
  82. 851ba8d Minor readability change. by njn · 18 years ago
  83. 54c9960 syscall number updates by dirk · 18 years ago
  84. 9be7e83 update syscall numbers (against 2.6.16rc2) by dirk · 18 years ago
  85. a07c740 various syscall wrappings needed for SUSE 10.1 by dirk · 18 years ago
  86. 7637e9e Fix CPU feature identification for ppc32/64 - add more paranoia, and by sewardj · 18 years ago
  87. f665b34 Restore RIP on return from a signal handler on amd64 - mirrors the by tom · 18 years ago
  88. c8cfca6 Fix the tkill system call wrapper and enable it on x86 and amd64. by tom · 18 years ago
  89. 359c20c A few more syscalls. by sewardj · 18 years ago
  90. d2d241b Ensure memory acquired from sys_brk() really is zeroed. Fixes #121893. by sewardj · 18 years ago
  91. 6b3e0d7 Fix boundary conditions relating to stack permissions (see r5645). by sewardj · 18 years ago
  92. c6527d6 When setting the initial permissions of the area below the initial by sewardj · 18 years ago
  93. 2d53e69 'make dist' fix by sewardj · 18 years ago
  94. 8a42de6 Restore %EIP from the info passed to the handler (ucontext), so as to by sewardj · 18 years ago
  95. f5c8e37 Extend stack-permissions-change fast-case machinery to handle +/- 112, by sewardj · 18 years ago
  96. c1369aa Implement the vm86 and vm86old system calls based on a patch by tom · 18 years ago
  97. ab53d3e Enable enough syscalls to make self-hosting work on ppc64. by sewardj · 18 years ago
  98. 5d2af67 Implement a few extra ioctls based on patch from Eric Pouech in bug #120728. by tom · 18 years ago
  99. f8dc64f Denestification. by rjwalsh · 18 years ago
  100. 1162491 Teach the Dwarf2 line-info reader how to handle so-called 64-bit by sewardj · 18 years ago