1. ebf1d86 - Make find_auxv() word-size independent. by nethercote · 20 years ago
  2. c1c5795 Make sure source-location mapping entries of size zero are converted by thughes · 20 years ago
  3. 545fe67 by nethercote · 20 years ago
  4. 418dfc5 format wibble by nethercote · 20 years ago
  5. 017e583 Do 'struct termios' properly. by nethercote · 20 years ago
  6. ae622de by nethercote · 20 years ago
  7. 9e8f9e5 Ignore generated makefiles. by thughes · 20 years ago
  8. a92ffd5 Really add AM_PROG_CC_C_O this time, rather than AC_PROG_CC_C_O. by thughes · 20 years ago
  9. 56e9f1c Fix broken alternative output. by nethercote · 20 years ago
  10. 3d260f6 by nethercote · 20 years ago
  11. 5d4ac83 Must remember to edit the original file, not the generated one... by nethercote · 20 years ago
  12. 73b526f by nethercote · 20 years ago
  13. 48841f0 Add some alternate test results for glibc 2.2.5 systems. by thughes · 20 years ago
  14. 489281a Added some extra data race suppressions for glibc 2.3.2. by thughes · 20 years ago
  15. 53459ef Add some more data race suppressions for glibc 2.2.5. by thughes · 20 years ago
  16. 361cda7 Suppress data race in glibc 2.2.4. by thughes · 20 years ago
  17. 5d97507 Implement pthread_condattr_setpshared and pthread_condattr_getpshared. by thughes · 20 years ago
  18. 36d4422 Add AM_PROG_CC_C_O to configure.in to check for cc -c -o support as this by thughes · 20 years ago
  19. 02c53b6 whoops by nethercote · 20 years ago
  20. 6997879 Fix typo that meant --signal-polltime was not being accepted. by nethercote · 20 years ago
  21. 31c1aae When a thread is cancelled only abort pending system calls if by thughes · 20 years ago
  22. dbc987c Update expected output for pth_once in memcheck tests. by thughes · 20 years ago
  23. bd23406 Add -fno-omit-frame-pointer when building libpthread.so as that gets by thughes · 20 years ago
  24. 718f670 Remove the thread numbers from the messages output by pth_once so that by thughes · 20 years ago
  25. aecb291 Fixed get_height to ensure that SK_MAXHEIGHT-1 is the maximum level we by thughes · 20 years ago
  26. a128643 Make exec-sigmask more robust. by nethercote · 20 years ago
  27. 3f131f1 Jump through a hoop to make vgtest_ume work again on PIE-supporting systems. by nethercote · 20 years ago
  28. deda7e1 whitespace change only by nethercote · 20 years ago
  29. 5462ef7 Fix bad undefined value error, thanks to Tom. by nethercote · 20 years ago
  30. e4fb86f Make as_shm less brittle. by nethercote · 20 years ago
  31. 6c04e50 Tweak as_mmap for the possibility of a PIE-supporting system with a 4GB user by nethercote · 20 years ago
  32. dac7666 Leave frame pointers in for the code in lib_replace_malloc.a as by thughes · 20 years ago
  33. 136fb5f whoops, unbreak build by nethercote · 20 years ago
  34. e0ce1ac by nethercote · 20 years ago
  35. 6c3cf41 Code formatting improvement. by nethercote · 20 years ago
  36. 69d9c46 Code formatting changes only. by nethercote · 20 years ago
  37. 5426544 Comment cleanups only. by nethercote · 20 years ago
  38. be671db 64-bit cleanness tweaks. by nethercote · 20 years ago
  39. 3dfbbbb comment wibble by nethercote · 20 years ago
  40. 463c63c Arch-abstraction: by nethercote · 20 years ago
  41. a8c1e92 64-bit cleanness tweaks. by nethercote · 20 years ago
  42. d925548 Comment fix only by nethercote · 20 years ago
  43. 4ad7431 Arch-abstraction: - removed some x86-specific var/function names by nethercote · 20 years ago
  44. 856e587 Arch-abstraction: - use less x86-specific var names by nethercote · 20 years ago
  45. 8fb7f42 comment wibbles by nethercote · 20 years ago
  46. 2d0da23 comment wibbles by nethercote · 20 years ago
  47. 76c6550 Avoid strange warnings about dereferencing type-punned pointers that occurs by nethercote · 20 years ago
  48. b2decc3 tweak by nethercote · 20 years ago
  49. 8df0a40 Arch-abstraction: - factor out varying ASM flags by nethercote · 20 years ago
  50. c69863e by nethercote · 20 years ago
  51. f8fbaaa Fix up stage2's dependencies. by nethercote · 20 years ago
  52. 06bc3d5 whoops by nethercote · 20 years ago
  53. 7f39002 If PIE (position-independent executables) are supported, build valgrind's by nethercote · 20 years ago
  54. 6b57370 Actually call VGA_(has_tls) rather than just testing the function by thughes · 20 years ago
  55. 1543adf Rename two params named 'syscall' as 'syscallname' to avoid clashes with a new by nethercote · 20 years ago
  56. 89dd255 Don't bother with -fomit-frame-pointer for the demangler. by nethercote · 20 years ago
  57. cf4d997 Arch-abstraction: - factor out different CFLAGS in Makefiles by nethercote · 20 years ago
  58. 2b72e94 Arch-abstraction: - factor out KICKSTART_BASE by nethercote · 20 years ago
  59. 442ed47 Fix for 91844... by nethercote · 20 years ago
  60. bfcc707 Fix "make check" for when src_dir != build_dir by nethercote · 20 years ago
  61. 799fb80 by nethercote · 20 years ago
  62. b4e55d8 Fix typo, courtesy of Aleksander Salwa. by nethercote · 20 years ago
  63. 2238750 Make tests that cause coredumps remove them. Don't need the core entries in by nethercote · 20 years ago
  64. 899c79d Arch-abstraction: - conditionally compile x86-specific line within yield.c. by nethercote · 20 years ago
  65. 78dac9d whoops by nethercote · 20 years ago
  66. 9b6b74a by nethercote · 20 years ago
  67. 6d41bea When nuking threads we set their status to VgTs_Empty. This patch by thughes · 20 years ago
  68. 4a02e1e Arch-abstraction: by nethercote · 20 years ago
  69. 3cf8d93 by nethercote · 20 years ago
  70. ca788ff by nethercote · 20 years ago
  71. 7e08f06 Arch-abstraction: by nethercote · 20 years ago
  72. 3ac5dd4 as_shm wasn't being included in 'make dist'. by nethercote · 20 years ago
  73. ef5f955 Arch-abstraction: - final fix for insn_* test moving; they now work correctly by nethercote · 20 years ago
  74. 25e4231 Arch-abstraction: by nethercote · 20 years ago
  75. 6a67435 Arch-abstraction: - things I forgot to do when moving the insn_* tests... by nethercote · 20 years ago
  76. bfd2019 Arch-abstraction: by nethercote · 20 years ago
  77. a8bc380 readability fiddle by nethercote · 20 years ago
  78. 664ffd1 Forgot to cvs remove this when I moved it to x86/. by nethercote · 20 years ago
  79. 5548ded Update by nethercote · 20 years ago
  80. dfdddce Whoops, forgot this file. by nethercote · 20 years ago
  81. a255d80 Arch-abstraction: by nethercote · 20 years ago
  82. 781bed4 by nethercote · 20 years ago
  83. b625bcb by nethercote · 20 years ago
  84. da8735a Use "ppc" rather than "powerpc" -- it's less typing. by nethercote · 20 years ago
  85. bdf9a77 Whoops, syscall.S is platform-specific, and so must go in x86-linux/ rather by nethercote · 20 years ago
  86. 986202f by nethercote · 20 years ago
  87. 9b3c765 by nethercote · 20 years ago
  88. 691e8ee Arch-abstraction: by nethercote · 20 years ago
  89. f24712c Really fix statically initialised read-write locks this time... by thughes · 20 years ago
  90. 848907a Use tgkill instead of tkill if it is available. This is the newer and by thughes · 20 years ago
  91. e90c683 by nethercote · 20 years ago
  92. 6eb106b Tweak type of VGA_(thread_syscall), and related variable name changes. by nethercote · 20 years ago
  93. 24e0d44 Arch-abstraction: by nethercote · 20 years ago
  94. 0e8f51b Back-out accidental commit. by thughes · 20 years ago
  95. 2c337fa Make statically initialised read-write locks work. by thughes · 20 years ago
  96. 3512291 Arch-abstraction: by nethercote · 20 years ago
  97. 3b38c1d Increase the size of M_VG_ERRTXT from 512B to 4KB, increasing the size of C++ by nethercote · 20 years ago
  98. 41c75da Arch-abstraction: - factor out code for restarting syscalls by nethercote · 20 years ago
  99. 6456ab1 by nethercote · 20 years ago
  100. 2513064 by nethercote · 20 years ago