1. 75a8c98 by nethercote · 20 years ago
  2. c6851dd Converted a bunch more syscalls. by nethercote · 20 years ago
  3. 0df495a Converted a bunch of zero-arg syscalls. by nethercote · 20 years ago
  4. 93d9aa1 Arch-abstraction, syscall overhaul: rename functions appropriately by nethercote · 20 years ago
  5. bc78e55 augmented scalar by nethercote · 20 years ago
  6. c873489 by nethercote · 20 years ago
  7. 64220ff by nethercote · 20 years ago
  8. 4e632c2 Converted __NR_{mount,getpid,getppid}. by nethercote · 20 years ago
  9. e824cc4 - Convert open() to the new syscall regime. by nethercote · 20 years ago
  10. ab59478 Improve pth_cvsimple test in two ways: by nethercote · 20 years ago
  11. f6c99d7 Disable --skin=, so you have to use --tool= now. No great loss. by nethercote · 20 years ago
  12. 923add0 by nethercote · 20 years ago
  13. 8b76fe5 by nethercote · 20 years ago
  14. 4fa681f by nethercote · 20 years ago
  15. 8ed8a89 Don't silently ignore any suppression contexts beyond the 4th -- instead abort by nethercote · 20 years ago
  16. 17e6740 --trace-syscalls=yes wibble by nethercote · 20 years ago
  17. d91ea07 Add very thorough string functions test from glibc. by nethercote · 20 years ago
  18. 95a9786 Minor VKI_* fixups. by nethercote · 20 years ago
  19. 11e07d3 whitespace changes only by nethercote · 20 years ago
  20. ef0c766 by nethercote · 20 years ago
  21. b2bc73f Fix incorrect cast that was causing wrong output with --trace-syscalls=yes. by nethercote · 20 years ago
  22. 18a71b7 Remove writev.stderr.exp3 -- not necessary if we pass -q to Valgrind. by nethercote · 20 years ago
  23. eb0592d by nethercote · 20 years ago
  24. a822972 Order wibble by nethercote · 20 years ago
  25. 2220836 64-bit cleanness: some more. by nethercote · 20 years ago
  26. f1d810d 64-bit cleanness: fix the memory arg of socketcall syscalls. by nethercote · 20 years ago
  27. 20283c6 whitespace wibbles by nethercote · 20 years ago
  28. eb133de Make computations more understandable. by nethercote · 20 years ago
  29. 375b4a5 comment wibble by nethercote · 20 years ago
  30. 44d9aaa More minor 64-bit cleanness tweaks. by nethercote · 20 years ago
  31. 55c0908 Comment/formatting wibbles. by nethercote · 20 years ago
  32. 50b217b Make size calculation more robust. by nethercote · 20 years ago
  33. fc646ee 64-bit cleanness tweak. by nethercote · 20 years ago
  34. 5fd72bb Formatting wibbles. by nethercote · 20 years ago
  35. c79ce47 64-bit cleanness: fix up types in libpthread.c. by nethercote · 20 years ago
  36. ada0d2b by nethercote · 20 years ago
  37. 93246cf 64-bit cleanness wibbles. by nethercote · 20 years ago
  38. f18ca39 Arch-abstraction: factor out a use of mmap() appropriately. by nethercote · 20 years ago
  39. 5b9fafd by nethercote · 20 years ago
  40. d1b64b2 by nethercote · 20 years ago
  41. 50397c2 by nethercote · 20 years ago
  42. bf77968 64-bit cleanness: fix some more pointer casts to UInt. by nethercote · 20 years ago
  43. fbd6ffd Format wibbles. by nethercote · 20 years ago
  44. cf51cc4 64-bit cleanness: convert some (UInt) casts of pointers to (UWord) casts. by nethercote · 20 years ago
  45. 3d6b611 by nethercote · 20 years ago
  46. 7471a65 Changed to be consistant with the rest of the files by bmeyer · 20 years ago
  47. acac2fd by nethercote · 20 years ago
  48. 15e942e Add support for the settimeofday system call. by thughes · 20 years ago
  49. 928a5f7 by nethercote · 20 years ago
  50. 8991d5a by nethercote · 20 years ago
  51. 8b5f40c by nethercote · 20 years ago
  52. 451eae9 by nethercote · 20 years ago
  53. 7ac7f7b by nethercote · 20 years ago
  54. f8260d4 Make sure we are using perl 5.6.0 as earlier versions won't work. by thughes · 20 years ago
  55. d64e87d Use -w instead of "use warnings" to enable warnings so that older by thughes · 20 years ago
  56. 4fffabd clarify debugging instructions by nethercote · 20 years ago
  57. 1e37d39 unbreak compilation... by nethercote · 20 years ago
  58. fe42f19 wibble by nethercote · 20 years ago
  59. 3f45815 Make ESZ less public. by nethercote · 20 years ago
  60. a3c3cf2 Don't need to use addr_t anymore, use Addr instead, for consistency. by nethercote · 20 years ago
  61. ebf1d86 - Make find_auxv() word-size independent. by nethercote · 20 years ago
  62. c1c5795 Make sure source-location mapping entries of size zero are converted by thughes · 20 years ago
  63. 545fe67 by nethercote · 20 years ago
  64. 418dfc5 format wibble by nethercote · 20 years ago
  65. 017e583 Do 'struct termios' properly. by nethercote · 20 years ago
  66. ae622de by nethercote · 20 years ago
  67. 9e8f9e5 Ignore generated makefiles. by thughes · 20 years ago
  68. a92ffd5 Really add AM_PROG_CC_C_O this time, rather than AC_PROG_CC_C_O. by thughes · 20 years ago
  69. 56e9f1c Fix broken alternative output. by nethercote · 20 years ago
  70. 3d260f6 by nethercote · 20 years ago
  71. 5d4ac83 Must remember to edit the original file, not the generated one... by nethercote · 20 years ago
  72. 73b526f by nethercote · 20 years ago
  73. 48841f0 Add some alternate test results for glibc 2.2.5 systems. by thughes · 20 years ago
  74. 489281a Added some extra data race suppressions for glibc 2.3.2. by thughes · 20 years ago
  75. 53459ef Add some more data race suppressions for glibc 2.2.5. by thughes · 20 years ago
  76. 361cda7 Suppress data race in glibc 2.2.4. by thughes · 20 years ago
  77. 5d97507 Implement pthread_condattr_setpshared and pthread_condattr_getpshared. by thughes · 20 years ago
  78. 36d4422 Add AM_PROG_CC_C_O to configure.in to check for cc -c -o support as this by thughes · 20 years ago
  79. 02c53b6 whoops by nethercote · 20 years ago
  80. 6997879 Fix typo that meant --signal-polltime was not being accepted. by nethercote · 20 years ago
  81. 31c1aae When a thread is cancelled only abort pending system calls if by thughes · 20 years ago
  82. dbc987c Update expected output for pth_once in memcheck tests. by thughes · 20 years ago
  83. bd23406 Add -fno-omit-frame-pointer when building libpthread.so as that gets by thughes · 20 years ago
  84. 718f670 Remove the thread numbers from the messages output by pth_once so that by thughes · 20 years ago
  85. aecb291 Fixed get_height to ensure that SK_MAXHEIGHT-1 is the maximum level we by thughes · 20 years ago
  86. a128643 Make exec-sigmask more robust. by nethercote · 20 years ago
  87. 3f131f1 Jump through a hoop to make vgtest_ume work again on PIE-supporting systems. by nethercote · 20 years ago
  88. deda7e1 whitespace change only by nethercote · 20 years ago
  89. 5462ef7 Fix bad undefined value error, thanks to Tom. by nethercote · 20 years ago
  90. e4fb86f Make as_shm less brittle. by nethercote · 20 years ago
  91. 6c04e50 Tweak as_mmap for the possibility of a PIE-supporting system with a 4GB user by nethercote · 20 years ago
  92. dac7666 Leave frame pointers in for the code in lib_replace_malloc.a as by thughes · 20 years ago
  93. 136fb5f whoops, unbreak build by nethercote · 20 years ago
  94. e0ce1ac by nethercote · 20 years ago
  95. 6c3cf41 Code formatting improvement. by nethercote · 20 years ago
  96. 69d9c46 Code formatting changes only. by nethercote · 20 years ago
  97. 5426544 Comment cleanups only. by nethercote · 20 years ago
  98. be671db 64-bit cleanness tweaks. by nethercote · 20 years ago
  99. 3dfbbbb comment wibble by nethercote · 20 years ago
  100. 463c63c Arch-abstraction: by nethercote · 20 years ago