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