1. fdc28af by njn · 21 years ago
  2. 53fe458 Further cleanups re new method for finding the stack segment at startup. by sewardj · 21 years ago
  3. f4ce3d3 by njn · 22 years ago
  4. 211b6ad by njn · 22 years ago
  5. 120281f Made the setting of VG_(details).avg_translation_sizeB optional, defaulting to by njn · 22 years ago
  6. 563f96f Renamed VG_(nameCondcode)() as VG_(name_UCondcode)() to make it consistent by njn · 22 years ago
  7. ae17bec by njn · 22 years ago
  8. 99aac97 by sewardj · 22 years ago
  9. 5109643 by sewardj · 22 years ago
  10. 3237b94 by sewardj · 22 years ago
  11. fa492d4 by sewardj · 22 years ago
  12. b5ff83e by sewardj · 22 years ago
  13. 2370f3b by sewardj · 22 years ago
  14. 22854b9 by sewardj · 22 years ago
  15. c0d8f68 by sewardj · 22 years ago
  16. 6c3769f by sewardj · 22 years ago
  17. 810086f by njn · 22 years ago
  18. d8acdf2 by sewardj · 22 years ago
  19. 4f094a7 Rename VG_CLO_DEFAULT_LOGSOCKET to VG_CLO_DEFAULT_LOGPORT. by sewardj · 22 years ago
  20. 69a72a5 Add a new client request, VG_USERREQ__LOGMESSAGE, and use this to route by sewardj · 22 years ago
  21. 570f890 Robustification of logging to a socket. If the listener process dies by sewardj · 22 years ago
  22. 73cf3bc Implement logging to a network socket. So it's now possible to do by sewardj · 22 years ago
  23. 4cf0569 by sewardj · 22 years ago
  24. f220ccc Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  25. 4155712 by njn · 22 years ago
  26. 00a66b1 Finish off support for Red Hat 8 thread-specific-data. Unfortunately by sewardj · 22 years ago
  27. 858964b Implement, and document, the --run-libc-freeres=no|yes flag. by sewardj · 22 years ago
  28. c953984 by njn · 22 years ago
  29. e427a66 by njn · 22 years ago
  30. e104247 by sewardj · 22 years ago
  31. 37cea30 by njn · 22 years ago
  32. c5d385d Get rid of nvidia_moan(); soon we might not have anything to moan about. by sewardj · 22 years ago
  33. 92a5956 by sewardj · 22 years ago
  34. 1a1dd8b by njn · 22 years ago
  35. 89745a5 merge rev 1.76.2.7: by sewardj · 22 years ago
  36. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  37. 6431be7 by njn · 22 years ago
  38. 1fe7b00 At request of Ulrich Drepper, call __libc_freeres() after final __NR_exit by sewardj · 22 years ago
  39. a256220 possible fix for valgrinding problem on longer running kernels (2.4.18-SuSE, update 17 days) by daywalker · 22 years ago
  40. 872051c vg_signals.c: vg_oursignalhandler(): don't longjmp() on fatal signal if by sewardj · 22 years ago
  41. 2cb0034 Finally get around to implementing pthread_atfork. by sewardj · 22 years ago
  42. efbfcdf Implement sigpending(). All absolutely horrible. Sigh. by sewardj · 22 years ago
  43. 9a2224b Implement pause(). by sewardj · 22 years ago
  44. 8208ae8 Increase thread limits a bit. by sewardj · 22 years ago
  45. 246d466 Patrick Ohly's --alignment= patch, to increase alignment of malloc'd by sewardj · 22 years ago
  46. 2e43290 Rename event-horizon to error-limit; the former may have trendy black-hole by sewardj · 22 years ago
  47. 72f98ff Add --event-horizon=yes|no [yes] so that the limit on errors shown by sewardj · 22 years ago
  48. 07133bf Inconsequential cleanups to recent cachesim hacking. by sewardj · 22 years ago
  49. 7cf0bd3 by njn · 22 years ago
  50. e904795 Minor mods to stop make the leak detector behave properly for the by sewardj · 22 years ago
  51. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  52. f0b0645 Inch towards JVM (Sun, 1.4.0) working. by sewardj · 22 years ago
  53. 2d94c11 Clean up assertion stuff for the vg_libpthread.c by sewardj · 22 years ago
  54. 7d78e78 Implement CLC and STC (Pascal Massimino <pmassimi@ilog.fr>). by sewardj · 22 years ago
  55. a70ca3f demangle_number: handle base-36 numbers. by sewardj · 22 years ago
  56. ef037c7 Implement __pthread_kill_other_threads_np properly. It does seem to by sewardj · 22 years ago
  57. ccef2e6 As per POSIX, nuke all threads other than me by sewardj · 22 years ago
  58. 870497a When a thread exits, run the destructors for the thread's specific data. by sewardj · 22 years ago
  59. 8ad94e1 Implement thread cleanup stacks. by sewardj · 22 years ago
  60. 4505b9e Increase thread scheduling quantum from 20000 bbs to 50000 bbs. by sewardj · 22 years ago
  61. 7989d0c Fix various problems with new thread start / stop / detach stuff. by sewardj · 22 years ago
  62. 20917d8 by sewardj · 22 years ago
  63. 2342c97 Implement sigaltstack. Most of the logic is copied more-or-less by sewardj · 22 years ago
  64. ff42d1d Implement pthread_yield. by sewardj · 22 years ago
  65. 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
  66. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  67. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  68. b48e500 Add support for pthread_sigmask() and sigwait(). All absolutely by sewardj · 22 years ago
  69. 8d365b5 Fix spelling mistake: wierd*hacks --> weird*hacks Also add a testcase. by sewardj · 22 years ago
  70. 3984b85 In order to catch timeout events on fds which are readable and which by sewardj · 22 years ago
  71. a1679dd Kernel 2.4 / glibc 2.2.X build fixes for recent startup changes. by sewardj · 22 years ago
  72. fbe18b9 Build fixes for Red Hat 6.2. by sewardj · 22 years ago
  73. b358620 Remove valgrind's use of libc-supplied stat() and sbrk(). Now the only by sewardj · 22 years ago
  74. cfc39b2 Complain about NVidia's libGL.so also when an 0x8C opcode is encountered. by sewardj · 22 years ago
  75. b581a13 Improvements to the error-collecting machinery: by sewardj · 22 years ago
  76. 671ff54 Minor profiling improvements. Add a couple of cost centers. by sewardj · 22 years ago
  77. 7e87e38 by sewardj · 22 years ago
  78. c3bd5f5 Ensure that values returned to the client from pthread operations are by sewardj · 22 years ago
  79. bf290b9 Increase default thread stack size to 64k and institute crude by sewardj · 22 years ago
  80. 0c3b53f Reinstate use of VG_(do_sanity_checks), although at a lower frequency by sewardj · 22 years ago
  81. 4f9c934 by njn · 22 years ago
  82. 1bebcbf adjust error count thresholds by sewardj · 22 years ago
  83. f2537be VG_(maybe_add_context): also stop collecting errors when the total by sewardj · 22 years ago
  84. 14e0342 by sewardj · 22 years ago
  85. ebc8233 Allow more slack with VG_STARTUP_STACK_MASK. Also increase some by sewardj · 22 years ago
  86. d8091eb minor tweaks to constants by sewardj · 22 years ago
  87. 56fc53d Fix total b0rkage of signal handling caused by stupidly giving the by sewardj · 22 years ago
  88. 5f07b66 by sewardj · 22 years ago
  89. e6a2524 GDB-attach cleanups. Have our own system() so we don't have to use by sewardj · 22 years ago
  90. 3580542 Make the GDB-attach stuff thread-aware, and work (at least partially) by sewardj · 22 years ago
  91. 30671ff Add pthread_mutex_trylock, and add various other hacks to try and make by sewardj · 22 years ago
  92. 3b5d886 by sewardj · 22 years ago
  93. aabd5ad VG_(record_free_error) / VG_(record_freemismatch_error) are called by sewardj · 22 years ago
  94. 6072c36 by sewardj · 22 years ago
  95. 604ec3c by sewardj · 22 years ago
  96. 1e8cdc9 by sewardj · 22 years ago
  97. 15a43e1 Show backtraces for all threads in vg_assert, VG_(panic) and by sewardj · 22 years ago
  98. 45b4b37 by sewardj · 22 years ago
  99. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  100. c7529c3 by sewardj · 22 years ago