1. 5e5e213 The calculation used to round the size of a new thread's stack to a by thughes · 20 years ago
  2. 168eb88 Fix compiler warning. by thughes · 20 years ago
  3. eb9b8fb Change VG_(nuke_all_threads) to disassociate the the stacks of the threads by thughes · 20 years ago
  4. 8b76fe5 by nethercote · 20 years ago
  5. 5fd72bb Formatting wibbles. by nethercote · 20 years ago
  6. d1b64b2 by nethercote · 20 years ago
  7. 50397c2 by nethercote · 20 years ago
  8. 73b526f by nethercote · 20 years ago
  9. 31c1aae When a thread is cancelled only abort pending system calls if by thughes · 20 years ago
  10. 6d41bea When nuking threads we set their status to VgTs_Empty. This patch by thughes · 20 years ago
  11. e761bef Fix problems with very long timeouts given when waiting on a mutex or by thughes · 20 years ago
  12. e321d49 Implement pthread_mutex_timedlock. This resolves bug 78422. by thughes · 20 years ago
  13. c41c6f4 When returning from handling a signal check whether any mutex that the by thughes · 20 years ago
  14. f726923 If a thread is waiting on a mutex or condition variable when a signal is by thughes · 20 years ago
  15. 8abf392 When signal routing is in use (because we are running on an older kernel by thughes · 20 years ago
  16. 4d71438 Fix for bug 91162: cope with jumps to bogus addresses when there is a SEGV by nethercote · 20 years ago
  17. 6b9c847 by nethercote · 20 years ago
  18. 0d3db0a Fix off-by-one error when counting the number of BBs executed. by nethercote · 20 years ago
  19. 3a1b817 Only mark the section of the stack that has actually been used as by thughes · 20 years ago
  20. 15218bd by nethercote · 20 years ago
  21. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  22. 3e901a2 Arch-abstraction: - minor tweaks for handling client requests on PPC by nethercote · 20 years ago
  23. 66b3af6 Slightly more informative error msgs for some cl reqs. by nethercote · 20 years ago
  24. bb4222b by nethercote · 20 years ago
  25. f9b5941 by nethercote · 20 years ago
  26. b8ef9d8 Arch-abstraction: by nethercote · 20 years ago
  27. 86c5dcb by nethercote · 20 years ago
  28. c06e213 Arch-abstraction: by nethercote · 20 years ago
  29. 7109a8c Fix some vg_include.h references. by rjwalsh · 20 years ago
  30. f1e5e15 by nethercote · 20 years ago
  31. a3afffc If we return from a signal handler to a thread that was waiting to by thughes · 20 years ago
  32. d8510ec Rename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear it's not the same as by nethercote · 20 years ago
  33. 97e54d2 Treat a thread which is waiting to be reaped (ie one with a status by thughes · 20 years ago
  34. 238a3c3 by nethercote · 20 years ago
  35. 759dda3 by nethercote · 20 years ago
  36. 36881a2 is_valid_or_empty_tid() doesn't need to be global. by nethercote · 20 years ago
  37. 885dd91 by nethercote · 20 years ago
  38. 59a122d by nethercote · 20 years ago
  39. f971ab7 by nethercote · 20 years ago
  40. 844e712 Scheduler counts don't need to be in vg_include.h. Replace with a print by nethercote · 20 years ago
  41. f2b1148 by nethercote · 20 years ago
  42. 97ccd5e by nethercote · 20 years ago
  43. 75d2624 by nethercote · 20 years ago
  44. 85cdd34 by nethercote · 20 years ago
  45. baa46e5 Add support for allowing the POST function for a system call to be called by thughes · 20 years ago
  46. 8e9eab0 Removed some code from VG_(client_alloc)() that could be left to VG_(mmap)(). by nethercote · 20 years ago
  47. e567e70 Added assertion checking to a whole bunch of mmap() and munmap() calls. I used by nethercote · 20 years ago
  48. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  49. daa3456 Commit the patch from bug 69508 that seeks to make more of the pthread by thughes · 20 years ago
  50. 47dd12c Convert VG_(exitcode), a global variable, into a local variable. by nethercote · 20 years ago
  51. 1023647 Fixed cast to work on NPTL systems. by thughes · 20 years ago
  52. 513197c When cancelling a thread that is waiting on a condition variable we by thughes · 20 years ago
  53. 11975ff It appears that NPTL uses a new system for dealing with cleanup by thughes · 20 years ago
  54. d3693d0 Split some combined error messages, so they are more informative. Also return by nethercote · 20 years ago
  55. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  56. 6618e63 by nethercote · 20 years ago
  57. f786618 When creating new threads, initially block all signals. It's up to the by fitzhardinge · 20 years ago
  58. 2842859 Init the per-thread sigaltstacks properly. New threads should always by fitzhardinge · 20 years ago
  59. 98c4dc0 Make the sigaltstack per-thread state, so that two threads handling a by fitzhardinge · 20 years ago
  60. 1f0173b Some newer systems have a new version of pthreadtypes.h that comes from glibc by nethercote · 20 years ago
  61. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 20 years ago
  62. 3ced0e3 Fix comment by nethercote · 21 years ago
  63. 71980f0 by nethercote · 21 years ago
  64. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  65. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  66. 31ba905 Fix bug 72650. Only restart syscalls on signal if the client asked for it. by fitzhardinge · 21 years ago
  67. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  68. a02f881 Make rep; nop (pause) yield the thread. Based on a patch by Tom Hughes; by fitzhardinge · 21 years ago
  69. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  70. 851b0f6 Removed no-longer-needed declarations of __SOME_SKIN_H. by nethercote · 21 years ago
  71. 39de4b4 Patch from Robert Walsh <rjwalsh@durables.org>. Adds some new client by fitzhardinge · 21 years ago
  72. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  73. d799418 by njn · 21 years ago
  74. 7271864 by njn · 21 years ago
  75. 47c8af4 Minor improvement. by njn · 21 years ago
  76. 7700d68 compiler warning cleanups by daywalker · 21 years ago
  77. d304045 by njn · 21 years ago
  78. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  79. 1be6161 Minor type fixups. by njn · 21 years ago
  80. 97ad552 Unchain translations when doing VALGRIND_DISCARD_TRANSLATIONS. Otherwise by sewardj · 21 years ago
  81. 4c79121 by njn · 21 years ago
  82. b91ae7f by sewardj · 21 years ago
  83. c656e97 Added a return value (0) for the LOGMESSAGE request, since it's now visible to by njn · 21 years ago
  84. 49e630d Record the correct address of the initial thread's stack, as determined by sewardj · 21 years ago
  85. 47363ab by njn · 21 years ago
  86. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  87. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  88. e0205ff by njn · 21 years ago
  89. 43c799e by njn · 21 years ago
  90. 420b928 Add a fix for this by sewardj · 21 years ago
  91. e12a45f by sewardj · 21 years ago
  92. f3fb92d Hopefully deal with system 252 (__NR_exit_group) correctly. by sewardj · 21 years ago
  93. 53fe458 Further cleanups re new method for finding the stack segment at startup. by sewardj · 21 years ago
  94. 1c1b116 by sewardj · 21 years ago
  95. 4bdd996 Fix longstanding bug in make_thread_jump_to_cancelhdlr, which caused by sewardj · 22 years ago
  96. 648b315 by sewardj · 22 years ago
  97. fb5e527 by sewardj · 22 years ago
  98. dadc8d0 by sewardj · 22 years ago
  99. ca340b3 by sewardj · 22 years ago
  100. fa492d4 by sewardj · 22 years ago