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