1. 36b66df by njn · 19 years ago
  2. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  3. c7b76a7 by njn · 19 years ago
  4. 2bc1012 A crucial, crucial change: update my email address. by njn · 19 years ago
  5. ee0bcbf Move the replacement code for the amd64 vsyscalls into the trampoline page by tom · 19 years ago
  6. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  7. 045a405 Allow memcheck to take account of VGA_STACK_REDZONE_SIZE -- that is, by sewardj · 19 years ago
  8. 33ef39c Removed bogus (UInt) casts from the amd64 signal frame builder and some by tom · 19 years ago
  9. 50ba34e by njn · 19 years ago
  10. cb2b13a Assert that cpuid is available - this is just done to force the by tom · 19 years ago
  11. 02d73d9 Get VG_(has_cpuid) and VG_(cpuid) working on amd64. by tom · 19 years ago
  12. dd53b7a Make the dispatcher code position independent so that PIE mode works. by tom · 19 years ago
  13. 23f6cae Comment-only change by sewardj · 19 years ago
  14. f89f8fa Get rid of the use of VG_(instr_ptr_offset) since we know what that is by sewardj · 19 years ago
  15. 3c35375 rm unused function by sewardj · 19 years ago
  16. c3d1cf7 Build the arch, os and platform libraries as PIE code if PIE is by tom · 19 years ago
  17. 14c1cdb Actually setup the arguments for a signal handler before running by tom · 19 years ago
  18. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  19. 6260159 More amd64 signal handling fixes (Tom Hughes) by sewardj · 19 years ago
  20. d13e5e6 by njn · 19 years ago
  21. db9b773 Use "VGA_" prefix more consistently. by njn · 19 years ago
  22. 8095073 Use "VGA_" prefix more consistently for arch-specific things. by njn · 19 years ago
  23. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  24. 16bf5c7 setup_pointercheck(): be silent by sewardj · 19 years ago
  25. 96f71e1 Initial get-threads-working patch (Tom Hughes) by sewardj · 19 years ago
  26. 674915a A first cut at amd64 signal frame build/unbuild, from Tom Hughes. by sewardj · 19 years ago
  27. 957ef8d Finally finish pissing around with jmp_with_stack. Now at least we by sewardj · 19 years ago
  28. 7f082a6 Mucho buggering about jmp_with_stack and its kin. Jeez. Now the by sewardj · 19 years ago
  29. 0c1a596 jmp_with_stack is a hack which makes no sense on archs which pass args by sewardj · 19 years ago
  30. 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 19 years ago
  31. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  32. 2c0afae No longer needed. Bye! by sewardj · 19 years ago
  33. 7afb913 Remove dead functions: VG_(set_arg_and_bogus_ret), VG_(thread_initial_stack). by njn · 19 years ago
  34. 6941a1a Fix enough syscall stuff so that simple X applications run (xfontsel, xedit). by sewardj · 19 years ago
  35. a4da2f3 Minimal, horrible hacks needed to make vsyscalls work on amd64. by sewardj · 19 years ago
  36. 9ba1d74 On AMD64 it's valid to access up to 128 bytes below %rsp. Or to be by sewardj · 20 years ago
  37. 6947531 Clean up startup grunge a bit. by sewardj · 20 years ago
  38. 055821d Remove misc debug printing. by sewardj · 20 years ago
  39. 63f25d4 Debugging hacks (switchback routine -- unused) by sewardj · 20 years ago
  40. 45f02c4 Fix enough stuff so it will start up and run for a few bbs on amd64, by sewardj · 20 years ago
  41. 5f07812 AMD64 build fixes. by sewardj · 20 years ago
  42. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  43. 09aa128 Un-hardwired x86 as the insn set to be translated. Also moved around by njn · 20 years ago
  44. 87c9812 by njn · 20 years ago
  45. 8ec0c5e More AMD64 start-up hurdles: by njn · 20 years ago
  46. ea4b28c Clear a few more AMD64 start-up hurdles: by njn · 20 years ago
  47. 27ce256 Clear next AMD64 startup hurdle. Required copying the x86 LDT code. by njn · 20 years ago
  48. f7fbe6c Get AMD64 slightly further before dying: by njn · 20 years ago
  49. ead6112 Implemented jmp_with_stack for AMD64. Cleaned up the by njn · 20 years ago
  50. eabebcc Remove string "panic_msg_ebp" from x86/dispatch.S and amd64/dispatch.S, by njn · 20 years ago
  51. c616819 by njn · 20 years ago