1. 36b66df by njn · 19 years ago
  2. 444eba1 by njn · 19 years ago
  3. a91498f by njn · 19 years ago
  4. de583aa Move VG_(dispatch_ctr) out of vg_main.c, which never touches it, into by njn · 19 years ago
  5. 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
  6. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  7. f09745a Add a comment explaining the recently changed behaviour of RUNNING_ON_VALGRIND. by njn · 19 years ago
  8. 717cde5 by njn · 19 years ago
  9. 51d827b by njn · 19 years ago
  10. 2521d32 by njn · 19 years ago
  11. 502badb by njn · 19 years ago
  12. d2b1711 by njn · 19 years ago
  13. 50ae1a7 by njn · 19 years ago
  14. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  15. 90eecea 64-bit cleanness -- use UWord instead of UInt. by njn · 19 years ago
  16. 50ba34e by njn · 19 years ago
  17. cf81d55 by njn · 19 years ago
  18. 0312f51 Completely get rid of VG_(instr_ptr_offset). by sewardj · 19 years ago
  19. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 19 years ago
  20. d13e5e6 by njn · 19 years ago
  21. 6268bbc Use "VGO_" prefix for various OS-specific exports. by njn · 19 years ago
  22. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  23. d01fef7 by njn · 19 years ago
  24. f426131 by njn · 19 years ago
  25. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  26. fcde2d2 Update VG_(bbs_done) correctly, so it agrees with the BB counts by sewardj · 19 years ago
  27. c24be7a Improve debug printing. by sewardj · 19 years ago
  28. 84ba89b Avoid compile warning. by njn · 19 years ago
  29. 2ac9524 by njn · 19 years ago
  30. 14319cc Remove some dead macros. by njn · 19 years ago
  31. d06ed47 Add missing printf argument. by njn · 19 years ago
  32. 3f8c437 When a multi-threaded program forks(), only the thread actually by njn · 19 years ago
  33. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  34. 3fc7575 Fix yielding properly. by sewardj · 19 years ago
  35. aa3c26b by njn · 19 years ago
  36. 07bdc5e Handle Vex-supplied guest address mapping failures in the scheduler. by sewardj · 19 years ago
  37. b5f6f51 by sewardj · 19 years ago
  38. 743706c Remove more debug printing. by sewardj · 20 years ago
  39. 055821d Remove misc debug printing. by sewardj · 20 years ago
  40. ec76e33 Debug hacks (currently unused) by sewardj · 20 years ago
  41. 45f02c4 Fix enough stuff so it will start up and run for a few bbs on amd64, by sewardj · 20 years ago
  42. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  43. 5390e66 Run x86 host with FPU in 53-bit precision mode (non default). by sewardj · 20 years ago
  44. 6843adc Make suppression of large numbers of emulation warnings less dependent by sewardj · 20 years ago
  45. 9cbf86a Crude mechanism to avoid flooding the user with emulation warnings. by sewardj · 20 years ago
  46. 5e2f001 Deal with LibVEX-supplied insn decode failures, and with LibVEX-supplied by sewardj · 20 years ago
  47. 19fc30e Split up the old x86 LDT/GDT handling stuff. Push some of it into by sewardj · 20 years ago
  48. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  49. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago
  50. 91f6278 Handle emulation-warnings emitted by Vex-generated code. by sewardj · 20 years ago
  51. bde3027 Minor 64-bit cleanups, mostly comments. by njn · 20 years ago
  52. b249fd7 by njn · 20 years ago
  53. c616819 by njn · 20 years ago
  54. 4ccf707 Get rid of all vestiges of translation-chaining, and generally clean by sewardj · 20 years ago
  55. 0b6107b Comment-only update. by sewardj · 20 years ago
  56. 3f469dc When creating a child, copy the parent's .vex/.vex_shadow into it so by sewardj · 20 years ago
  57. d79ef68 Move declarations of some thread-return-code values from Valgrind to VEX. by sewardj · 20 years ago
  58. 12a74b5 Fix overly-restrictive assertion causing many threaded programs to fail. by sewardj · 20 years ago
  59. d225283 Do some final "sk_" --> "tl_" changes that I missed earlier. by njn · 20 years ago
  60. 873b313 run_thread_for_a_while: ensure the guest state layout of the thread by sewardj · 20 years ago
  61. 0a785fd Fix another potentially-failing use of get_current_tid(), in by sewardj · 20 years ago
  62. cf45fd4 by njn · 20 years ago
  63. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  64. 31ebc3f Remove useless parameters to TL_(pre_syscall)() and TL_(post_syscall)(). by njn · 20 years ago
  65. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  66. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  67. 5e5e213 The calculation used to round the size of a new thread's stack to a by thughes · 20 years ago
  68. 168eb88 Fix compiler warning. by thughes · 20 years ago
  69. eb9b8fb Change VG_(nuke_all_threads) to disassociate the the stacks of the threads by thughes · 20 years ago
  70. 8b76fe5 by nethercote · 20 years ago
  71. 5fd72bb Formatting wibbles. by nethercote · 20 years ago
  72. d1b64b2 by nethercote · 20 years ago
  73. 50397c2 by nethercote · 20 years ago
  74. 73b526f by nethercote · 20 years ago
  75. 31c1aae When a thread is cancelled only abort pending system calls if by thughes · 20 years ago
  76. 6d41bea When nuking threads we set their status to VgTs_Empty. This patch by thughes · 20 years ago
  77. e761bef Fix problems with very long timeouts given when waiting on a mutex or by thughes · 20 years ago
  78. e321d49 Implement pthread_mutex_timedlock. This resolves bug 78422. by thughes · 20 years ago
  79. c41c6f4 When returning from handling a signal check whether any mutex that the by thughes · 20 years ago
  80. f726923 If a thread is waiting on a mutex or condition variable when a signal is by thughes · 20 years ago
  81. 8abf392 When signal routing is in use (because we are running on an older kernel by thughes · 20 years ago
  82. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  83. 6b9c847 by nethercote · 20 years ago
  84. 0d3db0a Fix off-by-one error when counting the number of BBs executed. by nethercote · 20 years ago
  85. 3a1b817 Only mark the section of the stack that has actually been used as by thughes · 20 years ago
  86. 15218bd by nethercote · 20 years ago
  87. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  88. 3e901a2 Arch-abstraction: - minor tweaks for handling client requests on PPC by nethercote · 20 years ago
  89. 66b3af6 Slightly more informative error msgs for some cl reqs. by nethercote · 20 years ago
  90. bb4222b by nethercote · 20 years ago
  91. f9b5941 by nethercote · 20 years ago
  92. b8ef9d8 Arch-abstraction: by nethercote · 20 years ago
  93. 86c5dcb by nethercote · 20 years ago
  94. c06e213 Arch-abstraction: by nethercote · 20 years ago
  95. 7109a8c Fix some vg_include.h references. by rjwalsh · 20 years ago
  96. f1e5e15 by nethercote · 20 years ago
  97. a3afffc If we return from a signal handler to a thread that was waiting to by thughes · 20 years ago
  98. d8510ec Rename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear it's not the same as by nethercote · 20 years ago
  99. 97e54d2 Treat a thread which is waiting to be reaped (ie one with a status by thughes · 20 years ago
  100. 238a3c3 by nethercote · 20 years ago