1. 9d07242 Rename hoops() as main() -- much clearer. by nethercote · 20 years ago
  2. 107e1c0 by nethercote · 20 years ago
  3. 969ecf1 Cleaned up ume.h by moving some functions around. by nethercote · 20 years ago
  4. c0cd60b Stage2 doesn't need ume_go.c. by nethercote · 20 years ago
  5. 1dfcf64 Arch-abstraction: - whoops, missed one ucontext use in last commit by nethercote · 20 years ago
  6. e5a3e2b Arch-abstraction: by nethercote · 20 years ago
  7. 5fd9085 Arch-abstraction: by nethercote · 20 years ago
  8. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  9. bdaa89f Arch-abstraction: - abstract out three ELF constants by nethercote · 20 years ago
  10. 3221433 typo by nethercote · 20 years ago
  11. 8c1ce43 Improve error message. by nethercote · 20 years ago
  12. 2988f49 Turn off stabs debugging. by thughes · 20 years ago
  13. 60d62a7 More fixes for stabs generated by the GNAT compiler. This patch by thughes · 20 years ago
  14. 8c34d52 Added a module level stabs_debug flag to turn on all debugging. by thughes · 20 years ago
  15. b9019d8 Assert on any attempt to make a symbol a typedef for itself. by thughes · 20 years ago
  16. 671ce38 Fixed mistake in yesterday's signal trace patch. by thughes · 20 years ago
  17. b1a111b Fix conversion of timeval to milliseconds - tv_usec is microseconds by thughes · 20 years ago
  18. 5876d55 When dieing because a fatal signal was received, print a stack trace for by thughes · 20 years ago
  19. 54d0859 Don't free the interpreter structure until we've actually finished by thughes · 20 years ago
  20. 90efa30 Improve the checks in PRE(execve) to check that the file being executed by thughes · 20 years ago
  21. a996d3b Fixed the statfs64 wrapper to look at the right argument for the by thughes · 20 years ago
  22. cf5534b If a name is marked as both a typedef and a tag then ignore the tag marker by thughes · 20 years ago
  23. 4dc3aea The fix for bug 85811 added decoding of many extra negative type by thughes · 20 years ago
  24. aff1c77 by nethercote · 20 years ago
  25. e2925e9 Arch-abstraction: by nethercote · 20 years ago
  26. fedd810 by nethercote · 20 years ago
  27. 6eec460 by nethercote · 20 years ago
  28. 6b9c847 by nethercote · 20 years ago
  29. 0d3db0a Fix off-by-one error when counting the number of BBs executed. by nethercote · 20 years ago
  30. c009ebe Remove suppression files that have never been used, and don't get included in by nethercote · 20 years ago
  31. caca002 When augmenting the argument vector from the VALGRIND_OPTS environment by thughes · 20 years ago
  32. 3a1b817 Only mark the section of the stack that has actually been used as by thughes · 20 years ago
  33. 7587d47 wibble by nethercote · 20 years ago
  34. cd65604 by nethercote · 20 years ago
  35. 0060050 Fix minor off-by-one error. by nethercote · 20 years ago
  36. 187fdb7 vg_replace_malloc.c doesn't need to be included in "make dist", because it's by nethercote · 20 years ago
  37. 1174fed Add support for the SIOCGPGRP ioctl and mark SIOCSPGRP as non-blocking by thughes · 20 years ago
  38. 1abedd9 Arch-abstraction: - abstract out some inline asm by nethercote · 20 years ago
  39. 6432669 Removed result checks from ioctl POST handlers as the POST handler is by thughes · 20 years ago
  40. 15218bd by nethercote · 20 years ago
  41. 5b788fb Add system call wrappers for some CD related ioctls. Based on a by thughes · 20 years ago
  42. fc5cd00 Add system call wrappers for the TIOCMBIS/TIOCMBIC/TIOMSET ioctls. Based by thughes · 20 years ago
  43. 2f8d5f8 Add system call wrappers for sched_{get,set}affinity. Based on patch by thughes · 20 years ago
  44. aa4fb11 Make the virtualise setrlimit(RLIMIT_DATA) return EPERM when an attempt by thughes · 20 years ago
  45. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  46. 511e406 Arch-abstraction: - abstractify various uses of the stack pointer by nethercote · 20 years ago
  47. 3e901a2 Arch-abstraction: - minor tweaks for handling client requests on PPC by nethercote · 20 years ago
  48. 66b3af6 Slightly more informative error msgs for some cl reqs. by nethercote · 20 years ago
  49. bb4222b by nethercote · 20 years ago
  50. 0c7c927 Whoops, file should be called ".cvsignore", not ".cvgsigore". by nethercote · 20 years ago
  51. 60bd18c by nethercote · 20 years ago
  52. f9b5941 by nethercote · 20 years ago
  53. f94fe2f by nethercote · 20 years ago
  54. cf97ffb by nethercote · 20 years ago
  55. d2e3711 Use C89 compatible local declaration. by fitzhardinge · 20 years ago
  56. fd7da3a Pull permissions checking out into a separate function to clean things up a bit. by fitzhardinge · 20 years ago
  57. ca9bd9c When loading a -fpie executable, put it where info.exebase wants it, since by fitzhardinge · 20 years ago
  58. 72ddff6 Use MAP_NORESERVE for potentially large mappings. by fitzhardinge · 20 years ago
  59. fb583e2 minor fixes by nethercote · 20 years ago
  60. 820bd8c by nethercote · 20 years ago
  61. 775508a by nethercote · 20 years ago
  62. 9380b4a by nethercote · 20 years ago
  63. 6a27d83 by nethercote · 20 years ago
  64. 2e05c33 by nethercote · 20 years ago
  65. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  66. 3d4a0b1 Arch-abstraction: minor name change of params. by nethercote · 20 years ago
  67. d073550 Remove unnecessary #includes. by nethercote · 20 years ago
  68. b8ef9d8 Arch-abstraction: by nethercote · 20 years ago
  69. 86c5dcb by nethercote · 20 years ago
  70. 80013e9 Move env variables out of core_asm.h into core.h, where they should be. by nethercote · 20 years ago
  71. 410bfe6 Simplify calculation of VG_(shadow_end) to avoid an obscure bug on Paul M's PPC by nethercote · 20 years ago
  72. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  73. b24cbc8 by nethercote · 20 years ago
  74. 0800081 by nethercote · 20 years ago
  75. c06e213 Arch-abstraction: by nethercote · 20 years ago
  76. 80cca43 Tweaked comment. by nethercote · 20 years ago
  77. d9818da by nethercote · 20 years ago
  78. 7be4725 by nethercote · 20 years ago
  79. 1334313 Tweak some comments. by nethercote · 20 years ago
  80. 5a2664c by nethercote · 20 years ago
  81. 4606320 by nethercote · 20 years ago
  82. 6d225b0 Remove unnecessary #include statement. by nethercote · 20 years ago
  83. 109d0df by nethercote · 20 years ago
  84. 7109a8c Fix some vg_include.h references. by rjwalsh · 20 years ago
  85. f1e5e15 by nethercote · 20 years ago
  86. 4388a40 by nethercote · 20 years ago
  87. 5f2ad77 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; by nethercote · 20 years ago
  88. f7a86d1 Move the include of linux/fs.h before the include of sys/un.h as the by thughes · 20 years ago
  89. fb6f200 Make some of the parallel port ioctls conditional as older systems by thughes · 20 years ago
  90. 9fd5459 Add comments about limitations wrt self-modifying code. by jseward · 20 years ago
  91. e1a925d Add support for POSIIX clocks and timers. by thughes · 20 years ago
  92. d472262 Print a message if shadow memory cannot be allocated, rather than just by nethercote · 20 years ago
  93. 911304e When delivering SIGFPE make sure we patch up si_addr in any siginfo by thughes · 20 years ago
  94. 8ba345e Include the filename in the system call trace for the access syscall. by thughes · 20 years ago
  95. a3afffc If we return from a signal handler to a thread that was waiting to by thughes · 20 years ago
  96. b669ef7 Change things so that stage2's location is controlled by a single variable. by nethercote · 20 years ago
  97. ce47126 by nethercote · 20 years ago
  98. 03b1948 by nethercote · 20 years ago
  99. 537e894 by nethercote · 20 years ago
  100. cbc3bcd The size passed to VG_(st_mkfloat) should be in bytes, not bits. by thughes · 20 years ago