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