1. 7e08f06 Arch-abstraction: by nethercote · 20 years ago
  2. 3ac5dd4 as_shm wasn't being included in 'make dist'. by nethercote · 20 years ago
  3. ef5f955 Arch-abstraction: - final fix for insn_* test moving; they now work correctly by nethercote · 20 years ago
  4. 25e4231 Arch-abstraction: by nethercote · 20 years ago
  5. 6a67435 Arch-abstraction: - things I forgot to do when moving the insn_* tests... by nethercote · 20 years ago
  6. bfd2019 Arch-abstraction: by nethercote · 20 years ago
  7. a8bc380 readability fiddle by nethercote · 20 years ago
  8. 664ffd1 Forgot to cvs remove this when I moved it to x86/. by nethercote · 20 years ago
  9. 5548ded Update by nethercote · 20 years ago
  10. dfdddce Whoops, forgot this file. by nethercote · 20 years ago
  11. a255d80 Arch-abstraction: by nethercote · 20 years ago
  12. 781bed4 by nethercote · 20 years ago
  13. b625bcb by nethercote · 20 years ago
  14. da8735a Use "ppc" rather than "powerpc" -- it's less typing. by nethercote · 20 years ago
  15. bdf9a77 Whoops, syscall.S is platform-specific, and so must go in x86-linux/ rather by nethercote · 20 years ago
  16. 986202f by nethercote · 20 years ago
  17. 9b3c765 by nethercote · 20 years ago
  18. 691e8ee Arch-abstraction: by nethercote · 20 years ago
  19. f24712c Really fix statically initialised read-write locks this time... by thughes · 20 years ago
  20. 848907a Use tgkill instead of tkill if it is available. This is the newer and by thughes · 20 years ago
  21. e90c683 by nethercote · 20 years ago
  22. 6eb106b Tweak type of VGA_(thread_syscall), and related variable name changes. by nethercote · 20 years ago
  23. 24e0d44 Arch-abstraction: by nethercote · 20 years ago
  24. 0e8f51b Back-out accidental commit. by thughes · 20 years ago
  25. 2c337fa Make statically initialised read-write locks work. by thughes · 20 years ago
  26. 3512291 Arch-abstraction: by nethercote · 20 years ago
  27. 3b38c1d Increase the size of M_VG_ERRTXT from 512B to 4KB, increasing the size of C++ by nethercote · 20 years ago
  28. 41c75da Arch-abstraction: - factor out code for restarting syscalls by nethercote · 20 years ago
  29. 6456ab1 by nethercote · 20 years ago
  30. 2513064 by nethercote · 20 years ago
  31. 39569e1 Add a couple of lines that were missed out in the long timeouts patch. by thughes · 20 years ago
  32. c25c449 by nethercote · 20 years ago
  33. e761bef Fix problems with very long timeouts given when waiting on a mutex or by thughes · 20 years ago
  34. e321d49 Implement pthread_mutex_timedlock. This resolves bug 78422. by thughes · 20 years ago
  35. c41c6f4 When returning from handling a signal check whether any mutex that the by thughes · 20 years ago
  36. f726923 If a thread is waiting on a mutex or condition variable when a signal is by thughes · 20 years ago
  37. 4ec0af4 Remove unnecessary glibc #includes; use VKI_O_RDONLY instead of O_RDONLY as by nethercote · 20 years ago
  38. 8542e0f Remove the limit on the number of pthread read/write locks. This works by thughes · 20 years ago
  39. 4750181 Add a dummy implementation of pthread_attr_getinheritsched. by thughes · 20 years ago
  40. 15a76d1 Suppress .stderr.diff2 files as well as .stderr.diff files. by thughes · 20 years ago
  41. 8abf392 When signal routing is in use (because we are running on an older kernel by thughes · 20 years ago
  42. 737cf76 Yet another attempt to quash the assertions in the pthread forwarding code. by thughes · 20 years ago
  43. 8ef6d96 It seems there are some kernels around where the getpid system call has by thughes · 20 years ago
  44. 83d479f Remove duplicate declaration. by nethercote · 20 years ago
  45. ecce61c Remove unnecessary #includes. by nethercote · 20 years ago
  46. 265b63a Replace glibc header with equivalent kernel header, which fixes a compile by nethercote · 20 years ago
  47. 06e9bd2 by nethercote · 20 years ago
  48. d21db26 Change so that external tools can find the appropriate $ARCH and $PLATFORM by nethercote · 20 years ago
  49. fa39f38 Avoid warning about not returning a value from main(). by nethercote · 20 years ago
  50. f4eb6eb Arch-abstraction: replace direct mentions of x86/ directory with ${VG_ARCH}. by nethercote · 20 years ago
  51. 543a63f by nethercote · 20 years ago
  52. 1aec032 Strengthened the unit self-test, by also testing foreach_map(), the other by nethercote · 20 years ago
  53. e65e47b Added a unit self-test -- a test program that incorporates a small part of by nethercote · 20 years ago
  54. cca9725 Implement pthread_mutexattr_gettype. by thughes · 20 years ago
  55. 9d07242 Rename hoops() as main() -- much clearer. by nethercote · 20 years ago
  56. 107e1c0 by nethercote · 20 years ago
  57. 969ecf1 Cleaned up ume.h by moving some functions around. by nethercote · 20 years ago
  58. d41cd6c Add alternate results for some tests that use mmap. by thughes · 20 years ago
  59. c0cd60b Stage2 doesn't need ume_go.c. by nethercote · 20 years ago
  60. 7b74209 Allow for test output files. by nethercote · 20 years ago
  61. 1dfcf64 Arch-abstraction: - whoops, missed one ucontext use in last commit by nethercote · 20 years ago
  62. e5a3e2b Arch-abstraction: by nethercote · 20 years ago
  63. 9bcc906 Preparing for powerpc inclusion, one day. by nethercote · 20 years ago
  64. 81d5c66 Arch-abstraction: genericise warning about unsupported architectures. by nethercote · 20 years ago
  65. 5fd9085 Arch-abstraction: by nethercote · 20 years ago
  66. ac7ecd7 Add a new CPUID cache configuration for more recent Pentiums. by nethercote · 20 years ago
  67. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  68. 2306bc8 Update second expected output to match the first. by nethercote · 20 years ago
  69. bdaa89f Arch-abstraction: - abstract out three ELF constants by nethercote · 20 years ago
  70. 3221433 typo by nethercote · 20 years ago
  71. 16b59ee Add README_DEVELOPERS to the 'make dist' tarball (since it's mentioned in by nethercote · 20 years ago
  72. 8c1ce43 Improve error message. by nethercote · 20 years ago
  73. 2988f49 Turn off stabs debugging. by thughes · 20 years ago
  74. 60d62a7 More fixes for stabs generated by the GNAT compiler. This patch by thughes · 20 years ago
  75. 8c34d52 Added a module level stabs_debug flag to turn on all debugging. by thughes · 20 years ago
  76. b9019d8 Assert on any attempt to make a symbol a typedef for itself. by thughes · 20 years ago
  77. 6f7eb9c Put back missing space... by thughes · 20 years ago
  78. 30c43d8 Cope with arguments over 510 characters in length when writing the by thughes · 20 years ago
  79. b497149 Remove reference to --tool=memcheck being the default. by thughes · 20 years ago
  80. 7246d52 Remove spurious (void) cast from VALGRIND_CHECK_DEFINED so that it by thughes · 20 years ago
  81. 671ce38 Fixed mistake in yesterday's signal trace patch. by thughes · 20 years ago
  82. b1a111b Fix conversion of timeval to milliseconds - tv_usec is microseconds by thughes · 20 years ago
  83. 5876d55 When dieing because a fatal signal was received, print a stack trace for by thughes · 20 years ago
  84. 54d0859 Don't free the interpreter structure until we've actually finished by thughes · 20 years ago
  85. 90efa30 Improve the checks in PRE(execve) to check that the file being executed by thughes · 20 years ago
  86. a996d3b Fixed the statfs64 wrapper to look at the right argument for the by thughes · 20 years ago
  87. cf5534b If a name is marked as both a typedef and a tag then ignore the tag marker by thughes · 20 years ago
  88. 4dc3aea The fix for bug 85811 added decoding of many extra negative type by thughes · 20 years ago
  89. 4a9d546 Remove unused macros. by nethercote · 20 years ago
  90. 0fd4c71 All newlines are borked; fix. by nethercote · 20 years ago
  91. aff1c77 by nethercote · 20 years ago
  92. e2925e9 Arch-abstraction: by nethercote · 20 years ago
  93. fedd810 by nethercote · 20 years ago
  94. 6eec460 by nethercote · 20 years ago
  95. 159dfef Don't inline large function by nethercote · 20 years ago
  96. 6b9c847 by nethercote · 20 years ago
  97. 0d3db0a Fix off-by-one error when counting the number of BBs executed. by nethercote · 20 years ago
  98. 1c85a56 Fix grammar by nethercote · 20 years ago
  99. c009ebe Remove suppression files that have never been used, and don't get included in by nethercote · 20 years ago
  100. caca002 When augmenting the argument vector from the VALGRIND_OPTS environment by thughes · 20 years ago