1. 063c540 Changed name of tool shared objects from vgskin_XXX.so to vgtool_XXX.so. by njn · 20 years ago
  2. 95ec870 Convert the 'skin_errors' need to 'tool_errors'. by njn · 20 years ago
  3. f6c99d7 Disable --skin=, so you have to use --tool= now. No great loss. by nethercote · 20 years ago
  4. 5fd72bb Formatting wibbles. by nethercote · 20 years ago
  5. 8991d5a by nethercote · 20 years ago
  6. a3c3cf2 Don't need to use addr_t anymore, use Addr instead, for consistency. by nethercote · 20 years ago
  7. ebf1d86 - Make find_auxv() word-size independent. by nethercote · 20 years ago
  8. 545fe67 by nethercote · 20 years ago
  9. 73b526f by nethercote · 20 years ago
  10. 6997879 Fix typo that meant --signal-polltime was not being accepted. by nethercote · 20 years ago
  11. 4ad7431 Arch-abstraction: - removed some x86-specific var/function names by nethercote · 20 years ago
  12. 06bc3d5 whoops by nethercote · 20 years ago
  13. 7f39002 If PIE (position-independent executables) are supported, build valgrind's by nethercote · 20 years ago
  14. 3cf8d93 by nethercote · 20 years ago
  15. c25c449 by nethercote · 20 years ago
  16. 4ec0af4 Remove unnecessary glibc #includes; use VKI_O_RDONLY instead of O_RDONLY as by nethercote · 20 years ago
  17. 107e1c0 by nethercote · 20 years ago
  18. 969ecf1 Cleaned up ume.h by moving some functions around. by nethercote · 20 years ago
  19. 8c1ce43 Improve error message. by nethercote · 20 years ago
  20. caca002 When augmenting the argument vector from the VALGRIND_OPTS environment by thughes · 20 years ago
  21. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  22. cf97ffb by nethercote · 20 years ago
  23. 72ddff6 Use MAP_NORESERVE for potentially large mappings. by fitzhardinge · 20 years ago
  24. 820bd8c by nethercote · 20 years ago
  25. 775508a by nethercote · 20 years ago
  26. 9380b4a by nethercote · 20 years ago
  27. 6a27d83 by nethercote · 20 years ago
  28. 2e05c33 by nethercote · 20 years ago
  29. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  30. 410bfe6 Simplify calculation of VG_(shadow_end) to avoid an obscure bug on Paul M's PPC by nethercote · 20 years ago
  31. b24cbc8 by nethercote · 20 years ago
  32. c06e213 Arch-abstraction: by nethercote · 20 years ago
  33. f1e5e15 by nethercote · 20 years ago
  34. d472262 Print a message if shadow memory cannot be allocated, rather than just by nethercote · 20 years ago
  35. 18b6631 Add explanatory comment. by rjwalsh · 20 years ago
  36. ebca8b4 Fix to allow 32-bit Valgrind to run on AMD64 boxes. Note: this does by rjwalsh · 20 years ago
  37. 6233a38 Add support for a --time-stamp option that causes each message output by thughes · 20 years ago
  38. d8510ec Rename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear it's not the same as by nethercote · 20 years ago
  39. 238a3c3 by nethercote · 20 years ago
  40. f6a1d50 by nethercote · 20 years ago
  41. 759dda3 by nethercote · 20 years ago
  42. 92e7b7f De-globalise a few more counters. by nethercote · 20 years ago
  43. 885dd91 by nethercote · 20 years ago
  44. 3a42fb8 Tweak stats printing -- use more consistent function names, improve output by nethercote · 20 years ago
  45. 81f9a6f Removed 6 global variables from vg_include.h without even having to add by nethercote · 20 years ago
  46. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  47. b5a5631 comment wibble by nethercote · 20 years ago
  48. 844e712 Scheduler counts don't need to be in vg_include.h. Replace with a print by nethercote · 20 years ago
  49. 8dd62f1 whoops, forgot to remove these in the last commit by nethercote · 20 years ago
  50. bee3fd9 by nethercote · 20 years ago
  51. 297effd Sanity counters don't need to be in vg_include.h. by nethercote · 20 years ago
  52. 3129482 Tweak to remove another global variable from vg_include.h by nethercote · 20 years ago
  53. 85cdd34 by nethercote · 20 years ago
  54. 31779c7 Restructured the as_*() functions so they are simpler and there is no implicit by nethercote · 20 years ago
  55. ea147e7 Added some comments. by nethercote · 20 years ago
  56. d6a5687 by nethercote · 20 years ago
  57. bc7b4f4 Remove accidental double assignment. Also don't assume that VG_(client_base) by nethercote · 20 years ago
  58. 361a14e Er, actually make this test meaningful. It now aborts correctly if you try to by nethercote · 20 years ago
  59. 3bfd5a0 Only treat colons in the switch name as important when looking for a by thughes · 20 years ago
  60. 7c018f4 Add a bunch of asserts to check the results of calls to system malloc(). by nethercote · 20 years ago
  61. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  62. f84f695 by nethercote · 20 years ago
  63. c314eba by nethercote · 20 years ago
  64. 21942d9 Make sure the separator is restored when scan_colsep exits early. This by thughes · 20 years ago
  65. e567e70 Added assertion checking to a whole bunch of mmap() and munmap() calls. I used by nethercote · 20 years ago
  66. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  67. e209731 Changed (client-heap-size : client-map-seg-size) ratio from 3:1 to 1:2. by nethercote · 20 years ago
  68. ad1c956 Implement an emulated soft limit for file descriptors in addition to by thughes · 20 years ago
  69. e94b2de by nethercote · 20 years ago
  70. 363669c Remove unused #define by nethercote · 20 years ago
  71. 47dd12c Convert VG_(exitcode), a global variable, into a local variable. by nethercote · 20 years ago
  72. acce582 Remove a function and global variable no longer needed. by nethercote · 20 years ago
  73. 5ee67ca Slightly disentangle main(). by nethercote · 20 years ago
  74. b3277cb Remove two no-longer-used global vars. by nethercote · 20 years ago
  75. 0d58850 by nethercote · 20 years ago
  76. f854867 by nethercote · 20 years ago
  77. 27fec90 by nethercote · 20 years ago
  78. a76368b by nethercote · 20 years ago
  79. e2be7e6 by nethercote · 20 years ago
  80. f4928da by nethercote · 20 years ago
  81. 74b8de2 Cope with AT_xCACHEBSIZE not being defined, which they aren't on systems by thughes · 20 years ago
  82. 1d16005 Change the debugger attachment code to send the STOP signal to the by thughes · 20 years ago
  83. 35cec98 Initialise %cs, %ds and %ss in the virtual machine to match the values by thughes · 20 years ago
  84. a70f735 With -v, print out contents of /proc/version at startup. by nethercote · 20 years ago
  85. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 20 years ago
  86. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 20 years ago
  87. 1018bdd Heroic patch from Tom Hughes: by nethercote · 20 years ago
  88. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 20 years ago
  89. 6c999f2 No longer showing debugging options for --help; only for the newly added by nethercote · 20 years ago
  90. 04d0fbc Patch from Tom Hughes: by nethercote · 21 years ago
  91. 6687169 Don't use TSC for internal timing purposes. This is for two reasons: by fitzhardinge · 21 years ago
  92. 71980f0 by nethercote · 21 years ago
  93. c2dbbac Fix bug 73219. This adds a general mechanism for querying the host CPU's by fitzhardinge · 21 years ago
  94. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 21 years ago
  95. b727d04 Make --gdb-attach=yes work properly; rather than trying to attach gdb by fitzhardinge · 21 years ago
  96. 9b8c2f3 Move logfile fd into safe range. by fitzhardinge · 21 years ago
  97. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  98. f217c73 implement cmpxchg8b, patch by Tom Hughes. CCMAIL: 69688-done@bugs.kde.org by mueller · 21 years ago
  99. 9236079 Statically allocate a page in the client address space for trampoline by fitzhardinge · 21 years ago
  100. b791a19 Fix a bug in the last VG_(max_fd) change; VG_(safe_fd) doesn't work before by fitzhardinge · 21 years ago