1. 04d3a80 debug output wibble by nethercote · 20 years ago
  2. 93d9aa1 Arch-abstraction, syscall overhaul: rename functions appropriately by nethercote · 20 years ago
  3. 20283c6 whitespace wibbles by nethercote · 20 years ago
  4. 50b217b Make size calculation more robust. by nethercote · 20 years ago
  5. 5fd72bb Formatting wibbles. by nethercote · 20 years ago
  6. 93246cf 64-bit cleanness wibbles. by nethercote · 20 years ago
  7. 50397c2 by nethercote · 20 years ago
  8. 73b526f by nethercote · 20 years ago
  9. 2513064 by nethercote · 20 years ago
  10. f726923 If a thread is waiting on a mutex or condition variable when a signal is by thughes · 20 years ago
  11. 8abf392 When signal routing is in use (because we are running on an older kernel by thughes · 20 years ago
  12. ecce61c Remove unnecessary #includes. by nethercote · 20 years ago
  13. 1dfcf64 Arch-abstraction: - whoops, missed one ucontext use in last commit by nethercote · 20 years ago
  14. e5a3e2b Arch-abstraction: by nethercote · 20 years ago
  15. bdaa89f Arch-abstraction: - abstract out three ELF constants by nethercote · 20 years ago
  16. 5876d55 When dieing because a fatal signal was received, print a stack trace for by thughes · 20 years ago
  17. fedd810 by nethercote · 20 years ago
  18. 6eec460 by nethercote · 20 years ago
  19. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  20. 511e406 Arch-abstraction: - abstractify various uses of the stack pointer by nethercote · 20 years ago
  21. bb4222b by nethercote · 20 years ago
  22. c06e213 Arch-abstraction: by nethercote · 20 years ago
  23. f1e5e15 by nethercote · 20 years ago
  24. 911304e When delivering SIGFPE make sure we patch up si_addr in any siginfo by thughes · 20 years ago
  25. 238a3c3 by nethercote · 20 years ago
  26. 759dda3 by nethercote · 20 years ago
  27. 9dd1151 handle_SCSS_change() need not be global. by nethercote · 20 years ago
  28. 463a356 Remove sigshutdown_actions(), a hangover from the --stop-after days. by nethercote · 20 years ago
  29. 3129482 Tweak to remove another global variable from vg_include.h by nethercote · 20 years ago
  30. 97ccd5e by nethercote · 20 years ago
  31. d5f5ee4 Factor out commonality between VG_(synth_fault*)(). by nethercote · 20 years ago
  32. 75d2624 by nethercote · 20 years ago
  33. f84f695 by nethercote · 20 years ago
  34. b4250ae by nethercote · 20 years ago
  35. f854867 by nethercote · 20 years ago
  36. dc4d4f4 Oops - fix up broken assert. by fitzhardinge · 20 years ago
  37. 4f10ada Partial fix for bug 76869. This fixes the problem with returning from by fitzhardinge · 20 years ago
  38. 2842859 Init the per-thread sigaltstacks properly. New threads should always by fitzhardinge · 20 years ago
  39. f1beb25 This change does two things: one is the implementation of by fitzhardinge · 20 years ago
  40. 98c4dc0 Make the sigaltstack per-thread state, so that two threads handling a by fitzhardinge · 20 years ago
  41. 7d71b43 Print a backtrace for core-dumping signals, even if we're not actually by fitzhardinge · 20 years ago
  42. 4a4d108 Ooops. Fix overly-hasty commit. by fitzhardinge · 20 years ago
  43. 61a5341 Be a bit clearer about core-dumping messages (don't say we are if we're not) by fitzhardinge · 20 years ago
  44. 2ed1e7a Don't bother setting the EI_OSABI entry in the core elf header, since by fitzhardinge · 20 years ago
  45. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 20 years ago
  46. 04d0fbc Patch from Tom Hughes: by nethercote · 21 years ago
  47. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  48. 31ba905 Fix bug 72650. Only restart syscalls on signal if the client asked for it. by fitzhardinge · 21 years ago
  49. b727d04 Make --gdb-attach=yes work properly; rather than trying to attach gdb by fitzhardinge · 21 years ago
  50. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  51. 9236079 Statically allocate a page in the client address space for trampoline by fitzhardinge · 21 years ago
  52. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  53. 126c64f Patch from Tom Hughes: make --gdb-attach=yes work when a program is by fitzhardinge · 21 years ago
  54. bf45987 Add some missing braces. by fitzhardinge · 21 years ago
  55. 9c42a0f Made the warning clearer when you try to catch SIGKILL/SIGSTOP. Also made it by nethercote · 21 years ago
  56. 3b390c7 by nethercote · 21 years ago
  57. a09a1b5 Fix some bugs in syscall/signal handling: by fitzhardinge · 21 years ago
  58. e1c06d8 Update some stuff related to the syscalls change: by fitzhardinge · 21 years ago
  59. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  60. 37d06f2 Suppress a couple more messages when -q applies. by sewardj · 21 years ago
  61. 7271864 by njn · 21 years ago
  62. 7e73e5f spelling fixes by daywalker · 21 years ago
  63. 839299f When exiting with VgSrc_BbsDone (switching back to real CPU because by sewardj · 21 years ago
  64. d304045 by njn · 21 years ago
  65. 6eba4ef Added "_W" suffix to stack sizes to indicate they are in words. by njn · 21 years ago
  66. 12a5714 Removed magic numbers for VG_(stack) size and VG_(sigstack) size, made into by njn · 21 years ago
  67. b91ae7f by sewardj · 21 years ago
  68. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  69. e12a45f by sewardj · 21 years ago
  70. fdc28af by njn · 21 years ago
  71. c953984 by njn · 22 years ago
  72. e427a66 by njn · 22 years ago
  73. dcaf312 Rename VG_(kill) and VG_(sigpending) to VG_(kkill) and VG_(ksigpending) by sewardj · 22 years ago
  74. f247eae merge rev 1.29.2.3: by sewardj · 22 years ago
  75. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  76. 872051c vg_signals.c: vg_oursignalhandler(): don't longjmp() on fatal signal if by sewardj · 22 years ago
  77. e8fb72e Make --stop-after= work again. by sewardj · 22 years ago
  78. 0c2f0d7 vg_push_signal_frame: make the siginfo and ucontext fields readable too. by sewardj · 22 years ago
  79. efbfcdf Implement sigpending(). All absolutely horrible. Sigh. by sewardj · 22 years ago
  80. 088f118 Be more robust to the situation where a signal arrives, and there is a by sewardj · 22 years ago
  81. b83b6a7 Whitespace only. by sewardj · 22 years ago
  82. 0e357db Fix bug in signal handling in threads shown by Peter Gober: by sewardj · 22 years ago
  83. fa35651 Comment-only change: add a list of known problems with the signal simulator. by sewardj · 22 years ago
  84. a464e5c Debug message wibble. by sewardj · 22 years ago
  85. 6a3c26e Fix small bug causing assertion failure in computation of SKSS. by sewardj · 22 years ago
  86. 2342c97 Implement sigaltstack. Most of the logic is copied more-or-less by sewardj · 22 years ago
  87. c9792e3 gcc-3.1 compile fix. by sewardj · 22 years ago
  88. 3a951cf More new-signal-hacks fixes. by sewardj · 22 years ago
  89. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  90. 811d141 Add another threads+signals test case along with the fix to make it work. by sewardj · 22 years ago
  91. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  92. 4f29ddf External namespace cleanup. by sewardj · 22 years ago
  93. 7a61d91 Debugging hook which turns on a lot of debug printing when SIGUSR1 by sewardj · 22 years ago
  94. d1e8649 Back out rev 1.10. It can't possibly be the right fix. by sewardj · 22 years ago
  95. 7ccc5c2 VG_(oursignalhandler): when catching a fatal signal, don't longjmp by sewardj · 22 years ago
  96. cfdf27c Get rid of incomprehensible special-case treatment of SIGABRT. by sewardj · 22 years ago
  97. 14e0342 by sewardj · 22 years ago
  98. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  99. 9a199dc by sewardj · 22 years ago
  100. 77e466c by sewardj · 22 years ago