1. 9ebf9fd Increase stated average translation size, at least for now. by sewardj · 20 years ago
  2. 7cf97ee Build fixes for gcc-2.95. by sewardj · 20 years ago
  3. e1268d3 Use better syscall argument names for two wrappers, now that "res" and by njn · 20 years ago
  4. a5f1bcd Introduced build variables VG_ARCH_ALL, VG_OS_ALL, and VG_PLATFORM_ALL, by njn · 20 years ago
  5. ca0518d by njn · 20 years ago
  6. a720325 When doing pessimistic lazy propagation through a dirty helper call, by sewardj · 20 years ago
  7. 39b4f01 Removed mc_helpers.S, which is no longer used. by njn · 20 years ago
  8. 2fc0c87 Removing the insn_* tests from helgrind, memcheck, addrcheck and by njn · 20 years ago
  9. abb14ad Removed shadow_regs 'need', because it was being used only trivially in by njn · 20 years ago
  10. bd2e75c by njn · 20 years ago
  11. cf45fd4 by njn · 20 years ago
  12. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  13. 28058b7 Fix this regression test to account for the fact that FP regs are now by njn · 20 years ago
  14. 8804868 Make these work again. by njn · 20 years ago
  15. 8738c28 Add a mandatory --with-vex option to configure script. by njn · 20 years ago
  16. cfb8ad5 The syscall wrappers for sys_fcntl{,64} were too simplistic -- the 3rd by njn · 20 years ago
  17. 4e9a4b6 Do our own implementations of strchrnul() and rawmemchr(). by sewardj · 20 years ago
  18. 0a41453 Removed now-defunct read/write checks for FPU ops. by njn · 20 years ago
  19. c18f2a8 Removed the now-defunct files vg_from_ucode.c and vg_to_ucode.c. by njn · 20 years ago
  20. f680246 Remove now-defunct --cleanup option for Memcheck. by njn · 20 years ago
  21. 084a4e8 Fix some linking problems which were preventing memcheck from starting. by sewardj · 20 years ago
  22. 37624a7 Remove extended_UCode 'need', which has been obsoleted by Vex. Kept the by njn · 20 years ago
  23. 9544807 Make Memcheck compilable. by sewardj · 20 years ago
  24. 31ebc3f Remove useless parameters to TL_(pre_syscall)() and TL_(post_syscall)(). by njn · 20 years ago
  25. fc26ff9 Rename macros ("SKIN"-->"TOOL") by njn · 20 years ago
  26. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  27. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  28. b126f73 Renamed functions with 'Skin' in them: SK_(pp_SkinError), by njn · 20 years ago
  29. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  30. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  31. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  32. 1fb20c2 No longer producing this file. by nethercote · 20 years ago
  33. c5e1d80 Generalised the reg test script again: replaced the "cpu_test" line, by nethercote · 20 years ago
  34. 64bc5af Generalised reg test script: instead of having a "delete:" line, for removing by nethercote · 20 years ago
  35. b9d1e65 by nethercote · 20 years ago
  36. fbd55ef fix incorrect counts by nethercote · 20 years ago
  37. d16f20b Add some missing test cases. by nethercote · 20 years ago
  38. b77dee6 by nethercote · 20 years ago
  39. 92b2fd5 by nethercote · 20 years ago
  40. 330abb5 by nethercote · 20 years ago
  41. 89c33d2 Use sigprocmask(SIG_SETMASK) to make sure the signal mask is in a by thughes · 20 years ago
  42. af6921a Add arguments to the prctl call in the scalar test. by thughes · 20 years ago
  43. 38e0a9e add a bunch of tests by nethercote · 20 years ago
  44. 1f1ded6 Forgot to add the expected stderr output. by nethercote · 20 years ago
  45. 7fbe08a by nethercote · 20 years ago
  46. 3954ea3 convert a couple more by nethercote · 20 years ago
  47. d6b5a21 by nethercote · 20 years ago
  48. a11abac Pass an argument to exit_group in the scalar_exit_group test. by thughes · 20 years ago
  49. 0eafe55 Converted modify_ldt() and init_module(); the old code for init_module() was by nethercote · 20 years ago
  50. 9b9b74b by nethercote · 20 years ago
  51. 16e36d8 After a clone system call there are two threads of control running so we by thughes · 20 years ago
  52. 42b2f31 Fill in missing cases in scalar. by nethercote · 20 years ago
  53. f90953e converted more syscalls by nethercote · 20 years ago
  54. 5b653bc Converted more syscalls by nethercote · 20 years ago
  55. 151effa converted mmap and mmap2 by nethercote · 20 years ago
  56. 7f7e4d1 Converted a few more, including clone() which I'm not at all sure about, and by nethercote · 20 years ago
  57. 206e373 Add some missing system call arguments to the scalar test. by thughes · 20 years ago
  58. 9744329 Remove trailing space after \ continuation marker. by thughes · 20 years ago
  59. dc18c0a Converted some more syscalls. by nethercote · 20 years ago
  60. 06c7bd7 Converted a few more syscalls. by nethercote · 20 years ago
  61. 5a945af converted a few more syscalls by nethercote · 20 years ago
  62. 2fe7b54 forgot to remove these files in last commit by nethercote · 20 years ago
  63. 6c0e2d0 by nethercote · 20 years ago
  64. 8b305af Converted a few more syscalls. by nethercote · 20 years ago
  65. f1049bf Converted a couple more by nethercote · 20 years ago
  66. fef67c7 Add gettimeofday() to test. by nethercote · 20 years ago
  67. b4f9b92 Add missing params. Tom's nightly tests should work now. by nethercote · 20 years ago
  68. a3a2c14 converted sigsuspend, rt_sigsuspend. Not very sure about them. by nethercote · 20 years ago
  69. 686b5db converted a few more by nethercote · 20 years ago
  70. 2e1c37d converted some more by nethercote · 20 years ago
  71. 620154f by nethercote · 20 years ago
  72. f2191c4 Add commented-out templates so further additions are easier. by nethercote · 20 years ago
  73. 17258dc converted some more by nethercote · 20 years ago
  74. 71f05f3 and converted a few more by nethercote · 20 years ago
  75. 303a751 renamed variables by nethercote · 20 years ago
  76. 9c311eb converted some more by nethercote · 20 years ago
  77. e365ff5 Use our own unistd.h, because the system one might be missing some of the by nethercote · 20 years ago
  78. 9a3beb9 Converted a whole bunch of syscalls. by nethercote · 20 years ago
  79. 7310afb Converted execve(). by nethercote · 20 years ago
  80. 2b0cae6 by nethercote · 20 years ago
  81. 660e4ee Converted lookup_dcookie. by nethercote · 20 years ago
  82. f6f2b31 CVS fixups: cvs add files I forgot to before; add .cvsignore entries. by nethercote · 20 years ago
  83. 1a1b9b7 Converted uname(); annotated some obsolete ones. by nethercote · 20 years ago
  84. eb1c7b7 Now handling non-existent syscalls appropriately -- just returning ENOSYS by nethercote · 20 years ago
  85. 75a8c98 by nethercote · 20 years ago
  86. c6851dd Converted a bunch more syscalls. by nethercote · 20 years ago
  87. 0df495a Converted a bunch of zero-arg syscalls. by nethercote · 20 years ago
  88. bc78e55 augmented scalar by nethercote · 20 years ago
  89. 4e632c2 Converted __NR_{mount,getpid,getppid}. by nethercote · 20 years ago
  90. e824cc4 - Convert open() to the new syscall regime. by nethercote · 20 years ago
  91. 923add0 by nethercote · 20 years ago
  92. 8b76fe5 by nethercote · 20 years ago
  93. d91ea07 Add very thorough string functions test from glibc. by nethercote · 20 years ago
  94. 18a71b7 Remove writev.stderr.exp3 -- not necessary if we pass -q to Valgrind. by nethercote · 20 years ago
  95. eb0592d by nethercote · 20 years ago
  96. a822972 Order wibble by nethercote · 20 years ago
  97. d1b64b2 by nethercote · 20 years ago
  98. 50397c2 by nethercote · 20 years ago
  99. 3d6b611 by nethercote · 20 years ago
  100. acac2fd by nethercote · 20 years ago