1. f4ce3d3 by njn · 21 years ago
  2. 59438c0 Increase default bb limit from 1e+12 to 1e+15. The former limit could by sewardj · 22 years ago
  3. 5109643 by sewardj · 22 years ago
  4. 3237b94 by sewardj · 22 years ago
  5. fa492d4 by sewardj · 22 years ago
  6. 2370f3b by sewardj · 22 years ago
  7. 22854b9 by sewardj · 22 years ago
  8. c0d8f68 by sewardj · 22 years ago
  9. 810086f by njn · 22 years ago
  10. 27f1a38 by njn · 22 years ago
  11. 570f890 Robustification of logging to a socket. If the listener process dies by sewardj · 22 years ago
  12. 73cf3bc Implement logging to a network socket. So it's now possible to do by sewardj · 22 years ago
  13. 4cf0569 by sewardj · 22 years ago
  14. c26cc25 Merge patch from Jeremy Fitzhardinge: by sewardj · 22 years ago
  15. 8fe15a3 Merge 13-data-syms from Jeremy Fitzhardinge: by sewardj · 22 years ago
  16. 3d652a3 merge (in effect, and without docs) revs: by sewardj · 22 years ago
  17. cc7bb47 by njn · 22 years ago
  18. 4aa62ba Naming wibbles -- start skin names with a capital letter (they deserve it) by sewardj · 22 years ago
  19. 858964b Implement, and document, the --run-libc-freeres=no|yes flag. by sewardj · 22 years ago
  20. d04b7c6 by njn · 22 years ago
  21. c953984 by njn · 22 years ago
  22. e427a66 by njn · 22 years ago
  23. e104247 by sewardj · 22 years ago
  24. 37cea30 by njn · 22 years ago
  25. c5d385d Get rid of nvidia_moan(); soon we might not have anything to moan about. by sewardj · 22 years ago
  26. 92a5956 by sewardj · 22 years ago
  27. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  28. ce61d05 Track ELF frame changes as appearing in Red Hat Limbo (7.3.92). by sewardj · 22 years ago
  29. a256220 possible fix for valgrinding problem on longer running kernels (2.4.18-SuSE, update 17 days) by daywalker · 22 years ago
  30. c26b448 Print additional useful information immediately prior to by sewardj · 22 years ago
  31. 5c509a1 parse_cache_opt: Move free() of opt past last use. by sewardj · 22 years ago
  32. 6314442 Forgot to VG_(free) a VG_(strdup)'d string. by njn · 22 years ago
  33. 246d466 Patrick Ohly's --alignment= patch, to increase alignment of malloc'd by sewardj · 22 years ago
  34. 2e43290 Rename event-horizon to error-limit; the former may have trendy black-hole by sewardj · 22 years ago
  35. 72f98ff Add --event-horizon=yes|no [yes] so that the limit on errors shown by sewardj · 22 years ago
  36. 7cf0bd3 by njn · 22 years ago
  37. 19d8141 Sanity check VG_LIBDIR (the --libdir= config value) at startup to detect by sewardj · 22 years ago
  38. 64039bb Failed attempt to make JDK 1.4.0 work. by sewardj · 22 years ago
  39. 43c356f Remove historical artefact. by sewardj · 22 years ago
  40. 7d78e78 Implement CLC and STC (Pascal Massimino <pmassimi@ilog.fr>). by sewardj · 22 years ago
  41. 78e25c9 Improve diagnostic info printed by failures in by sewardj · 22 years ago
  42. 3e1eb1f Fix fork/exec stuff so it works again. We have to mangle LD_LIBRARY_PATH by sewardj · 22 years ago
  43. d9c2d6d The ELF table created by old kernels (2.4.3 ish) is different from by sewardj · 22 years ago
  44. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  45. 018f762 In accordance with "build one to throw away, you will anyway (tm)", by sewardj · 22 years ago
  46. 8d365b5 Fix spelling mistake: wierd*hacks --> weird*hacks Also add a testcase. by sewardj · 22 years ago
  47. 3984b85 In order to catch timeout events on fds which are readable and which by sewardj · 22 years ago
  48. a1679dd Kernel 2.4 / glibc 2.2.X build fixes for recent startup changes. by sewardj · 22 years ago
  49. 3817091 New and hopefully more reliable method for finding argc/argv/envp at by sewardj · 22 years ago
  50. cfc39b2 Complain about NVidia's libGL.so also when an 0x8C opcode is encountered. by sewardj · 22 years ago
  51. 671ff54 Minor profiling improvements. Add a couple of cost centers. by sewardj · 22 years ago
  52. 7e87e38 by sewardj · 22 years ago
  53. 0c3b53f Reinstate use of VG_(do_sanity_checks), although at a lower frequency by sewardj · 22 years ago
  54. 83adf41 Build and install 'cachegrind' along with 'valgrind'. by sewardj · 22 years ago
  55. 4f9c934 by njn · 22 years ago
  56. 5f07b66 by sewardj · 22 years ago
  57. e6a2524 GDB-attach cleanups. Have our own system() so we don't have to use by sewardj · 22 years ago
  58. 6072c36 by sewardj · 22 years ago
  59. 15a43e1 Show backtraces for all threads in vg_assert, VG_(panic) and by sewardj · 22 years ago
  60. 45b4b37 by sewardj · 22 years ago
  61. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  62. c7529c3 by sewardj · 22 years ago
  63. 22bafd9 by sewardj · 22 years ago
  64. 8937c81 by sewardj · 22 years ago
  65. 2e93c50 by sewardj · 22 years ago
  66. 97ced73 Add experimental omission of V-bits for address values, using by sewardj · 22 years ago
  67. a88ebf6 Use autoconf tests for glibc version in argc/argv/envp search. by sewardj · 22 years ago
  68. 3b2736a Fix plumbing of version number from config.h to vg_main.c by sewardj · 22 years ago
  69. fe8a166 Implement DAA as well as DAS. Byrial Jensen <byrial@image.dk> by sewardj · 22 years ago
  70. b3c2687 (merge from 20020320) by sewardj · 22 years ago
  71. 4d0ab1f (merge from 20020320) Implement x86 das instruction. by sewardj · 22 years ago
  72. de4a1d0 Initial revision by sewardj · 22 years ago