1. 39a7c1d ppc32 only: clarify meaning of second arg of VG_(mk_SysRes_ppc32_linux) by sewardj · 19 years ago
  2. 20eb26d Fix build system bug causing omission of some ppc32 test files from the tarball. by sewardj · 19 years ago
  3. fdf619e Fix bug observed by Neal Norwitz in which mremap fails for file mappings. by sewardj · 19 years ago
  4. e329b26 Enable a few extra system calls on amd64 as found by the Python test suite. by tom · 19 years ago
  5. ae17e7e Hopefully final 3.1.0RC1 changes. by sewardj · 19 years ago
  6. 6a443b2 As with ppc it's necessary to have an initial redirect for index(strchr) by sewardj · 19 years ago
  7. 71ef8e7 Fix obscure memcheck bug found by Nick. This could cause false by sewardj · 19 years ago
  8. 336c89d Note that Helgrind and Addrcheck are still busted. by njn · 19 years ago
  9. c66077e Add a note to release notes about GUIs, which some survey responders by njn · 19 years ago
  10. ee88d28 Another item for 3.1.0 release notes. by njn · 19 years ago
  11. f2383df add comment from log message by njn · 19 years ago
  12. 911289f Hacks needed for self-hosting on ppc32 (may be removable if stfiwx is implemented). by sewardj · 19 years ago
  13. 664c859 Don't test division by zero; 7400 doesn't do what 970/7447 do. by sewardj · 19 years ago
  14. 0e5c1ef Update expected outputs. by sewardj · 19 years ago
  15. fdeaa95 Another m{t,f}{xer,lr,ctr} simplification. by sewardj · 19 years ago
  16. 941051f Test m{t,f}{xer,lr,ctr} in a simpler way. by sewardj · 19 years ago
  17. e70e7c2 If we're doing an estimation operation, arrange to zap the bottom byte by sewardj · 19 years ago
  18. b05b0dd Update expected output. by sewardj · 19 years ago
  19. 81aab3c Fix up the test program so it behaves the same on different CPUs (when run by sewardj · 19 years ago
  20. 5777862 Fix this so that it compiles with gcc4 by writing the test fns by sewardj · 19 years ago
  21. 0fab2eb Suppressions for FC5, which claims to use glibc-2.4 (2.3.90 maybe). by sewardj · 19 years ago
  22. 53ad684 Few more doc tweaks for consistency's sake by de · 19 years ago
  23. 2fedc64 Counterpart to r5202: restore previous assembler state with .previous by sewardj · 19 years ago
  24. 2fa01f1 Add a few missing regtest outputs. by sewardj · 19 years ago
  25. d9fc382 Hmm. Perhaps all those top-level pieces of assembly weren't such a by sewardj · 19 years ago
  26. 7e109d1 Minor doc tweaks, mostly white space by de · 19 years ago
  27. 2c091b8 Minor QSG tweaks. by njn · 19 years ago
  28. a103e14 comment-only change by njn · 19 years ago
  29. 1aaadbd Document PPC32 FP limitations. by sewardj · 19 years ago
  30. 96fcfc8 ppc32: just apply the initial-redirection hack when Memcheck is in use by sewardj · 19 years ago
  31. 1b6b2b3 Changed altivec floating point setup to Java/IEEE mode by cerion · 19 years ago
  32. deae6e4 Patch to workaround borkage with new docbook stylesheets: by de · 19 years ago
  33. 37a1fc1 Yet another ppc32 suppression. by sewardj · 19 years ago
  34. 14c9add Stuff about core-dump reinstate-ment in the manual and release notes. by njn · 19 years ago
  35. 86f64bd Make coredump files have names like vgcore.12345 rather than vgcore.pid12345 by njn · 19 years ago
  36. 1132e82 suppression for Ubuntu with a stripped ld.so. by njn · 19 years ago
  37. 14cdd31 Back out r5180 (sorry Josef). On consideration it just increases the difficulty by sewardj · 19 years ago
  38. 28e4059 Update documentation about --show-below-main. by njn · 19 years ago
  39. 0ba33f6 Last of the __libc_start_main fixes. by tom · 19 years ago
  40. d48d927 Yet more __libc_start_main updates. by tom · 19 years ago
  41. a9951cd Update XML results for __libc_start_main change. by tom · 19 years ago
  42. 428bdf7 Fix argument count given to makecontext. by tom · 19 years ago
  43. 605da88 More __libc_start_main updates. by tom · 19 years ago
  44. 36c7619 Update some expected results in line with Julian's fix to stop by tom · 19 years ago
  45. 285c0b7 SuSE 10 (ppc32) suppressions. by sewardj · 19 years ago
  46. c2588a5 comment about the test by njn · 19 years ago
  47. 461c69d (ppc32) Only include hacky redirects for malloc-replacing tools. by sewardj · 19 years ago
  48. b67c6ce wibl by njn · 19 years ago
  49. 7c68e98 gcc isn't so hot at reading English text by sewardj · 19 years ago
  50. 2683716 I couldn't resist by njn · 19 years ago
  51. 09ef408 copy log message as a comment by njn · 19 years ago
  52. 55c6e55 document by njn · 19 years ago
  53. b325ad1 Allocate stack with mmap rather than malloc, so that on ppc32 we get an executable by sewardj · 19 years ago
  54. 9ad122b Change the cannot-detect-cache-config message on PPC32 so we can filter by njn · 19 years ago
  55. 54e095f Enable mq syscalls (untested). by sewardj · 19 years ago
  56. 7fd59fc Fixes to make the .pdf build using the toolchain on SuSE10 (from Donna). by sewardj · 19 years ago
  57. 73cf4c6 Make VG_(apply_StackTrace) stop if it looks like we've overshot main(). by sewardj · 19 years ago
  58. d6e91bc sys_tgkill: hand the syscall to the kernel in the standard way, rather by sewardj · 19 years ago
  59. 7f4bd10 Connect properly to the tgkill wrapper. by sewardj · 19 years ago
  60. 89551b3 This won't work on ppc32 unless you ask for an alt stack with x permissions, by sewardj · 19 years ago
  61. 8e73238 Get rid of bogus assertion. by sewardj · 19 years ago
  62. 4a5223b Update README_DEVELOPERS to describe how to debug valgrind more by tom · 19 years ago
  63. 05e4f8e Removed vki_ntohs definition and the infrastructure that supported by tom · 19 years ago
  64. 329af4b Use VG_(ntohl) and VG_(ntohs) to decode IP addresses and ports. Note by tom · 19 years ago
  65. a4a4f41 Provide a full set of ntohl/htonl/ntohs/htons routines in the by tom · 19 years ago
  66. 9e11408 Kludgey endianness fix (for printing only) to stop fdleak_ipv4 failing on by sewardj · 19 years ago
  67. 8202204 Enable sys_lstat on ppc32. by sewardj · 19 years ago
  68. 42ef7b4 Filter out I-have-no-idea-what-your-caches-are message, so these tests by sewardj · 19 years ago
  69. 754b82d A couple of these syscalls fail differently when running on an amd64 by sewardj · 19 years ago
  70. 6a5a69c Record XML output format changes. by sewardj · 19 years ago
  71. 0ddabca record more email comments by njn · 19 years ago
  72. 3d11e0e Implemented checks for FPSCR and VSCR on leaving dispatcher by cerion · 19 years ago
  73. 7cce5b8 Minor tweaks. by njn · 19 years ago
  74. 4ce89e1 Fix up ppc32-linux handlers for sys_sigreturn and sys_rt_sigreturn. I really by sewardj · 19 years ago
  75. 4705861 Even more news. by sewardj · 19 years ago
  76. 8f5fc19 Added tests for latest altivec fp insns by cerion · 19 years ago
  77. 4bbe9d7 Edit the release notes a bit and add our huge list of fixed bugs. by sewardj · 19 years ago
  78. 176cb4c Added fp vector conversion/rounding irops to memcheck by cerion · 19 years ago
  79. 7c555a9 Record previous log message as a comment in the code. by njn · 19 years ago
  80. 33ca9e8 Make the data segment (heap) executable. LinuxThreads on ppc32 creates by sewardj · 19 years ago
  81. c3740ad Sync with all the bugzilla emails I have. by sewardj · 19 years ago
  82. 37b4503 Update XML results. by tom · 19 years ago
  83. 1ea00a1 Enable sys_rt_sigsuspend. This is needed by LinuxThreads. by sewardj · 19 years ago
  84. f691d39 Bug status updates. by tom · 19 years ago
  85. 1f0bbc7 Slightly reorder the preamble-printing order, and also print the CPU arch/subarch detected. by sewardj · 19 years ago
  86. bcaf047 Move VG_(am_get_filename) to the tool accessible aspacemgr header file. by tom · 19 years ago
  87. 7e8c7ca Reinstate code to extent SegInfo ranges to cover all PT_LOAD segments by tom · 19 years ago
  88. a41c7b2 Update bug status. by tom · 19 years ago
  89. a2c7603 Fix stabs decoder to allow :: in a method name provided it is inside by tom · 19 years ago
  90. 8d9fec5 Complete documentation trawl for 3.1.0. by sewardj · 19 years ago
  91. 710099c wibble by njn · 19 years ago
  92. 053fe98 Update manual for 3.1.0, sections <= manual-core.html. by sewardj · 19 years ago
  93. 20241ba Incremented the xml output protocolversion to 2, following the change in the time field format of r5042 by cerion · 19 years ago
  94. 376e871 More detail about pre-release testing. by njn · 19 years ago
  95. 90c524e Remove horribly out-of-date comment. by njn · 19 years ago
  96. 2f93288 Handle some ALSA ioctls that don't have size or direction hints. by tom · 19 years ago
  97. f349d55 In XML mode, emit a closing </valgrindoutput> on various kinds of by sewardj · 19 years ago
  98. 7394b04 by njn · 19 years ago
  99. bb704c3 Make this test compile on my machine. by njn · 19 years ago
  100. 4e45eb6 Enable the prctl system call on amd64. by tom · 19 years ago