1. 969ecf1 Cleaned up ume.h by moving some functions around. by nethercote · 20 years ago
  2. 8c1ce43 Improve error message. by nethercote · 20 years ago
  3. caca002 When augmenting the argument vector from the VALGRIND_OPTS environment by thughes · 20 years ago
  4. c37184f Virtualise the stack rlimit for the main thread and make valgrind enforce by thughes · 20 years ago
  5. cf97ffb by nethercote · 20 years ago
  6. 72ddff6 Use MAP_NORESERVE for potentially large mappings. by fitzhardinge · 20 years ago
  7. 820bd8c by nethercote · 20 years ago
  8. 775508a by nethercote · 20 years ago
  9. 9380b4a by nethercote · 20 years ago
  10. 6a27d83 by nethercote · 20 years ago
  11. 2e05c33 by nethercote · 20 years ago
  12. a131bb8 Arch-abstraction: arch-neutralise the startup message. by nethercote · 20 years ago
  13. 410bfe6 Simplify calculation of VG_(shadow_end) to avoid an obscure bug on Paul M's PPC by nethercote · 20 years ago
  14. b24cbc8 by nethercote · 20 years ago
  15. c06e213 Arch-abstraction: by nethercote · 20 years ago
  16. f1e5e15 by nethercote · 20 years ago
  17. d472262 Print a message if shadow memory cannot be allocated, rather than just by nethercote · 20 years ago
  18. 18b6631 Add explanatory comment. by rjwalsh · 20 years ago
  19. ebca8b4 Fix to allow 32-bit Valgrind to run on AMD64 boxes. Note: this does by rjwalsh · 20 years ago
  20. 6233a38 Add support for a --time-stamp option that causes each message output by thughes · 20 years ago
  21. d8510ec Rename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear it's not the same as by nethercote · 20 years ago
  22. 238a3c3 by nethercote · 20 years ago
  23. f6a1d50 by nethercote · 20 years ago
  24. 759dda3 by nethercote · 20 years ago
  25. 92e7b7f De-globalise a few more counters. by nethercote · 20 years ago
  26. 885dd91 by nethercote · 20 years ago
  27. 3a42fb8 Tweak stats printing -- use more consistent function names, improve output by nethercote · 20 years ago
  28. 81f9a6f Removed 6 global variables from vg_include.h without even having to add by nethercote · 20 years ago
  29. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  30. b5a5631 comment wibble by nethercote · 20 years ago
  31. 844e712 Scheduler counts don't need to be in vg_include.h. Replace with a print by nethercote · 20 years ago
  32. 8dd62f1 whoops, forgot to remove these in the last commit by nethercote · 20 years ago
  33. bee3fd9 by nethercote · 20 years ago
  34. 297effd Sanity counters don't need to be in vg_include.h. by nethercote · 20 years ago
  35. 3129482 Tweak to remove another global variable from vg_include.h by nethercote · 20 years ago
  36. 85cdd34 by nethercote · 20 years ago
  37. 31779c7 Restructured the as_*() functions so they are simpler and there is no implicit by nethercote · 20 years ago
  38. ea147e7 Added some comments. by nethercote · 20 years ago
  39. d6a5687 by nethercote · 20 years ago
  40. bc7b4f4 Remove accidental double assignment. Also don't assume that VG_(client_base) by nethercote · 20 years ago
  41. 361a14e Er, actually make this test meaningful. It now aborts correctly if you try to by nethercote · 20 years ago
  42. 3bfd5a0 Only treat colons in the switch name as important when looking for a by thughes · 20 years ago
  43. 7c018f4 Add a bunch of asserts to check the results of calls to system malloc(). by nethercote · 20 years ago
  44. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  45. f84f695 by nethercote · 20 years ago
  46. c314eba by nethercote · 20 years ago
  47. 21942d9 Make sure the separator is restored when scan_colsep exits early. This by thughes · 20 years ago
  48. e567e70 Added assertion checking to a whole bunch of mmap() and munmap() calls. I used by nethercote · 20 years ago
  49. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  50. e209731 Changed (client-heap-size : client-map-seg-size) ratio from 3:1 to 1:2. by nethercote · 20 years ago
  51. ad1c956 Implement an emulated soft limit for file descriptors in addition to by thughes · 20 years ago
  52. e94b2de by nethercote · 20 years ago
  53. 363669c Remove unused #define by nethercote · 20 years ago
  54. 47dd12c Convert VG_(exitcode), a global variable, into a local variable. by nethercote · 20 years ago
  55. acce582 Remove a function and global variable no longer needed. by nethercote · 20 years ago
  56. 5ee67ca Slightly disentangle main(). by nethercote · 20 years ago
  57. b3277cb Remove two no-longer-used global vars. by nethercote · 20 years ago
  58. 0d58850 by nethercote · 20 years ago
  59. f854867 by nethercote · 20 years ago
  60. 27fec90 by nethercote · 20 years ago
  61. a76368b by nethercote · 20 years ago
  62. e2be7e6 by nethercote · 20 years ago
  63. f4928da by nethercote · 20 years ago
  64. 74b8de2 Cope with AT_xCACHEBSIZE not being defined, which they aren't on systems by thughes · 20 years ago
  65. 1d16005 Change the debugger attachment code to send the STOP signal to the by thughes · 20 years ago
  66. 35cec98 Initialise %cs, %ds and %ss in the virtual machine to match the values by thughes · 20 years ago
  67. a70f735 With -v, print out contents of /proc/version at startup. by nethercote · 20 years ago
  68. d65dcad Fix bug 69872. This change adds a coredumper to vg_signal.c. This means by fitzhardinge · 20 years ago
  69. b50068f Fix the use of brk. This change removes the requirement for the "real" brk by fitzhardinge · 20 years ago
  70. 1018bdd Heroic patch from Tom Hughes: by nethercote · 20 years ago
  71. 1d44709 Killed the terminally wounded --stop-after option. by nethercote · 20 years ago
  72. 6c999f2 No longer showing debugging options for --help; only for the newly added by nethercote · 20 years ago
  73. 04d0fbc Patch from Tom Hughes: by nethercote · 20 years ago
  74. 6687169 Don't use TSC for internal timing purposes. This is for two reasons: by fitzhardinge · 20 years ago
  75. 71980f0 by nethercote · 20 years ago
  76. c2dbbac Fix bug 73219. This adds a general mechanism for querying the host CPU's by fitzhardinge · 20 years ago
  77. 47735af This change implements the TLS extension to the x86 ABI. This allows by fitzhardinge · 20 years ago
  78. b727d04 Make --gdb-attach=yes work properly; rather than trying to attach gdb by fitzhardinge · 21 years ago
  79. 9b8c2f3 Move logfile fd into safe range. by fitzhardinge · 21 years ago
  80. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  81. f217c73 implement cmpxchg8b, patch by Tom Hughes. CCMAIL: 69688-done@bugs.kde.org by mueller · 21 years ago
  82. 9236079 Statically allocate a page in the client address space for trampoline by fitzhardinge · 21 years ago
  83. b791a19 Fix a bug in the last VG_(max_fd) change; VG_(safe_fd) doesn't work before by fitzhardinge · 21 years ago
  84. f0046f2 Patch from Tom Hughes: set VG_(max_fd) based on the current file by fitzhardinge · 21 years ago
  85. 462f4f9 An experiment in generating branch-prediction hints. Enable them with by fitzhardinge · 21 years ago
  86. a49f9b5 Auto-generate stage2.lds so that the linker script matches the local linker. by fitzhardinge · 21 years ago
  87. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  88. 2b0793f Grouped options in the usage message so they're a bit easier to understand. by nethercote · 21 years ago
  89. 2822eba test for PARENT_SETTID support in clone() of the kernel instead by mueller · 21 years ago
  90. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  91. e173069 Printing usage message to stdout instead of stderr, which seems to be the by nethercote · 21 years ago
  92. 0be67ff raise sanity limit to pass coreutils testsuite by mueller · 21 years ago
  93. f5f536f Add a facility for tracking open file descriptors. Information about by rjwalsh · 21 years ago
  94. 137bc55 by nethercote · 21 years ago
  95. 77eba60 by nethercote · 21 years ago
  96. c1e395d Don't print this debug msg if -q is on. by nethercote · 21 years ago
  97. 89f9a32 Add a --assume-2.4=yes|no CLO. This overrides the normal check to see by fitzhardinge · 21 years ago
  98. f3c3f1a When creating a logfile name, add a sequence number to the name in case by jsgf · 21 years ago
  99. 855d93d A complete reworking of Valgrind's handling of system calls and signals, by jsgf · 21 years ago
  100. b106c42 revert accidental debug code I committed last time. by daywalker · 21 years ago