1. 1f430d3 Add missing cases in debug printing. by sewardj · 19 years ago
  2. 274807d - Track vex r1494 (x86/amd64 change of conventions for getting by sewardj · 19 years ago
  3. 2c48c7b Add framework for ppc64 support. Apologies in advance for the by sewardj · 19 years ago
  4. e0008d6 Call VG_(unknown_SP_update) each time we switch to a new thread. This by tom · 19 years ago
  5. a0fef1b Track API change in vex r1429. by sewardj · 19 years ago
  6. 7cf6658 Clarify the disInstr message. by njn · 19 years ago
  7. 0fd92f4 by njn · 19 years ago
  8. d502136 Add an explanatory message for when instruction decoding fails. by njn · 19 years ago
  9. 45f4e7c by sewardj · 19 years ago
  10. 78090d2 assert ppc guest_state vector regs are 16byte aligned by cerion · 19 years ago
  11. c0ae705 comment-only wibbles by njn · 19 years ago
  12. 3d9edb2 avoid unnecessary newlines by njn · 19 years ago
  13. 088bfb4 Partial implementation of mallinfo(). It still puts zero in all by njn · 19 years ago
  14. 5438a01 Valgrind-side stub for dealing with x86 sysenter artefacts from Vex. by sewardj · 19 years ago
  15. 1053733 ppc32-linux: clear reservation before running thread; see attached by sewardj · 19 years ago
  16. e3a384b Handle a failure case more gracefully. by sewardj · 19 years ago
  17. deca43f Move (commented out) call to VG_(tm_thread_switchto) to VG_(set_running) so by tom · 19 years ago
  18. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  19. d666ea7 Remove empty sanity check function. And clean up sanity checking in by njn · 19 years ago
  20. 310ed28 Simplify atfork to only provide the functionality we need. by njn · 19 years ago
  21. 945ed2e by njn · 19 years ago
  22. af839f5 by njn · 19 years ago
  23. 7eb7c58 by sewardj · 19 years ago
  24. 06244e7 Move VG_(resume_scheduler) to m_signals, and make it local. Reduces by njn · 19 years ago
  25. 351d006 by njn · 19 years ago
  26. 487ac70 Fix bug causing TINVALs to throw away huge numbers of translations by sewardj · 19 years ago
  27. fc51f8d Malloc replacement worked very much like a 'need', but wasn't one. by njn · 19 years ago
  28. 899ce73 by njn · 19 years ago
  29. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  30. f4c5016 by njn · 19 years ago
  31. 6676d5b by njn · 19 years ago
  32. 394213a by njn · 19 years ago
  33. c7561b9 by njn · 19 years ago
  34. 1277109 by njn · 19 years ago
  35. c1b0181 by njn · 19 years ago
  36. 9abd608 by njn · 19 years ago
  37. 6ace3ea by njn · 19 years ago
  38. f536bbb by njn · 19 years ago
  39. 9cb54ac by njn · 19 years ago
  40. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  41. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  42. 8aa3585 by njn · 19 years ago
  43. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  44. a8d8e23 by sewardj · 19 years ago
  45. 0140af5 Implement stack registration client requests. See the documentation by rjwalsh · 19 years ago
  46. 132bfcc by njn · 19 years ago
  47. 36a20fa by njn · 19 years ago
  48. 97405b2 by njn · 19 years ago
  49. 31513b4 by njn · 19 years ago
  50. c793fd3 Completely zero out all the thread records at initialisation. As far by sewardj · 19 years ago
  51. 0c24647 by njn · 19 years ago
  52. 04e1698 by njn · 19 years ago
  53. 278b3d6 Modularised m_scheduler. by njn · 19 years ago[Renamed (98%) from coregrind/vg_scheduler.c]
  54. 1d88711 by sewardj · 19 years ago
  55. 742929d All other checks with VG_N_THREADS are <, except this one. (From Madhu Kurup.) by njn · 19 years ago
  56. 2024234 by njn · 19 years ago
  57. 4f6e370 by njn · 19 years ago
  58. 2335d11 by njn · 19 years ago
  59. 2a67b29 by njn · 19 years ago
  60. d36c906 Remove dead function. by njn · 19 years ago
  61. 8bddf58 Modularised vg_transtab.c as m_transtab. by njn · 19 years ago
  62. 3cbfbc1 by njn · 19 years ago
  63. 3c660b6 Import vki_unistd.h on a need-to-know basis, rather than by njn · 19 years ago
  64. 36b66df by njn · 19 years ago
  65. 444eba1 by njn · 19 years ago
  66. a91498f by njn · 19 years ago
  67. de583aa Move VG_(dispatch_ctr) out of vg_main.c, which never touches it, into by njn · 19 years ago
  68. 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
  69. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  70. f09745a Add a comment explaining the recently changed behaviour of RUNNING_ON_VALGRIND. by njn · 19 years ago
  71. 717cde5 by njn · 19 years ago
  72. 51d827b by njn · 19 years ago
  73. 2521d32 by njn · 19 years ago
  74. 502badb by njn · 19 years ago
  75. d2b1711 by njn · 19 years ago
  76. 50ae1a7 by njn · 19 years ago
  77. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  78. 90eecea 64-bit cleanness -- use UWord instead of UInt. by njn · 19 years ago
  79. 50ba34e by njn · 19 years ago
  80. cf81d55 by njn · 19 years ago
  81. 0312f51 Completely get rid of VG_(instr_ptr_offset). by sewardj · 19 years ago
  82. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 19 years ago
  83. d13e5e6 by njn · 19 years ago
  84. 6268bbc Use "VGO_" prefix for various OS-specific exports. by njn · 19 years ago
  85. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  86. d01fef7 by njn · 19 years ago
  87. f426131 by njn · 19 years ago
  88. b1131a8 Don't show VEX emulation warnings by default; they are just too tiresome. by sewardj · 19 years ago
  89. fcde2d2 Update VG_(bbs_done) correctly, so it agrees with the BB counts by sewardj · 19 years ago
  90. c24be7a Improve debug printing. by sewardj · 19 years ago
  91. 84ba89b Avoid compile warning. by njn · 19 years ago
  92. 2ac9524 by njn · 19 years ago
  93. 14319cc Remove some dead macros. by njn · 19 years ago
  94. d06ed47 Add missing printf argument. by njn · 19 years ago
  95. 3f8c437 When a multi-threaded program forks(), only the thread actually by njn · 19 years ago
  96. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  97. 3fc7575 Fix yielding properly. by sewardj · 19 years ago
  98. aa3c26b by njn · 19 years ago
  99. 07bdc5e Handle Vex-supplied guest address mapping failures in the scheduler. by sewardj · 19 years ago
  100. b5f6f51 by sewardj · 19 years ago