1. f2b1148 by nethercote · 20 years ago
  2. 4a18490 Make the Supp and Error types local to vg_errcontext.h; they don't need to be by nethercote · 20 years ago
  3. 97ccd5e by nethercote · 20 years ago
  4. d5f5ee4 Factor out commonality between VG_(synth_fault*)(). by nethercote · 20 years ago
  5. 75d2624 by nethercote · 20 years ago
  6. 85cdd34 by nethercote · 20 years ago
  7. 05fdfac Fix bug #86254 -- symtab sorting was going array in very obscure circumstances by nethercote · 20 years ago
  8. 6e10787 Remove redundant duplicates of stuff in vg_kerneliface.h. by nethercote · 20 years ago
  9. 6e4f9dc Removed unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW. by nethercote · 20 years ago
  10. 31779c7 Restructured the as_*() functions so they are simpler and there is no implicit by nethercote · 20 years ago
  11. 024f25d Modify the ipc system call so that only those calls which may block by thughes · 20 years ago
  12. d4b51a6 Modified the fcntl system call so that only those reason codes which by thughes · 20 years ago
  13. baa46e5 Add support for allowing the POST function for a system call to be called by thughes · 20 years ago
  14. d8b4015 Merge equivalent if statements. by nethercote · 20 years ago
  15. 24503fc Fix the skiplist brokenness Nick found: by fitzhardinge · 20 years ago
  16. ea147e7 Added some comments. by nethercote · 20 years ago
  17. d6a5687 by nethercote · 20 years ago
  18. 1fe5450 Neaten up ume.h: don't export readelf(), mapelf, and struct elfinfo; improve by nethercote · 20 years ago
  19. bc7b4f4 Remove accidental double assignment. Also don't assume that VG_(client_base) by nethercote · 20 years ago
  20. 361a14e Er, actually make this test meaningful. It now aborts correctly if you try to by nethercote · 20 years ago
  21. 4213ad9 by nethercote · 20 years ago
  22. 30d3784 make non-exported function static by nethercote · 20 years ago
  23. 1f17f7c Move the decoding of SFENCE out of the SSE only part of disInstr as it by thughes · 20 years ago
  24. 829878e Add instruction tests for the LFENCE/MFENCE/SFENCE instructions. by thughes · 20 years ago
  25. 08eaff3 Clarify error msgs by nethercote · 20 years ago
  26. ca642eb In response to bug #85665, clarify what --trace-children=yes does. by nethercote · 20 years ago
  27. 7f72d01 Fix checking of execve() when argv is a null pointer. by thughes · 20 years ago
  28. 76e8fd9 Correct Cachegrind changes; better late than never. by nethercote · 20 years ago
  29. ca1f2dc Type name wibble by nethercote · 20 years ago
  30. 2416868 Fix scary bug causing mis-identification of SSE stores vs loads. by jseward · 20 years ago
  31. 38276e8 Remove duplicate suppressions for SuSE 9.0 (section appeared twice) by jseward · 20 years ago
  32. 760ee76 typo by nethercote · 20 years ago
  33. 7149b42 comment typo by nethercote · 20 years ago
  34. b60be8b Fix extremely obscure bug in xadd picked up by QEMU's test suite. The by jseward · 20 years ago
  35. 43bfaee gcc sometimes generates "sbbl %reg,%reg" to convert the carry flag by jseward · 20 years ago
  36. e83a37f Some systems seem to need linux/netlink.h for linux/fs.h to compile by thughes · 20 years ago
  37. c743850 Add another C call helper. by nethercote · 20 years ago
  38. ea169c0 Include new_override.stdout.exp in 'make dist'. by nethercote · 20 years ago
  39. 684ac09 --> 2.1.3.CVS by jseward · 20 years ago
  40. 8deae81 Extra info for FAQ. by nethercote · 20 years ago
  41. 4aa5bd8 --> 2.1.2 by jseward · 20 years ago
  42. a2c0800 add #85416. by jseward · 20 years ago
  43. 3bfd5a0 Only treat colons in the switch name as important when looking for a by thughes · 20 years ago
  44. 7bc2344 Version wibble by jseward · 20 years ago
  45. a6017a4 Track bug resolutions which happened today. by jseward · 20 years ago
  46. 0400d4d Deltas from Jeremy. by jseward · 20 years ago
  47. 7c018f4 Add a bunch of asserts to check the results of calls to system malloc(). by nethercote · 20 years ago
  48. ac0692a Make the _dl_relocate_object suppressions more general so that they by thughes · 20 years ago
  49. 9cd978c Update preamble a la Nick's suggestions. by jseward · 20 years ago
  50. bfed1c8 Check mmap() and munmap() results at startup; they can fail if a hard memory by nethercote · 20 years ago
  51. 5e63bfb Clarify Cachegrind changes by nethercote · 20 years ago
  52. bd0a6e4 2.1.2 is imminent. I've tried to find all the changes since 2.1.1 and by jseward · 20 years ago
  53. d02298a Make sure init_global_thread_specific_state() set the global_init_done by thughes · 20 years ago
  54. 85cf45e Support FBLD, FBSTP. Patch courtesy of Jani Monoses. by nethercote · 20 years ago
  55. c70b8c6 Fix typo in comment. by thughes · 20 years ago
  56. 77bb64a Bring this up to date. by jseward · 20 years ago
  57. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  58. ccc9ecd apostrophe pedantry; comment change only by nethercote · 20 years ago
  59. 646c6aa Add comments to explain the address space padding technology. by thughes · 20 years ago
  60. 05ecbdf Commit missing kernel interface definitions for async I/O calls. by thughes · 20 years ago
  61. 9aaebc3 Implement support for the async I/O system calls in 2.6 kernels. This by thughes · 20 years ago
  62. d6447b4 by nethercote · 20 years ago
  63. f84f695 by nethercote · 20 years ago
  64. c314eba by nethercote · 20 years ago
  65. 23cd8c0 Intercept 'nothrow' versions of delete and delete[]. by nethercote · 20 years ago
  66. 21942d9 Make sure the separator is restored when scan_colsep exits early. This by thughes · 20 years ago
  67. 794a591 Add comment. by nethercote · 20 years ago
  68. 43f583e Update VG_(mmap)() in #if'd out branch. by nethercote · 20 years ago
  69. cd4e334 Add some more assertion checking where it was lacking. by nethercote · 20 years ago
  70. 8e9eab0 Removed some code from VG_(client_alloc)() that could be left to VG_(mmap)(). by nethercote · 20 years ago
  71. fe08261 Removed some unnecessary is_kerror() checks. by nethercote · 20 years ago
  72. e567e70 Added assertion checking to a whole bunch of mmap() and munmap() calls. I used by nethercote · 20 years ago
  73. 96729f8 Format wibble. by nethercote · 20 years ago
  74. 071c84a Format wibble by nethercote · 20 years ago
  75. 2f54e0d Whoops, fix comment. by nethercote · 20 years ago
  76. faaf417 Remove out-of-date comment. by nethercote · 20 years ago
  77. 27ea8bc by nethercote · 20 years ago
  78. 88a9016 Comment changes only. by nethercote · 20 years ago
  79. 30ee1ea Remove out-of-date comment -- should have been removed when VG_(mmap)() was by nethercote · 20 years ago
  80. b4250ae by nethercote · 20 years ago
  81. e757d6e Change allocation failure message which is no longer true thanks to FV. by nethercote · 20 years ago
  82. 052ba6a Minor Makefile.am fix (doesn't actually change behaviour, because automake's by nethercote · 20 years ago
  83. e1efb92 Don't force tool redzones to be multiples of 8. by nethercote · 20 years ago
  84. 57e36b3 by nethercote · 20 years ago
  85. f28481f by nethercote · 20 years ago
  86. 4c9611a Only print a warning about not having identified the cache if we have by thughes · 20 years ago
  87. f5b7466 minor by nethercote · 20 years ago
  88. 9313ac4 by nethercote · 20 years ago
  89. 6fcbbe1 Remove unused variable. by nethercote · 20 years ago
  90. c5f2a54 Fix meaningless typo. by nethercote · 20 years ago
  91. 5fb44f6 Clarify that you can also iterate from the result of a SkipList_Find. by fitzhardinge · 20 years ago
  92. 6abf482 Couple of clarifying comments about skip lists. (Comment change only) by nethercote · 20 years ago
  93. fa70a8e Fix confusing and wrong comment in definition of live ranges in by jseward · 20 years ago
  94. 4792edf by nethercote · 20 years ago
  95. c9730c4 Add some comments describing the various kinds of magic going on in the by fitzhardinge · 20 years ago
  96. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  97. 734160c Remove the .in_place directory on a make distclean. by thughes · 20 years ago
  98. bc0b196 Fixed typo in makefile. by thughes · 20 years ago
  99. 7ee337a Bumped the core interface major version number to reflect changes by thughes · 20 years ago
  100. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago