1. fa1016e by njn · 21 years ago
  2. 3222e0a fix compiler warnings by daywalker · 21 years ago
  3. 6c84655 by njn · 21 years ago
  4. 4700f04 Increase VG_N_FORKHANDLERSTACK from 2 to 4. For reasons known only to by sewardj · 21 years ago
  5. 7271864 by njn · 21 years ago
  6. c6b0fe5 Use init_ExeContext_storage instead of relying (unintentionally) on by sewardj · 21 years ago
  7. 6024b21 Add patch from Sami Liedes <sliedes@cc.hut.fi> making GDB use more flexible: by sewardj · 21 years ago
  8. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  9. 8a77ffb A bit of cleaning up now that symbol table reading is no longer optional. by sewardj · 21 years ago
  10. 25c7c3a by sewardj · 21 years ago
  11. 7e73e5f spelling fixes by daywalker · 21 years ago
  12. 9a07c22 by njn · 21 years ago
  13. 839299f When exiting with VgSrc_BbsDone (switching back to real CPU because by sewardj · 21 years ago
  14. d6251f1 by njn · 21 years ago
  15. d304045 by njn · 21 years ago
  16. 633de32 by njn · 21 years ago
  17. 61821c0 Increase VG_N_CLEANUPSTACK to 16. by sewardj · 21 years ago
  18. 97ad552 Unchain translations when doing VALGRIND_DISCARD_TRANSLATIONS. Otherwise by sewardj · 21 years ago
  19. 4c79121 by njn · 21 years ago
  20. 6eba4ef Added "_W" suffix to stack sizes to indicate they are in words. by njn · 21 years ago
  21. 12a5714 Removed magic numbers for VG_(stack) size and VG_(sigstack) size, made into by njn · 21 years ago
  22. b91ae7f by sewardj · 21 years ago
  23. 11f0bb4 by sewardj · 21 years ago
  24. 49e630d Record the correct address of the initial thread's stack, as determined by sewardj · 21 years ago
  25. 8a6b6c0 by njn · 21 years ago
  26. 47363ab by njn · 21 years ago
  27. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  28. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  29. 43c799e by njn · 21 years ago
  30. 9b007f6 ----------------------------------------------------------------------------- by njn · 21 years ago
  31. d5815ec by sewardj · 21 years ago
  32. 838654f startup_segment_callback: Get rid of completely pointless check re by sewardj · 22 years ago
  33. fdc28af by njn · 22 years ago
  34. 53fe458 Further cleanups re new method for finding the stack segment at startup. by sewardj · 22 years ago
  35. f4ce3d3 by njn · 22 years ago
  36. 211b6ad by njn · 22 years ago
  37. 120281f Made the setting of VG_(details).avg_translation_sizeB optional, defaulting to by njn · 22 years ago
  38. 563f96f Renamed VG_(nameCondcode)() as VG_(name_UCondcode)() to make it consistent by njn · 22 years ago
  39. ae17bec by njn · 22 years ago
  40. 99aac97 by sewardj · 22 years ago
  41. 5109643 by sewardj · 22 years ago
  42. 3237b94 by sewardj · 22 years ago
  43. fa492d4 by sewardj · 22 years ago
  44. b5ff83e by sewardj · 22 years ago
  45. 2370f3b by sewardj · 22 years ago
  46. 22854b9 by sewardj · 22 years ago
  47. c0d8f68 by sewardj · 22 years ago
  48. 6c3769f by sewardj · 22 years ago
  49. 810086f by njn · 22 years ago
  50. d8acdf2 by sewardj · 22 years ago
  51. 4f094a7 Rename VG_CLO_DEFAULT_LOGSOCKET to VG_CLO_DEFAULT_LOGPORT. by sewardj · 22 years ago
  52. 69a72a5 Add a new client request, VG_USERREQ__LOGMESSAGE, and use this to route by sewardj · 22 years ago
  53. 570f890 Robustification of logging to a socket. If the listener process dies by sewardj · 22 years ago
  54. 73cf3bc Implement logging to a network socket. So it's now possible to do by sewardj · 22 years ago
  55. 4cf0569 by sewardj · 22 years ago
  56. f220ccc Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  57. 4155712 by njn · 22 years ago
  58. 00a66b1 Finish off support for Red Hat 8 thread-specific-data. Unfortunately by sewardj · 22 years ago
  59. 858964b Implement, and document, the --run-libc-freeres=no|yes flag. by sewardj · 22 years ago
  60. c953984 by njn · 22 years ago
  61. e427a66 by njn · 22 years ago
  62. e104247 by sewardj · 22 years ago
  63. 37cea30 by njn · 22 years ago
  64. c5d385d Get rid of nvidia_moan(); soon we might not have anything to moan about. by sewardj · 22 years ago
  65. 92a5956 by sewardj · 22 years ago
  66. 1a1dd8b by njn · 22 years ago
  67. 89745a5 merge rev 1.76.2.7: by sewardj · 22 years ago
  68. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  69. 6431be7 by njn · 22 years ago
  70. 1fe7b00 At request of Ulrich Drepper, call __libc_freeres() after final __NR_exit by sewardj · 22 years ago
  71. a256220 possible fix for valgrinding problem on longer running kernels (2.4.18-SuSE, update 17 days) by daywalker · 22 years ago
  72. 872051c vg_signals.c: vg_oursignalhandler(): don't longjmp() on fatal signal if by sewardj · 22 years ago
  73. 2cb0034 Finally get around to implementing pthread_atfork. by sewardj · 22 years ago
  74. efbfcdf Implement sigpending(). All absolutely horrible. Sigh. by sewardj · 22 years ago
  75. 9a2224b Implement pause(). by sewardj · 22 years ago
  76. 8208ae8 Increase thread limits a bit. by sewardj · 22 years ago
  77. 246d466 Patrick Ohly's --alignment= patch, to increase alignment of malloc'd by sewardj · 22 years ago
  78. 2e43290 Rename event-horizon to error-limit; the former may have trendy black-hole by sewardj · 22 years ago
  79. 72f98ff Add --event-horizon=yes|no [yes] so that the limit on errors shown by sewardj · 22 years ago
  80. 07133bf Inconsequential cleanups to recent cachesim hacking. by sewardj · 22 years ago
  81. 7cf0bd3 by njn · 22 years ago
  82. e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
  83. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  84. f0b0645 Inch towards JVM (Sun, 1.4.0) working. by sewardj · 22 years ago
  85. 2d94c11 Clean up assertion stuff for the vg_libpthread.c by sewardj · 22 years ago
  86. 7d78e78 Implement CLC and STC (Pascal Massimino <pmassimi@ilog.fr>). by sewardj · 22 years ago
  87. a70ca3f demangle_number: handle base-36 numbers. by sewardj · 22 years ago
  88. ef037c7 Implement __pthread_kill_other_threads_np properly. It does seem to by sewardj · 22 years ago
  89. ccef2e6 As per POSIX, nuke all threads other than me by sewardj · 22 years ago
  90. 870497a When a thread exits, run the destructors for the thread's specific data. by sewardj · 22 years ago
  91. 8ad94e1 Implement thread cleanup stacks. by sewardj · 22 years ago
  92. 4505b9e Increase thread scheduling quantum from 20000 bbs to 50000 bbs. by sewardj · 22 years ago
  93. 7989d0c Fix various problems with new thread start / stop / detach stuff. by sewardj · 22 years ago
  94. 20917d8 by sewardj · 22 years ago
  95. 2342c97 Implement sigaltstack. Most of the logic is copied more-or-less by sewardj · 22 years ago
  96. ff42d1d Implement pthread_yield. by sewardj · 22 years ago
  97. 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
  98. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  99. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  100. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago