1. 88a9016 Comment changes only. by nethercote · 20 years ago
  2. 30ee1ea Remove out-of-date comment -- should have been removed when VG_(mmap)() was by nethercote · 20 years ago
  3. b4250ae by nethercote · 20 years ago
  4. e757d6e Change allocation failure message which is no longer true thanks to FV. by nethercote · 20 years ago
  5. 052ba6a Minor Makefile.am fix (doesn't actually change behaviour, because automake's by nethercote · 20 years ago
  6. e1efb92 Don't force tool redzones to be multiples of 8. by nethercote · 20 years ago
  7. 57e36b3 by nethercote · 20 years ago
  8. f28481f by nethercote · 20 years ago
  9. 4c9611a Only print a warning about not having identified the cache if we have by thughes · 20 years ago
  10. f5b7466 minor by nethercote · 20 years ago
  11. 9313ac4 by nethercote · 20 years ago
  12. 6fcbbe1 Remove unused variable. by nethercote · 20 years ago
  13. c5f2a54 Fix meaningless typo. by nethercote · 20 years ago
  14. 5fb44f6 Clarify that you can also iterate from the result of a SkipList_Find. by fitzhardinge · 20 years ago
  15. 6abf482 Couple of clarifying comments about skip lists. (Comment change only) by nethercote · 20 years ago
  16. fa70a8e Fix confusing and wrong comment in definition of live ranges in by jseward · 20 years ago
  17. 4792edf by nethercote · 20 years ago
  18. c9730c4 Add some comments describing the various kinds of magic going on in the by fitzhardinge · 20 years ago
  19. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  20. 734160c Remove the .in_place directory on a make distclean. by thughes · 20 years ago
  21. bc0b196 Fixed typo in makefile. by thughes · 20 years ago
  22. 7ee337a Bumped the core interface major version number to reflect changes by thughes · 20 years ago
  23. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  24. cdabdb4 Removed duplicate call to rw_remap. by thughes · 20 years ago
  25. daa3456 Commit the patch from bug 69508 that seeks to make more of the pthread by thughes · 20 years ago
  26. 125c91e typo by nethercote · 20 years ago
  27. 132be6f Printing slightly more informative message when mmap fails. by nethercote · 20 years ago
  28. e209731 Changed (client-heap-size : client-map-seg-size) ratio from 3:1 to 1:2. by nethercote · 20 years ago
  29. ad1c956 Implement an emulated soft limit for file descriptors in addition to by thughes · 20 years ago
  30. 6b4c514 Ignore all addrcheck test output files. by thughes · 20 years ago
  31. e94b2de by nethercote · 20 years ago
  32. 363669c Remove unused #define by nethercote · 20 years ago
  33. 47dd12c Convert VG_(exitcode), a global variable, into a local variable. by nethercote · 20 years ago
  34. acce582 Remove a function and global variable no longer needed. by nethercote · 20 years ago
  35. d84cf52 Update .cvsignore files by nethercote · 20 years ago
  36. 5ee67ca Slightly disentangle main(). by nethercote · 20 years ago
  37. b3277cb Remove two no-longer-used global vars. by nethercote · 20 years ago
  38. 6f65b0b Prevent applications from blocking SIGVGINT in the proxy threads. by thughes · 20 years ago
  39. 0d58850 by nethercote · 20 years ago
  40. f854867 by nethercote · 20 years ago
  41. bc0bb83 Memory pool support. by rjwalsh · 20 years ago
  42. 4b9e015 Don't try and validate the contents of the environment passed to by thughes · 20 years ago
  43. 66d8009 Add support for the FIGETBSZ and FIBMAP ioctls based on a patch by thughes · 20 years ago
  44. acbbc32 Add support for the HDIO_GET_IDENTITY ioctl based on patch by thughes · 20 years ago
  45. be81171 Add support for SIOCGMIIPHY, SIOCGMIIREG and SIOCSMIIREG ioctls and by thughes · 20 years ago
  46. 4b0dc1a make "make dist" work. by ossi · 20 years ago
  47. 27fec90 by nethercote · 20 years ago
  48. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  49. a76368b by nethercote · 20 years ago
  50. e2be7e6 by nethercote · 20 years ago
  51. f4928da by nethercote · 20 years ago
  52. eda6b28 Cater for systems lacking AT_SYSINFO. by nethercote · 20 years ago
  53. b2d43ba Don't bother trying to test semtimedop if it isn't available. by thughes · 20 years ago
  54. 2c52e7d Include config.h so that the test for semtimedop works. by thughes · 20 years ago
  55. beb6eb9 Fixed the sem test to work on systems with semtimedop. by thughes · 20 years ago
  56. 079acf6 Unbreak compilation due to missing #define. by nethercote · 20 years ago
  57. a1d37c0 Fix problem with FC2's vdso (sysinfo) page, which lives at a low, by fitzhardinge · 20 years ago
  58. 1023647 Fixed cast to work on NPTL systems. by thughes · 20 years ago
  59. 0376628 Add support for the semtimedop system call. by thughes · 20 years ago
  60. 513197c When cancelling a thread that is waiting on a condition variable we by thughes · 20 years ago
  61. c035bd9 Add support for separate debug files, which are just separate ELF files by thughes · 20 years ago
  62. c0b63de Add a strrchr implementation. by thughes · 20 years ago
  63. ebed998 Fixed the NPTL cleanup handler support to try and make sure it will by thughes · 20 years ago
  64. 11975ff It appears that NPTL uses a new system for dealing with cleanup by thughes · 20 years ago
  65. a06b911 There is no __accept in any libc or libpthread that I can find so by thughes · 20 years ago
  66. e931fd4 Add an extra suppression for Fedora Core 2/glibc 2.3.3 systems. by thughes · 20 years ago
  67. a555ea7 Changed cancellation wrappers to use dlsym(RTLD_NEXT) to look up the by thughes · 20 years ago
  68. dc4d4f4 Oops - fix up broken assert. by fitzhardinge · 20 years ago
  69. 4f10ada Partial fix for bug 76869. This fixes the problem with returning from by fitzhardinge · 20 years ago
  70. a0b7791 Fix wishlist item 82098, thanks to Ralf Wildenhues: by nethercote · 20 years ago
  71. 5305d41 Added "repne movs", not official but seems to occur. Also restructured the by nethercote · 20 years ago
  72. eb479cb Fix patch from this morning -- missing commas, erk by nethercote · 20 years ago
  73. c746918 Teach Massif about the 'nothrow' versions of new and new[]. by nethercote · 20 years ago
  74. 2da914c Update copyright by nethercote · 20 years ago
  75. e3a5372 by nethercote · 20 years ago
  76. e255cc7 Fix comment by nethercote · 20 years ago
  77. 923e7d6 Suppressions for Fedora Core 2. by rjwalsh · 21 years ago
  78. cdf1cb5 Implement syscall 258, for those of use running Fedora Core 2. by rjwalsh · 21 years ago
  79. fc01635 Fix for bug 79355: fix up bogus assertion that was failing when by nethercote · 21 years ago
  80. 0987528 Add missing SSE case for Memcheck's instrumentation (sigh). by nethercote · 21 years ago
  81. afa17ef Tighten MOV's sanity checking slightly by nethercote · 21 years ago
  82. d3693d0 Split some combined error messages, so they are more informative. Also return by nethercote · 21 years ago
  83. d71a9af Fix supps for Valgrind's own libpthread leak. by nethercote · 21 years ago
  84. 3c5dc45 Fix bug in helper_{IN,OUT} -- they weren't preserving %eflags as they should. by nethercote · 21 years ago
  85. 74b8de2 Cope with AT_xCACHEBSIZE not being defined, which they aren't on systems by thughes · 21 years ago
  86. 0e5d2e3 SETV and TESTV never have an ArchReg as their first argument. by nethercote · 21 years ago
  87. 1742d6f Make support for the FBIOGET ioctls conditional on linux/fb.h being by thughes · 21 years ago
  88. 44e3558 Add support for the FBIOGET_VSCREENINFO and FBIOGET_FSCREENINFO ioctls by thughes · 21 years ago
  89. 1d16005 Change the debugger attachment code to send the STOP signal to the by thughes · 21 years ago
  90. 35cec98 Initialise %cs, %ds and %ss in the virtual machine to match the values by thughes · 21 years ago
  91. 3b41a5b fix typo by nethercote · 21 years ago
  92. 71a941e Update for compulsory --tool by nethercote · 21 years ago
  93. 42d9cd1 Addrcheck wasn't instrumenting MMX2a1_MemRd... whoops. Man, those instructions by nethercote · 21 years ago
  94. 5689938 When printing code and an insane instruction is encountered, ugly-print (giving by nethercote · 21 years ago
  95. 911cc37 Introduce uWiden, similar to uCCall, uCond, etc. by nethercote · 21 years ago
  96. a70f735 With -v, print out contents of /proc/version at startup. by nethercote · 21 years ago
  97. c1f8ad9 Add a "delete:" line to the regression test .vgtest files, to clean up any file by nethercote · 21 years ago
  98. e4e779d Fix bug 73655. by rjwalsh · 21 years ago
  99. 165ad33 Added comment clarifying RDTSC. by nethercote · 21 years ago
  100. 4a12dbd Increase sanity checking on .extra4b field for WIDEN, rename a sanity macro, by nethercote · 21 years ago