1. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  2. 2306bc8 Update second expected output to match the first. by nethercote · 20 years ago
  3. bdaa89f Arch-abstraction: - abstract out three ELF constants by nethercote · 20 years ago
  4. 3221433 typo by nethercote · 20 years ago
  5. 16b59ee Add README_DEVELOPERS to the 'make dist' tarball (since it's mentioned in by nethercote · 20 years ago
  6. 8c1ce43 Improve error message. by nethercote · 20 years ago
  7. 2988f49 Turn off stabs debugging. by thughes · 20 years ago
  8. 60d62a7 More fixes for stabs generated by the GNAT compiler. This patch by thughes · 20 years ago
  9. 8c34d52 Added a module level stabs_debug flag to turn on all debugging. by thughes · 20 years ago
  10. b9019d8 Assert on any attempt to make a symbol a typedef for itself. by thughes · 20 years ago
  11. 6f7eb9c Put back missing space... by thughes · 20 years ago
  12. 30c43d8 Cope with arguments over 510 characters in length when writing the by thughes · 20 years ago
  13. b497149 Remove reference to --tool=memcheck being the default. by thughes · 20 years ago
  14. 7246d52 Remove spurious (void) cast from VALGRIND_CHECK_DEFINED so that it by thughes · 20 years ago
  15. 671ce38 Fixed mistake in yesterday's signal trace patch. by thughes · 20 years ago
  16. b1a111b Fix conversion of timeval to milliseconds - tv_usec is microseconds by thughes · 20 years ago
  17. 5876d55 When dieing because a fatal signal was received, print a stack trace for by thughes · 20 years ago
  18. 54d0859 Don't free the interpreter structure until we've actually finished by thughes · 20 years ago
  19. 90efa30 Improve the checks in PRE(execve) to check that the file being executed by thughes · 20 years ago
  20. a996d3b Fixed the statfs64 wrapper to look at the right argument for the by thughes · 20 years ago
  21. cf5534b If a name is marked as both a typedef and a tag then ignore the tag marker by thughes · 20 years ago
  22. 4dc3aea The fix for bug 85811 added decoding of many extra negative type by thughes · 20 years ago
  23. 4a9d546 Remove unused macros. by nethercote · 20 years ago
  24. 0fd4c71 All newlines are borked; fix. by nethercote · 20 years ago
  25. aff1c77 by nethercote · 20 years ago
  26. e2925e9 Arch-abstraction: by nethercote · 20 years ago
  27. fedd810 by nethercote · 20 years ago
  28. 6eec460 by nethercote · 20 years ago
  29. 159dfef Don't inline large function by nethercote · 20 years ago
  30. 6b9c847 by nethercote · 20 years ago
  31. 0d3db0a Fix off-by-one error when counting the number of BBs executed. by nethercote · 20 years ago
  32. 1c85a56 Fix grammar by nethercote · 20 years ago
  33. c009ebe Remove suppression files that have never been used, and don't get included in by nethercote · 20 years ago
  34. caca002 When augmenting the argument vector from the VALGRIND_OPTS environment by thughes · 20 years ago
  35. 3a1b817 Only mark the section of the stack that has actually been used as by thughes · 20 years ago
  36. 7587d47 wibble by nethercote · 20 years ago
  37. cd65604 by nethercote · 20 years ago
  38. 0060050 Fix minor off-by-one error. by nethercote · 20 years ago
  39. 187fdb7 vg_replace_malloc.c doesn't need to be included in "make dist", because it's by nethercote · 20 years ago
  40. b030c6c Arch-abstraction: by nethercote · 20 years ago
  41. b35a8b9 by nethercote · 20 years ago
  42. 1174fed Add support for the SIOCGPGRP ioctl and mark SIOCSPGRP as non-blocking by thughes · 20 years ago
  43. 1abedd9 Arch-abstraction: - abstract out some inline asm by nethercote · 20 years ago
  44. 6432669 Removed result checks from ioctl POST handlers as the POST handler is by thughes · 20 years ago
  45. 15218bd by nethercote · 20 years ago
  46. 5b788fb Add system call wrappers for some CD related ioctls. Based on a by thughes · 20 years ago
  47. fc5cd00 Add system call wrappers for the TIOCMBIS/TIOCMBIC/TIOMSET ioctls. Based by thughes · 20 years ago
  48. 2f8d5f8 Add system call wrappers for sched_{get,set}affinity. Based on patch by thughes · 20 years ago
  49. aa4fb11 Make the virtualise setrlimit(RLIMIT_DATA) return EPERM when an attempt by thughes · 20 years ago
  50. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  51. 511e406 Arch-abstraction: - abstractify various uses of the stack pointer by nethercote · 20 years ago
  52. 3e901a2 Arch-abstraction: - minor tweaks for handling client requests on PPC by nethercote · 20 years ago
  53. 66b3af6 Slightly more informative error msgs for some cl reqs. by nethercote · 20 years ago
  54. bb4222b by nethercote · 20 years ago
  55. 0c7c927 Whoops, file should be called ".cvsignore", not ".cvgsigore". by nethercote · 20 years ago
  56. 60bd18c by nethercote · 20 years ago
  57. f9b5941 by nethercote · 20 years ago
  58. f94fe2f by nethercote · 20 years ago
  59. cf97ffb by nethercote · 20 years ago
  60. d2e3711 Use C89 compatible local declaration. by fitzhardinge · 20 years ago
  61. fd7da3a Pull permissions checking out into a separate function to clean things up a bit. by fitzhardinge · 20 years ago
  62. ca9bd9c When loading a -fpie executable, put it where info.exebase wants it, since by fitzhardinge · 20 years ago
  63. 72ddff6 Use MAP_NORESERVE for potentially large mappings. by fitzhardinge · 20 years ago
  64. fb583e2 minor fixes by nethercote · 20 years ago
  65. 820bd8c by nethercote · 20 years ago
  66. 775508a by nethercote · 20 years ago
  67. 9380b4a by nethercote · 20 years ago
  68. 6a27d83 by nethercote · 20 years ago
  69. 2e05c33 by nethercote · 20 years ago
  70. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  71. 3d4a0b1 Arch-abstraction: minor name change of params. by nethercote · 20 years ago
  72. d073550 Remove unnecessary #includes. by nethercote · 20 years ago
  73. b8ef9d8 Arch-abstraction: by nethercote · 20 years ago
  74. 86c5dcb by nethercote · 20 years ago
  75. 80013e9 Move env variables out of core_asm.h into core.h, where they should be. by nethercote · 20 years ago
  76. 410bfe6 Simplify calculation of VG_(shadow_end) to avoid an obscure bug on Paul M's PPC by nethercote · 20 years ago
  77. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  78. b24cbc8 by nethercote · 20 years ago
  79. 0800081 by nethercote · 20 years ago
  80. c470211 Avoid spurious warning about using posix_memalign() by nethercote · 20 years ago
  81. c06e213 Arch-abstraction: by nethercote · 20 years ago
  82. 80cca43 Tweaked comment. by nethercote · 20 years ago
  83. d9818da by nethercote · 20 years ago
  84. 7be4725 by nethercote · 20 years ago
  85. 776ac36 Update docs for filename change. by nethercote · 20 years ago
  86. 1334313 Tweak some comments. by nethercote · 20 years ago
  87. 5a2664c by nethercote · 20 years ago
  88. ac95010 Arch-abstraction: whoops II, forgot to add the (residual) vg_skin.h, which just by nethercote · 20 years ago
  89. 37aac2e Arch-abstraction: Whoops, forgot to add tool.h.base. Also updated .cvsignore. by nethercote · 20 years ago
  90. 4606320 by nethercote · 20 years ago
  91. 6d225b0 Remove unnecessary #include statement. by nethercote · 20 years ago
  92. 109d0df by nethercote · 20 years ago
  93. 7109a8c Fix some vg_include.h references. by rjwalsh · 20 years ago
  94. f1e5e15 by nethercote · 20 years ago
  95. d4b17c0 Update .cvsignore for recently added regression tests. by nethercote · 20 years ago
  96. 4388a40 by nethercote · 20 years ago
  97. 5f2ad77 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; by nethercote · 20 years ago
  98. f7a86d1 Move the include of linux/fs.h before the include of sys/un.h as the by thughes · 20 years ago
  99. fb6f200 Make some of the parallel port ioctls conditional as older systems by thughes · 20 years ago
  100. dc0b4e8 HEAD now reports 2.3.0.CVS. by jseward · 20 years ago