1. acaec5f Incorporate a patch from Craig Chaney which gives better stack by sewardj · 19 years ago
  2. 504b72b Give more info about seginfo dropping. by njn · 19 years ago
  3. 50b8f77 "Fix" (kludge) highly obscure bug in flag settings for growdown stacks by sewardj · 19 years ago
  4. b9b10c7 Make VG_(kill_self) use kill to send the signal, not tkill, as we are by tom · 19 years ago
  5. 162bebd Add comments from PaulM. by sewardj · 19 years ago
  6. ce2a615 Assertion-failure-avoiding hacks from Paul's tree. I don't know why by sewardj · 19 years ago
  7. 4a83015 Removed the remnants of the attempt at an ARM port, because it had by njn · 19 years ago
  8. 634a652 Remove unnecesary #includes. by njn · 19 years ago
  9. 0087c50 by njn · 19 years ago
  10. 0ae787c by njn · 19 years ago
  11. b69f7c1 by njn · 19 years ago
  12. 945ed2e by njn · 19 years ago
  13. af839f5 by njn · 19 years ago
  14. f845f8f by njn · 19 years ago
  15. 3a08815 Declare my_sigreturn as static. This is correct in so much as it isn't by tom · 19 years ago
  16. 06244e7 Move VG_(resume_scheduler) to m_signals, and make it local. Reduces by njn · 19 years ago
  17. 351d006 by njn · 19 years ago
  18. 419bbcb Slight reduce m_syswrap's dependence on m_signals by moving by njn · 19 years ago
  19. 899ce73 by njn · 19 years ago
  20. 85665ca Finally, valgrind on ppc32. by cerion · 19 years ago
  21. 24a6efb by njn · 19 years ago
  22. 75b65aa by njn · 19 years ago
  23. c7561b9 by njn · 19 years ago
  24. c1b0181 by njn · 19 years ago
  25. 9abd608 by njn · 19 years ago
  26. f536bbb by njn · 19 years ago
  27. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  28. e9befc6 by njn · 19 years ago
  29. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  30. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  31. e7aa4ae Clean up after m_syscalls changes: unbreak amd64-linux. by sewardj · 19 years ago
  32. a8d8e23 by sewardj · 19 years ago
  33. 0140af5 Implement stack registration client requests. See the documentation by rjwalsh · 19 years ago
  34. 132bfcc by njn · 19 years ago
  35. 36a20fa by njn · 19 years ago
  36. 13bfd85 by njn · 19 years ago
  37. 97405b2 by njn · 19 years ago
  38. ed6b824 Whitespace/comment-only changes, to serve as placeholder for the last commit by njn · 19 years ago
  39. db13c4f by njn · 19 years ago
  40. 0c24647 by njn · 19 years ago[Renamed (99%) from coregrind/vg_signals.c]
  41. 04e1698 by njn · 19 years ago
  42. 1d88711 by sewardj · 19 years ago
  43. 605f488 Localized use of VGP_UCONTEXT_* to vg_signals.c, which meant they could by njn · 19 years ago
  44. 9a3d8bd XML printing wibbles. And add missing braces around the then-part of by sewardj · 19 years ago
  45. 1cfedbc Make VG_(wait_for_threadstate) local to linux/core_os.c. by njn · 19 years ago
  46. 6c6b59e Make VG_(sanitize_client_sigmask)() local to m_syscalls. by njn · 19 years ago
  47. 07ef6c0 Un-export VG_(is_sig_ign)(). by njn · 19 years ago
  48. 2024234 by njn · 19 years ago
  49. 2335d11 by njn · 19 years ago
  50. 02bc4b8 by njn · 19 years ago
  51. d0073f4 by njn · 19 years ago
  52. 444eba1 by njn · 19 years ago
  53. 9fc3112 Move VG_(block_signals)() to vg_scheduler.c, the only file that uses by njn · 19 years ago
  54. 43b9a8a Modularised the core/tool interface ('details', 'needs' and VG_(tdict)) by njn · 19 years ago
  55. a60a7c1 Rename some _SIZE macros as _SZB to make their units clear. This change is by njn · 19 years ago
  56. 2521d32 by njn · 19 years ago
  57. 502badb by njn · 19 years ago
  58. 4fbc86c by njn · 19 years ago
  59. 0ee4a95 Rework signal stack handling to avoid doing arithmetic on void pointers by tom · 19 years ago
  60. cf941da Allow for the red zone when generating new_mem_stack_signal and by tom · 19 years ago
  61. 3516553 Get the CFI-based frame-unwinder to the point where it works at least by sewardj · 19 years ago
  62. 55f9d1a by sewardj · 19 years ago
  63. 985fabb Create a new module, "sigframe", responsible for creating/destroying by sewardj · 19 years ago
  64. d2b1711 by njn · 19 years ago
  65. 50ae1a7 by njn · 19 years ago
  66. 990e90c by njn · 19 years ago
  67. 50ba34e by njn · 19 years ago
  68. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  69. f6d228b Use VGP_ prefix more consistently for platform-specific exports. by njn · 19 years ago
  70. db9b773 Use "VGA_" prefix more consistently. by njn · 19 years ago
  71. 35172bc Rename some arch-specific macros to use the more consistent "VGA_" prefix. by njn · 19 years ago
  72. d01fef7 by njn · 19 years ago
  73. 4d89e30 Fill in a bunch of amd64-specific crud. Still won't link though. by sewardj · 19 years ago
  74. 9ec0f3e Make VG_(deliver_signals)() local. by njn · 19 years ago
  75. a530fc6 For signals which are ignored by default (SIGCONT, CHLD, WINCH and URG), by njn · 19 years ago
  76. cafca7b Get more useful stack traces for internal errors/panics which happen by njn · 19 years ago
  77. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  78. 2c5ffbe Get rid of dead code and/or localise global functions as needed to by sewardj · 19 years ago
  79. 45561b1 Remove dead function: VG_(do_pthread_sigmask_SCSS_upd). by njn · 19 years ago
  80. e1d981a Memset the whole ehdr structure (though this will only initialize the by njn · 19 years ago
  81. b5f6f51 by sewardj · 19 years ago
  82. 9ba1d74 On AMD64 it's valid to access up to 128 bytes below %rsp. Or to be by sewardj · 19 years ago
  83. 548be6d Major rewrite of the machinery which keeps track of segments: by sewardj · 19 years ago
  84. 51ac087 Add Valgrind-side support for subarchitecture descriptions, which are by sewardj · 20 years ago
  85. 2ffc9c3 Commented-out get_current_tid() hack. by sewardj · 20 years ago
  86. 5e2f001 Deal with LibVEX-supplied insn decode failures, and with LibVEX-supplied by sewardj · 20 years ago
  87. b9c427c Changed message at the top of files, and the startup message, and the by njn · 20 years ago
  88. bde3027 Minor 64-bit cleanups, mostly comments. by njn · 20 years ago
  89. 277a6d6 Disable core dumps, and remove the previous attempts at factoring out by njn · 20 years ago
  90. 0a785fd Fix another potentially-failing use of get_current_tid(), in by sewardj · 20 years ago
  91. cf45fd4 by njn · 20 years ago
  92. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  93. 8b635a4 Merge in enough changes from the old Vex tree to make stage2 link, at least. by sewardj · 20 years ago
  94. 04d3a80 debug output wibble by nethercote · 20 years ago
  95. 93d9aa1 Arch-abstraction, syscall overhaul: rename functions appropriately by nethercote · 20 years ago
  96. 20283c6 whitespace wibbles by nethercote · 20 years ago
  97. 50b217b Make size calculation more robust. by nethercote · 20 years ago
  98. 5fd72bb Formatting wibbles. by nethercote · 20 years ago
  99. 93246cf 64-bit cleanness wibbles. by nethercote · 20 years ago
  100. 50397c2 by nethercote · 20 years ago