1. b1a111b Fix conversion of timeval to milliseconds - tv_usec is microseconds by thughes · 20 years ago
  2. 5876d55 When dieing because a fatal signal was received, print a stack trace for by thughes · 20 years ago
  3. 54d0859 Don't free the interpreter structure until we've actually finished by thughes · 20 years ago
  4. 90efa30 Improve the checks in PRE(execve) to check that the file being executed by thughes · 20 years ago
  5. a996d3b Fixed the statfs64 wrapper to look at the right argument for the by thughes · 20 years ago
  6. cf5534b If a name is marked as both a typedef and a tag then ignore the tag marker by thughes · 20 years ago
  7. 4dc3aea The fix for bug 85811 added decoding of many extra negative type by thughes · 20 years ago
  8. 4a9d546 Remove unused macros. by nethercote · 20 years ago
  9. 0fd4c71 All newlines are borked; fix. by nethercote · 20 years ago
  10. aff1c77 by nethercote · 20 years ago
  11. e2925e9 Arch-abstraction: by nethercote · 20 years ago
  12. fedd810 by nethercote · 20 years ago
  13. 6eec460 by nethercote · 20 years ago
  14. 159dfef Don't inline large function by nethercote · 20 years ago
  15. 6b9c847 by nethercote · 20 years ago
  16. 0d3db0a Fix off-by-one error when counting the number of BBs executed. by nethercote · 20 years ago
  17. 1c85a56 Fix grammar by nethercote · 20 years ago
  18. c009ebe Remove suppression files that have never been used, and don't get included in by nethercote · 20 years ago
  19. caca002 When augmenting the argument vector from the VALGRIND_OPTS environment by thughes · 20 years ago
  20. 3a1b817 Only mark the section of the stack that has actually been used as by thughes · 20 years ago
  21. 7587d47 wibble by nethercote · 20 years ago
  22. cd65604 by nethercote · 20 years ago
  23. 0060050 Fix minor off-by-one error. by nethercote · 20 years ago
  24. 187fdb7 vg_replace_malloc.c doesn't need to be included in "make dist", because it's by nethercote · 20 years ago
  25. b030c6c Arch-abstraction: by nethercote · 20 years ago
  26. b35a8b9 by nethercote · 20 years ago
  27. 1174fed Add support for the SIOCGPGRP ioctl and mark SIOCSPGRP as non-blocking by thughes · 20 years ago
  28. 1abedd9 Arch-abstraction: - abstract out some inline asm by nethercote · 20 years ago
  29. 6432669 Removed result checks from ioctl POST handlers as the POST handler is by thughes · 20 years ago
  30. 15218bd by nethercote · 20 years ago
  31. 5b788fb Add system call wrappers for some CD related ioctls. Based on a by thughes · 20 years ago
  32. fc5cd00 Add system call wrappers for the TIOCMBIS/TIOCMBIC/TIOMSET ioctls. Based by thughes · 20 years ago
  33. 2f8d5f8 Add system call wrappers for sched_{get,set}affinity. Based on patch by thughes · 20 years ago
  34. aa4fb11 Make the virtualise setrlimit(RLIMIT_DATA) return EPERM when an attempt by thughes · 20 years ago
  35. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  36. 511e406 Arch-abstraction: - abstractify various uses of the stack pointer by nethercote · 20 years ago
  37. 3e901a2 Arch-abstraction: - minor tweaks for handling client requests on PPC by nethercote · 20 years ago
  38. 66b3af6 Slightly more informative error msgs for some cl reqs. by nethercote · 20 years ago
  39. bb4222b by nethercote · 20 years ago
  40. 0c7c927 Whoops, file should be called ".cvsignore", not ".cvgsigore". by nethercote · 20 years ago
  41. 60bd18c by nethercote · 20 years ago
  42. f9b5941 by nethercote · 20 years ago
  43. f94fe2f by nethercote · 20 years ago
  44. cf97ffb by nethercote · 20 years ago
  45. d2e3711 Use C89 compatible local declaration. by fitzhardinge · 20 years ago
  46. fd7da3a Pull permissions checking out into a separate function to clean things up a bit. by fitzhardinge · 20 years ago
  47. ca9bd9c When loading a -fpie executable, put it where info.exebase wants it, since by fitzhardinge · 20 years ago
  48. 72ddff6 Use MAP_NORESERVE for potentially large mappings. by fitzhardinge · 20 years ago
  49. fb583e2 minor fixes by nethercote · 20 years ago
  50. 820bd8c by nethercote · 20 years ago
  51. 775508a by nethercote · 20 years ago
  52. 9380b4a by nethercote · 20 years ago
  53. 6a27d83 by nethercote · 20 years ago
  54. 2e05c33 by nethercote · 20 years ago
  55. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  56. 3d4a0b1 Arch-abstraction: minor name change of params. by nethercote · 20 years ago
  57. d073550 Remove unnecessary #includes. by nethercote · 20 years ago
  58. b8ef9d8 Arch-abstraction: by nethercote · 20 years ago
  59. 86c5dcb by nethercote · 20 years ago
  60. 80013e9 Move env variables out of core_asm.h into core.h, where they should be. by nethercote · 20 years ago
  61. 410bfe6 Simplify calculation of VG_(shadow_end) to avoid an obscure bug on Paul M's PPC by nethercote · 20 years ago
  62. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  63. b24cbc8 by nethercote · 20 years ago
  64. 0800081 by nethercote · 20 years ago
  65. c470211 Avoid spurious warning about using posix_memalign() by nethercote · 20 years ago
  66. c06e213 Arch-abstraction: by nethercote · 20 years ago
  67. 80cca43 Tweaked comment. by nethercote · 20 years ago
  68. d9818da by nethercote · 20 years ago
  69. 7be4725 by nethercote · 20 years ago
  70. 776ac36 Update docs for filename change. by nethercote · 20 years ago
  71. 1334313 Tweak some comments. by nethercote · 20 years ago
  72. 5a2664c by nethercote · 20 years ago
  73. ac95010 Arch-abstraction: whoops II, forgot to add the (residual) vg_skin.h, which just by nethercote · 20 years ago
  74. 37aac2e Arch-abstraction: Whoops, forgot to add tool.h.base. Also updated .cvsignore. by nethercote · 20 years ago
  75. 4606320 by nethercote · 20 years ago
  76. 6d225b0 Remove unnecessary #include statement. by nethercote · 20 years ago
  77. 109d0df by nethercote · 20 years ago
  78. 7109a8c Fix some vg_include.h references. by rjwalsh · 20 years ago
  79. f1e5e15 by nethercote · 20 years ago
  80. d4b17c0 Update .cvsignore for recently added regression tests. by nethercote · 20 years ago
  81. 4388a40 by nethercote · 20 years ago
  82. 5f2ad77 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; by nethercote · 20 years ago
  83. f7a86d1 Move the include of linux/fs.h before the include of sys/un.h as the by thughes · 20 years ago
  84. fb6f200 Make some of the parallel port ioctls conditional as older systems by thughes · 20 years ago
  85. dc0b4e8 HEAD now reports 2.3.0.CVS. by jseward · 20 years ago
  86. 447f12b --> 2.2.0 by jseward · 20 years ago
  87. c557452 version -> 2.2.0 by jseward · 20 years ago
  88. 2eb002b Hopefully final changes for 2.2.0. by jseward · 20 years ago
  89. 9fd5459 Add comments about limitations wrt self-modifying code. by jseward · 20 years ago
  90. b0e80b7 Add vki_itimerspec definition for POSIX timer support. by thughes · 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. 43a15ce Avoid divisions by zero. This fixes bug 78765. by nethercote · 20 years ago
  94. 7d180d9 Try to summarise 2.0.0 -> 2.2.0 changes. by jseward · 20 years ago
  95. 34ed74f Document 2.1.2 -> 2.2.0 deltas (2.0.0 -> 2.2.0 not yet done) by jseward · 20 years ago
  96. fd8a380 Recognise X.Org servers and treat them the same as XFree86 4.x servers. This by thughes · 20 years ago
  97. 6dbad73 Switch to using the newer forms of AC_INIT and AM_INIT_AUTOMAKE so that by thughes · 20 years ago
  98. 911304e When delivering SIGFPE make sure we patch up si_addr in any siginfo by thughes · 20 years ago
  99. 8ba345e Include the filename in the system call trace for the access syscall. by thughes · 20 years ago
  100. a3afffc If we return from a signal handler to a thread that was waiting to by thughes · 20 years ago