1. c2588a5 comment about the test by njn · 19 years ago
  2. 461c69d (ppc32) Only include hacky redirects for malloc-replacing tools. by sewardj · 19 years ago
  3. b67c6ce wibl by njn · 19 years ago
  4. 7c68e98 gcc isn't so hot at reading English text by sewardj · 19 years ago
  5. 2683716 I couldn't resist by njn · 19 years ago
  6. 09ef408 copy log message as a comment by njn · 19 years ago
  7. 55c6e55 document by njn · 19 years ago
  8. b325ad1 Allocate stack with mmap rather than malloc, so that on ppc32 we get an executable by sewardj · 19 years ago
  9. 9ad122b Change the cannot-detect-cache-config message on PPC32 so we can filter by njn · 19 years ago
  10. 54e095f Enable mq syscalls (untested). by sewardj · 19 years ago
  11. 7fd59fc Fixes to make the .pdf build using the toolchain on SuSE10 (from Donna). by sewardj · 19 years ago
  12. 73cf4c6 Make VG_(apply_StackTrace) stop if it looks like we've overshot main(). by sewardj · 19 years ago
  13. d6e91bc sys_tgkill: hand the syscall to the kernel in the standard way, rather by sewardj · 19 years ago
  14. 7f4bd10 Connect properly to the tgkill wrapper. by sewardj · 19 years ago
  15. 89551b3 This won't work on ppc32 unless you ask for an alt stack with x permissions, by sewardj · 19 years ago
  16. 8e73238 Get rid of bogus assertion. by sewardj · 19 years ago
  17. 4a5223b Update README_DEVELOPERS to describe how to debug valgrind more by tom · 19 years ago
  18. 05e4f8e Removed vki_ntohs definition and the infrastructure that supported by tom · 19 years ago
  19. 329af4b Use VG_(ntohl) and VG_(ntohs) to decode IP addresses and ports. Note by tom · 19 years ago
  20. a4a4f41 Provide a full set of ntohl/htonl/ntohs/htons routines in the by tom · 19 years ago
  21. 9e11408 Kludgey endianness fix (for printing only) to stop fdleak_ipv4 failing on by sewardj · 19 years ago
  22. 8202204 Enable sys_lstat on ppc32. by sewardj · 19 years ago
  23. 42ef7b4 Filter out I-have-no-idea-what-your-caches-are message, so these tests by sewardj · 19 years ago
  24. 754b82d A couple of these syscalls fail differently when running on an amd64 by sewardj · 19 years ago
  25. 6a5a69c Record XML output format changes. by sewardj · 19 years ago
  26. 0ddabca record more email comments by njn · 19 years ago
  27. 3d11e0e Implemented checks for FPSCR and VSCR on leaving dispatcher by cerion · 19 years ago
  28. 7cce5b8 Minor tweaks. by njn · 19 years ago
  29. 4ce89e1 Fix up ppc32-linux handlers for sys_sigreturn and sys_rt_sigreturn. I really by sewardj · 19 years ago
  30. 4705861 Even more news. by sewardj · 19 years ago
  31. 8f5fc19 Added tests for latest altivec fp insns by cerion · 19 years ago
  32. 4bbe9d7 Edit the release notes a bit and add our huge list of fixed bugs. by sewardj · 19 years ago
  33. 176cb4c Added fp vector conversion/rounding irops to memcheck by cerion · 19 years ago
  34. 7c555a9 Record previous log message as a comment in the code. by njn · 19 years ago
  35. 33ca9e8 Make the data segment (heap) executable. LinuxThreads on ppc32 creates by sewardj · 19 years ago
  36. c3740ad Sync with all the bugzilla emails I have. by sewardj · 19 years ago
  37. 37b4503 Update XML results. by tom · 19 years ago
  38. 1ea00a1 Enable sys_rt_sigsuspend. This is needed by LinuxThreads. by sewardj · 19 years ago
  39. f691d39 Bug status updates. by tom · 19 years ago
  40. 1f0bbc7 Slightly reorder the preamble-printing order, and also print the CPU arch/subarch detected. by sewardj · 19 years ago
  41. bcaf047 Move VG_(am_get_filename) to the tool accessible aspacemgr header file. by tom · 19 years ago
  42. 7e8c7ca Reinstate code to extent SegInfo ranges to cover all PT_LOAD segments by tom · 19 years ago
  43. a41c7b2 Update bug status. by tom · 19 years ago
  44. a2c7603 Fix stabs decoder to allow :: in a method name provided it is inside by tom · 19 years ago
  45. 8d9fec5 Complete documentation trawl for 3.1.0. by sewardj · 19 years ago
  46. 710099c wibble by njn · 19 years ago
  47. 053fe98 Update manual for 3.1.0, sections <= manual-core.html. by sewardj · 19 years ago
  48. 20241ba Incremented the xml output protocolversion to 2, following the change in the time field format of r5042 by cerion · 19 years ago
  49. 376e871 More detail about pre-release testing. by njn · 19 years ago
  50. 90c524e Remove horribly out-of-date comment. by njn · 19 years ago
  51. 2f93288 Handle some ALSA ioctls that don't have size or direction hints. by tom · 19 years ago
  52. f349d55 In XML mode, emit a closing </valgrindoutput> on various kinds of by sewardj · 19 years ago
  53. 7394b04 by njn · 19 years ago
  54. bb704c3 Make this test compile on my machine. by njn · 19 years ago
  55. 4e45eb6 Enable the prctl system call on amd64. by tom · 19 years ago
  56. 75ea798 Separate the stack unwind logic for amd64 and x86, so that they can be by sewardj · 19 years ago
  57. 1d3cee2 On amd64, when running allocation-intensive code in the presence of by sewardj · 19 years ago
  58. d125cd5 Update manual page. by tom · 19 years ago
  59. c8cb9d0 Document sign extension of si_code by the kernel. by tom · 19 years ago
  60. 05cf1eb Added tests for altivec load/stores Enabled altivec float tests by cerion · 19 years ago
  61. e78ba2a Couple more irops for memcheck. by cerion · 19 years ago
  62. b3eb91b comment out altivec tests for unsupported insns by cerion · 19 years ago
  63. 70c91dd Hacks to enable self-hosting on amd64, so as to facilitate cachegrinding it. by sewardj · 19 years ago
  64. fcf6209 wibble by sewardj · 19 years ago
  65. fcd0488 Inline cachesim_*_doref(). This gains about 5--10% in speed. by njn · 19 years ago
  66. 99ffec4 Make the address space manager use fstat64 when it is available. There by tom · 19 years ago
  67. 1f50399 addition by njn · 19 years ago
  68. 95458c6 Preserve the sign of the bottom 16 bits of si_code when discarding by tom · 19 years ago
  69. f36e99a Hacks needed for MontaVista Linux 3.1 (ppc32). by sewardj · 19 years ago
  70. fbba371 Enable a couple more syscalls. by sewardj · 19 years ago
  71. 525e232 ppc32 stack unwind: if the initial FP looks bad, don't use it. by sewardj · 19 years ago
  72. 2c36d42 The absolute bare minimum changes needed to make it work on an by sewardj · 19 years ago
  73. 22a787b Use revised PPC32 subarchitecture categories. by sewardj · 19 years ago
  74. e3826cf Hook the ppc32 stuff up to the revised CPU detection machinery, and by sewardj · 19 years ago
  75. c1ba111 Update bug status. by tom · 19 years ago
  76. 1a7bda9 Enable remaining *xattr system calls on amd64. Fixes bug #116200. by tom · 19 years ago
  77. 9f4a7bf Mask out the top 16 bits of si_code at the start of the signal by tom · 19 years ago
  78. e2d1e67 Tidy up the machinery for detecting the CPU type and capabilities. by sewardj · 19 years ago
  79. 59cd107 Remove commented-out x86/AMD64 stuff from PPC32 file. by njn · 19 years ago
  80. f63170c First cut at 3.1.0 release notes. Please edit as desired... by njn · 19 years ago
  81. 86d6807 fix by njn · 19 years ago
  82. 00cfcfc Don't imply that the --tool option is mandatory. by njn · 19 years ago
  83. 628add6 Rename --simulation-hints as --sim-hints for brevity. by njn · 19 years ago
  84. efc94ad Make regtests work with --enable-inner. by njn · 19 years ago
  85. b6d05e6 Use the amd64 tests on amd64 not the x86 ones... by tom · 19 years ago
  86. 99d7d1b Use the amd64 tests on amd64, not the x86 ones... by tom · 19 years ago
  87. c82c149 Add a filter for the amd64 tests. by tom · 19 years ago
  88. accb353 Run instruction tests under memcheck as well as none. by tom · 19 years ago
  89. bd7c492 @KICKSTART_BASE@ is history. by sewardj · 19 years ago
  90. 148250b Add named constants for si_code values to replace the magic numbers. by tom · 19 years ago
  91. f5cc6b3 Kludge which stops biarch builds going to hell at make -j 2 or above. by sewardj · 19 years ago
  92. 2fb8f7a Add a stack switching test. by tom · 19 years ago
  93. 5ffdc3f Add -m32 for assembly code when possible. by tom · 19 years ago
  94. b12b89f Add results for 64 bit systems. by tom · 19 years ago
  95. ef56732 Allow 32 bit x86 tests to run on amd64 machines. by tom · 19 years ago
  96. c4b3f0c Fix compiler warnings. by tom · 19 years ago
  97. 530f735 Stop gcc4 complaining about pointer signedness mismatches. by sewardj · 19 years ago
  98. 7c78782 Fix compiler warning. by tom · 19 years ago
  99. 151a639 Fix compiler warnings. by tom · 19 years ago
  100. 7379c70 Turn on some extra warnings. by tom · 19 years ago