1. d01fef7 by njn · 19 years ago
  2. f426131 by njn · 19 years ago
  3. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  4. fcde2d2 Update VG_(bbs_done) correctly, so it agrees with the BB counts by sewardj · 19 years ago
  5. c24be7a Improve debug printing. by sewardj · 19 years ago
  6. 84ba89b Avoid compile warning. by njn · 19 years ago
  7. 2ac9524 by njn · 19 years ago
  8. 14319cc Remove some dead macros. by njn · 19 years ago
  9. d06ed47 Add missing printf argument. by njn · 19 years ago
  10. 3f8c437 When a multi-threaded program forks(), only the thread actually by njn · 19 years ago
  11. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  12. 3fc7575 Fix yielding properly. by sewardj · 19 years ago
  13. aa3c26b by njn · 19 years ago
  14. 07bdc5e Handle Vex-supplied guest address mapping failures in the scheduler. by sewardj · 19 years ago
  15. b5f6f51 by sewardj · 19 years ago
  16. 743706c Remove more debug printing. by sewardj · 19 years ago
  17. 055821d Remove misc debug printing. by sewardj · 19 years ago
  18. ec76e33 Debug hacks (currently unused) by sewardj · 19 years ago
  19. 45f02c4 Fix enough stuff so it will start up and run for a few bbs on amd64, by sewardj · 19 years ago
  20. fa8ec11 Complete rewrite (I think this is the 4th incarnation) of translation by sewardj · 20 years ago
  21. 5390e66 Run x86 host with FPU in 53-bit precision mode (non default). by sewardj · 20 years ago
  22. 6843adc Make suppression of large numbers of emulation warnings less dependent by sewardj · 20 years ago
  23. 9cbf86a Crude mechanism to avoid flooding the user with emulation warnings. by sewardj · 20 years ago
  24. 5e2f001 Deal with LibVEX-supplied insn decode failures, and with LibVEX-supplied by sewardj · 20 years ago
  25. 19fc30e Split up the old x86 LDT/GDT handling stuff. Push some of it into by sewardj · 20 years ago
  26. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  27. edfa0f6 Streamlined and consistified alignment checking. by njn · 20 years ago
  28. 91f6278 Handle emulation-warnings emitted by Vex-generated code. by sewardj · 20 years ago
  29. bde3027 Minor 64-bit cleanups, mostly comments. by njn · 20 years ago
  30. b249fd7 by njn · 20 years ago
  31. c616819 by njn · 20 years ago
  32. 4ccf707 Get rid of all vestiges of translation-chaining, and generally clean by sewardj · 20 years ago
  33. 0b6107b Comment-only update. by sewardj · 20 years ago
  34. 3f469dc When creating a child, copy the parent's .vex/.vex_shadow into it so by sewardj · 20 years ago
  35. d79ef68 Move declarations of some thread-return-code values from Valgrind to VEX. by sewardj · 20 years ago
  36. 12a74b5 Fix overly-restrictive assertion causing many threaded programs to fail. by sewardj · 20 years ago
  37. d225283 Do some final "sk_" --> "tl_" changes that I missed earlier. by njn · 20 years ago
  38. 873b313 run_thread_for_a_while: ensure the guest state layout of the thread by sewardj · 20 years ago
  39. 0a785fd Fix another potentially-failing use of get_current_tid(), in by sewardj · 20 years ago
  40. cf45fd4 by njn · 20 years ago
  41. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  42. 31ebc3f Remove useless parameters to TL_(pre_syscall)() and TL_(post_syscall)(). by njn · 20 years ago
  43. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  44. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  45. 5e5e213 The calculation used to round the size of a new thread's stack to a by thughes · 20 years ago
  46. 168eb88 Fix compiler warning. by thughes · 20 years ago
  47. eb9b8fb Change VG_(nuke_all_threads) to disassociate the the stacks of the threads by thughes · 20 years ago
  48. 8b76fe5 by nethercote · 20 years ago
  49. 5fd72bb Formatting wibbles. by nethercote · 20 years ago
  50. d1b64b2 by nethercote · 20 years ago
  51. 50397c2 by nethercote · 20 years ago
  52. 73b526f by nethercote · 20 years ago
  53. 31c1aae When a thread is cancelled only abort pending system calls if by thughes · 20 years ago
  54. 6d41bea When nuking threads we set their status to VgTs_Empty. This patch by thughes · 20 years ago
  55. e761bef Fix problems with very long timeouts given when waiting on a mutex or by thughes · 20 years ago
  56. e321d49 Implement pthread_mutex_timedlock. This resolves bug 78422. by thughes · 20 years ago
  57. c41c6f4 When returning from handling a signal check whether any mutex that the by thughes · 20 years ago
  58. f726923 If a thread is waiting on a mutex or condition variable when a signal is by thughes · 20 years ago
  59. 8abf392 When signal routing is in use (because we are running on an older kernel by thughes · 20 years ago
  60. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  61. 6b9c847 by nethercote · 20 years ago
  62. 0d3db0a Fix off-by-one error when counting the number of BBs executed. by nethercote · 20 years ago
  63. 3a1b817 Only mark the section of the stack that has actually been used as by thughes · 20 years ago
  64. 15218bd by nethercote · 20 years ago
  65. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  66. 3e901a2 Arch-abstraction: - minor tweaks for handling client requests on PPC by nethercote · 20 years ago
  67. 66b3af6 Slightly more informative error msgs for some cl reqs. by nethercote · 20 years ago
  68. bb4222b by nethercote · 20 years ago
  69. f9b5941 by nethercote · 20 years ago
  70. b8ef9d8 Arch-abstraction: by nethercote · 20 years ago
  71. 86c5dcb by nethercote · 20 years ago
  72. c06e213 Arch-abstraction: by nethercote · 20 years ago
  73. 7109a8c Fix some vg_include.h references. by rjwalsh · 20 years ago
  74. f1e5e15 by nethercote · 20 years ago
  75. a3afffc If we return from a signal handler to a thread that was waiting to by thughes · 20 years ago
  76. d8510ec Rename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear it's not the same as by nethercote · 20 years ago
  77. 97e54d2 Treat a thread which is waiting to be reaped (ie one with a status by thughes · 20 years ago
  78. 238a3c3 by nethercote · 20 years ago
  79. 759dda3 by nethercote · 20 years ago
  80. 36881a2 is_valid_or_empty_tid() doesn't need to be global. by nethercote · 20 years ago
  81. 885dd91 by nethercote · 20 years ago
  82. 59a122d by nethercote · 20 years ago
  83. f971ab7 by nethercote · 20 years ago
  84. 844e712 Scheduler counts don't need to be in vg_include.h. Replace with a print by nethercote · 20 years ago
  85. f2b1148 by nethercote · 20 years ago
  86. 97ccd5e by nethercote · 20 years ago
  87. 75d2624 by nethercote · 20 years ago
  88. 85cdd34 by nethercote · 20 years ago
  89. baa46e5 Add support for allowing the POST function for a system call to be called by thughes · 20 years ago
  90. 8e9eab0 Removed some code from VG_(client_alloc)() that could be left to VG_(mmap)(). by nethercote · 20 years ago
  91. e567e70 Added assertion checking to a whole bunch of mmap() and munmap() calls. I used by nethercote · 20 years ago
  92. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  93. daa3456 Commit the patch from bug 69508 that seeks to make more of the pthread by thughes · 20 years ago
  94. 47dd12c Convert VG_(exitcode), a global variable, into a local variable. by nethercote · 20 years ago
  95. 1023647 Fixed cast to work on NPTL systems. by thughes · 20 years ago
  96. 513197c When cancelling a thread that is waiting on a condition variable we by thughes · 20 years ago
  97. 11975ff It appears that NPTL uses a new system for dealing with cleanup by thughes · 20 years ago
  98. d3693d0 Split some combined error messages, so they are more informative. Also return by nethercote · 20 years ago
  99. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  100. 6618e63 by nethercote · 20 years ago