1. 33ca9e8 Make the data segment (heap) executable. LinuxThreads on ppc32 creates by sewardj · 19 years ago
  2. 1ea00a1 Enable sys_rt_sigsuspend. This is needed by LinuxThreads. by sewardj · 19 years ago
  3. 1f0bbc7 Slightly reorder the preamble-printing order, and also print the CPU arch/subarch detected. by sewardj · 19 years ago
  4. bcaf047 Move VG_(am_get_filename) to the tool accessible aspacemgr header file. by tom · 19 years ago
  5. 7e8c7ca Reinstate code to extent SegInfo ranges to cover all PT_LOAD segments by tom · 19 years ago
  6. a2c7603 Fix stabs decoder to allow :: in a method name provided it is inside by tom · 19 years ago
  7. 20241ba Incremented the xml output protocolversion to 2, following the change in the time field format of r5042 by cerion · 19 years ago
  8. 2f93288 Handle some ALSA ioctls that don't have size or direction hints. by tom · 19 years ago
  9. f349d55 In XML mode, emit a closing </valgrindoutput> on various kinds of by sewardj · 19 years ago
  10. 4e45eb6 Enable the prctl system call on amd64. by tom · 19 years ago
  11. 75ea798 Separate the stack unwind logic for amd64 and x86, so that they can be by sewardj · 19 years ago
  12. 1d3cee2 On amd64, when running allocation-intensive code in the presence of by sewardj · 19 years ago
  13. c8cb9d0 Document sign extension of si_code by the kernel. by tom · 19 years ago
  14. 70c91dd Hacks to enable self-hosting on amd64, so as to facilitate cachegrinding it. by sewardj · 19 years ago
  15. fcf6209 wibble by sewardj · 19 years ago
  16. 99ffec4 Make the address space manager use fstat64 when it is available. There by tom · 19 years ago
  17. 95458c6 Preserve the sign of the bottom 16 bits of si_code when discarding by tom · 19 years ago
  18. f36e99a Hacks needed for MontaVista Linux 3.1 (ppc32). by sewardj · 19 years ago
  19. fbba371 Enable a couple more syscalls. by sewardj · 19 years ago
  20. 525e232 ppc32 stack unwind: if the initial FP looks bad, don't use it. by sewardj · 19 years ago
  21. 2c36d42 The absolute bare minimum changes needed to make it work on an by sewardj · 19 years ago
  22. 22a787b Use revised PPC32 subarchitecture categories. by sewardj · 19 years ago
  23. e3826cf Hook the ppc32 stuff up to the revised CPU detection machinery, and by sewardj · 19 years ago
  24. 1a7bda9 Enable remaining *xattr system calls on amd64. Fixes bug #116200. by tom · 19 years ago
  25. 9f4a7bf Mask out the top 16 bits of si_code at the start of the signal by tom · 19 years ago
  26. e2d1e67 Tidy up the machinery for detecting the CPU type and capabilities. by sewardj · 19 years ago
  27. 00cfcfc Don't imply that the --tool option is mandatory. by njn · 19 years ago
  28. 628add6 Rename --simulation-hints as --sim-hints for brevity. by njn · 19 years ago
  29. bd7c492 @KICKSTART_BASE@ is history. by sewardj · 19 years ago
  30. 148250b Add named constants for si_code values to replace the magic numbers. by tom · 19 years ago
  31. c4b3f0c Fix compiler warnings. by tom · 19 years ago
  32. 7c78782 Fix compiler warning. by tom · 19 years ago
  33. 151a639 Fix compiler warnings. by tom · 19 years ago
  34. 60677fb Fix compiler warnings. by tom · 19 years ago
  35. 2315d18 Suppress AT_SYSINFO in the auxiliary vector because it contains a by tom · 19 years ago
  36. 51ce791 Comments from Greg Parker re ppc ABI conventions. by cerion · 19 years ago
  37. 4818d73 Avoid compiler warnings. by njn · 19 years ago
  38. e0008d6 Call VG_(unknown_SP_update) each time we switch to a new thread. This by tom · 19 years ago
  39. de3cf13 Add some extra debugging to the stack management module and simply by tom · 19 years ago
  40. e00659d m_libcsignal is needed here. by sewardj · 19 years ago
  41. 9341b18 Remove redundant conditional - ppc32-linux is already handled. by tom · 19 years ago
  42. ffd9c1d Try to avoid compiler warnings on AMD64. by njn · 19 years ago
  43. e148666 by njn · 19 years ago
  44. c9e73dc Add casts to stop gcc complaining. by sewardj · 19 years ago
  45. 337556e Add comments from email discussion re mprotect. by sewardj · 19 years ago
  46. ccc89d9 Third pass at the ppc32 ptrace stuff. It compiles now, but gcc complains that by sewardj · 19 years ago
  47. 3e35756 Save/Restore condition register, and VRSAVE register in core dispatch loop. by cerion · 19 years ago
  48. d98f68d Adjust debugLog messages. by sewardj · 19 years ago
  49. 5533424 Install libvex.a and libcoregrind.a, needed for external tool builds. by sewardj · 19 years ago
  50. 0109322 Do ptrace_setregs in a ppc32 compatible way instead of a ppc64 way. by tom · 19 years ago
  51. 0dce48b Add missing quote. by tom · 19 years ago
  52. a3afdfb by njn · 19 years ago
  53. e51a42c store & load callee-saved floating-point and vector registers in core dispatch loop. by cerion · 19 years ago
  54. 0e500f1 Try to fill in ptrace_setregs. Dunno if it's right. by sewardj · 19 years ago
  55. 592ae09 Reinstate timestamping, sort-of, having trashed VG_(ctime) as part of by sewardj · 19 years ago
  56. 6550519 Handle the PROT_GROWSDOWN and PROT_GROWSUP mprotect flags properly by tom · 19 years ago
  57. 3c3f0c1 Document the --kernel-variant= option. by sewardj · 19 years ago
  58. ec15d6a Set CPPFLAGS correctly when building the core preload library. by tom · 19 years ago
  59. f72cced Second try at getting rid of the is_self() hack used to decide when to by sewardj · 19 years ago
  60. d822c6c My emacs is just too clever for its own good... by tom · 19 years ago
  61. 0f7573d Use sysconf to get the page size as it is more portable. by tom · 19 years ago
  62. 3849cc5 Handle sys_sigaction on ppc32-linux. by sewardj · 19 years ago
  63. fb7bcde Dual architecture support - this commit is a major rework of the build by tom · 19 years ago
  64. ad4e18d by njn · 19 years ago
  65. de2b160 Liberalise x86 clone flag handling, so it's as per amd64/ppc32. by sewardj · 19 years ago
  66. de616ec Fix stack unwinding on ppc. by sewardj · 19 years ago
  67. 9a699e8 Commit Tom's improved-stack-unwinding patch. by sewardj · 19 years ago
  68. 69c273f Read debug info from the V exe when it is installed as an in-place build. by sewardj · 19 years ago
  69. ac35f10 Add a comment documenting the reason for subtracting one from the IP value by tom · 19 years ago
  70. 0290a05 Placate compiler warning. by sewardj · 19 years ago
  71. 06beb38 Backout additional space until we decide whether we want it. by tom · 19 years ago
  72. bbe14b1 Fix up references to log files names containing "pid" in them and by tom · 19 years ago
  73. 121d1d0 When unwinding the stack on x86/amd64 subtract one from the value of by tom · 19 years ago
  74. a0fef1b Track API change in vex r1429. by sewardj · 19 years ago
  75. 09f6173 Don't try to honour the ELF interpreter's load address if it is zero. by sewardj · 19 years ago
  76. 1399c74 Fix format string in signal mask printing. by tom · 19 years ago
  77. f7781e9 Display signal masks correctly when --trace-signals=yes is used by tom · 19 years ago
  78. c28e3dd The sloppyRXcheck logic in the sync checker was not correct - it was by tom · 19 years ago
  79. 0d15944 Don't give the heap execute permission - the linux kernel doesn't by tom · 19 years ago
  80. 069e641 Make the request for space for the interpreter into a hint so that we by tom · 19 years ago
  81. aedc7c3 Whitespace only change (test commit to see if auto-mail-on-commit is by sewardj · 19 years ago
  82. 152cb59 Build fixes following recent coredump hackery. by sewardj · 19 years ago
  83. cf4ac71 Fix a couple of gcc warnings following recent coredumping changes (r4970). by sewardj · 19 years ago
  84. f4c2310 Get core dumping working again - the architecture specific code that by tom · 19 years ago
  85. 2e9f3f3 The version string from --version was being printed to stderr. This by njn · 19 years ago
  86. 40b9ce7 Enable Altivec by default if it is available. by sewardj · 19 years ago
  87. 24596d8 Pass args to match format string. by sewardj · 19 years ago
  88. 88b7add Handle SHT_NOBITS sections when checking for section overruns. This by sewardj · 19 years ago
  89. 8bf1c33 Don't assert if the DWARF line info reader is given so little data that by tom · 19 years ago
  90. 70a5cb0 Add support for the mbind system call on x86 and amd64. Fixes bug #114756. by tom · 19 years ago
  91. 1d1a226 Increase the threshold above which new errors are not shown from 300 by sewardj · 19 years ago
  92. 74b4cca Remove all remaining references to pointercheck. It's sad to see it by sewardj · 19 years ago
  93. 19617ae The Spin-Doctor arrives in Valgrind-Land: rename --weird-hacks= to by sewardj · 19 years ago
  94. 5bbef3a rm the skiplist module, as it has been superseded by the AVL-tree by sewardj · 19 years ago
  95. 20b4a15 Make the usage message a little neater and more self-consistent. by njn · 19 years ago
  96. ce29f37 Halve the size of the fast tt lookup cache. This improves ppc32 by sewardj · 19 years ago
  97. 34f042e Use standard syntax for the rlwinm. by sewardj · 19 years ago
  98. 65e1939 Snap up some easy pickings pointed out by cachegrinding nulgrind on ppc32. by sewardj · 19 years ago
  99. fe0ffd4 Reenable a couple more syscalls needed for self-hosting on ppc32, by sewardj · 19 years ago
  100. 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago