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