1. bee3fd9 by nethercote · 20 years ago
  2. 297effd Sanity counters don't need to be in vg_include.h. by nethercote · 20 years ago
  3. 3129482 Tweak to remove another global variable from vg_include.h by nethercote · 20 years ago
  4. f2b1148 by nethercote · 20 years ago
  5. 4a18490 Make the Supp and Error types local to vg_errcontext.h; they don't need to be by nethercote · 20 years ago
  6. 97ccd5e by nethercote · 20 years ago
  7. d5f5ee4 Factor out commonality between VG_(synth_fault*)(). by nethercote · 20 years ago
  8. 75d2624 by nethercote · 20 years ago
  9. 85cdd34 by nethercote · 20 years ago
  10. 05fdfac Fix bug #86254 -- symtab sorting was going array in very obscure circumstances by nethercote · 20 years ago
  11. 6e10787 Remove redundant duplicates of stuff in vg_kerneliface.h. by nethercote · 20 years ago
  12. 6e4f9dc Removed unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW. by nethercote · 20 years ago
  13. 31779c7 Restructured the as_*() functions so they are simpler and there is no implicit by nethercote · 20 years ago
  14. 024f25d Modify the ipc system call so that only those calls which may block by thughes · 20 years ago
  15. d4b51a6 Modified the fcntl system call so that only those reason codes which by thughes · 20 years ago
  16. baa46e5 Add support for allowing the POST function for a system call to be called by thughes · 20 years ago
  17. d8b4015 Merge equivalent if statements. by nethercote · 20 years ago
  18. 24503fc Fix the skiplist brokenness Nick found: by fitzhardinge · 20 years ago
  19. ea147e7 Added some comments. by nethercote · 20 years ago
  20. d6a5687 by nethercote · 20 years ago
  21. 1fe5450 Neaten up ume.h: don't export readelf(), mapelf, and struct elfinfo; improve by nethercote · 20 years ago
  22. bc7b4f4 Remove accidental double assignment. Also don't assume that VG_(client_base) by nethercote · 20 years ago
  23. 361a14e Er, actually make this test meaningful. It now aborts correctly if you try to by nethercote · 20 years ago
  24. 4213ad9 by nethercote · 20 years ago
  25. 30d3784 make non-exported function static by nethercote · 20 years ago
  26. 1f17f7c Move the decoding of SFENCE out of the SSE only part of disInstr as it by thughes · 20 years ago
  27. 08eaff3 Clarify error msgs by nethercote · 20 years ago
  28. ca642eb In response to bug #85665, clarify what --trace-children=yes does. by nethercote · 20 years ago
  29. 7f72d01 Fix checking of execve() when argv is a null pointer. by thughes · 20 years ago
  30. 2416868 Fix scary bug causing mis-identification of SSE stores vs loads. by jseward · 20 years ago
  31. b60be8b Fix extremely obscure bug in xadd picked up by QEMU's test suite. The by jseward · 20 years ago
  32. 43bfaee gcc sometimes generates "sbbl %reg,%reg" to convert the carry flag by jseward · 20 years ago
  33. e83a37f Some systems seem to need linux/netlink.h for linux/fs.h to compile by thughes · 20 years ago
  34. c743850 Add another C call helper. by nethercote · 20 years ago
  35. 3bfd5a0 Only treat colons in the switch name as important when looking for a by thughes · 20 years ago
  36. 7c018f4 Add a bunch of asserts to check the results of calls to system malloc(). by nethercote · 20 years ago
  37. bfed1c8 Check mmap() and munmap() results at startup; they can fail if a hard memory by nethercote · 20 years ago
  38. d02298a Make sure init_global_thread_specific_state() set the global_init_done by thughes · 20 years ago
  39. 85cf45e Support FBLD, FBSTP. Patch courtesy of Jani Monoses. by nethercote · 20 years ago
  40. c70b8c6 Fix typo in comment. by thughes · 20 years ago
  41. 08fa9a7 Slightly change, with J's approval, startup copyright messages to better by nethercote · 20 years ago
  42. ccc9ecd apostrophe pedantry; comment change only by nethercote · 20 years ago
  43. 646c6aa Add comments to explain the address space padding technology. by thughes · 20 years ago
  44. 9aaebc3 Implement support for the async I/O system calls in 2.6 kernels. This by thughes · 20 years ago
  45. d6447b4 by nethercote · 20 years ago
  46. f84f695 by nethercote · 20 years ago
  47. c314eba by nethercote · 20 years ago
  48. 23cd8c0 Intercept 'nothrow' versions of delete and delete[]. by nethercote · 20 years ago
  49. 21942d9 Make sure the separator is restored when scan_colsep exits early. This by thughes · 20 years ago
  50. 794a591 Add comment. by nethercote · 20 years ago
  51. 43f583e Update VG_(mmap)() in #if'd out branch. by nethercote · 20 years ago
  52. cd4e334 Add some more assertion checking where it was lacking. by nethercote · 20 years ago
  53. 8e9eab0 Removed some code from VG_(client_alloc)() that could be left to VG_(mmap)(). by nethercote · 20 years ago
  54. fe08261 Removed some unnecessary is_kerror() checks. by nethercote · 20 years ago
  55. e567e70 Added assertion checking to a whole bunch of mmap() and munmap() calls. I used by nethercote · 20 years ago
  56. 96729f8 Format wibble. by nethercote · 20 years ago
  57. 071c84a Format wibble by nethercote · 20 years ago
  58. 2f54e0d Whoops, fix comment. by nethercote · 20 years ago
  59. faaf417 Remove out-of-date comment. by nethercote · 20 years ago
  60. 27ea8bc by nethercote · 20 years ago
  61. 88a9016 Comment changes only. by nethercote · 20 years ago
  62. 30ee1ea Remove out-of-date comment -- should have been removed when VG_(mmap)() was by nethercote · 20 years ago
  63. b4250ae by nethercote · 20 years ago
  64. e757d6e Change allocation failure message which is no longer true thanks to FV. by nethercote · 20 years ago
  65. e1efb92 Don't force tool redzones to be multiples of 8. by nethercote · 20 years ago
  66. 57e36b3 by nethercote · 20 years ago
  67. f28481f by nethercote · 20 years ago
  68. fa70a8e Fix confusing and wrong comment in definition of live ranges in by jseward · 20 years ago
  69. 4792edf by nethercote · 20 years ago
  70. c9730c4 Add some comments describing the various kinds of magic going on in the by fitzhardinge · 20 years ago
  71. 1d4d679 Make VPATH builds work so that valgrind can be built in a different by thughes · 20 years ago
  72. 4ad52d0 Removed all uses of nested functions as they only work with gcc and by thughes · 20 years ago
  73. cdabdb4 Removed duplicate call to rw_remap. by thughes · 20 years ago
  74. daa3456 Commit the patch from bug 69508 that seeks to make more of the pthread by thughes · 20 years ago
  75. 125c91e typo by nethercote · 20 years ago
  76. 132be6f Printing slightly more informative message when mmap fails. by nethercote · 20 years ago
  77. e209731 Changed (client-heap-size : client-map-seg-size) ratio from 3:1 to 1:2. by nethercote · 20 years ago
  78. ad1c956 Implement an emulated soft limit for file descriptors in addition to by thughes · 20 years ago
  79. e94b2de by nethercote · 20 years ago
  80. 363669c Remove unused #define by nethercote · 20 years ago
  81. 47dd12c Convert VG_(exitcode), a global variable, into a local variable. by nethercote · 20 years ago
  82. acce582 Remove a function and global variable no longer needed. by nethercote · 20 years ago
  83. 5ee67ca Slightly disentangle main(). by nethercote · 20 years ago
  84. b3277cb Remove two no-longer-used global vars. by nethercote · 20 years ago
  85. 6f65b0b Prevent applications from blocking SIGVGINT in the proxy threads. by thughes · 20 years ago
  86. 0d58850 by nethercote · 20 years ago
  87. f854867 by nethercote · 20 years ago
  88. bc0bb83 Memory pool support. by rjwalsh · 20 years ago
  89. 4b9e015 Don't try and validate the contents of the environment passed to by thughes · 20 years ago
  90. 66d8009 Add support for the FIGETBSZ and FIBMAP ioctls based on a patch by thughes · 20 years ago
  91. acbbc32 Add support for the HDIO_GET_IDENTITY ioctl based on patch by thughes · 20 years ago
  92. be81171 Add support for SIOCGMIIPHY, SIOCGMIIREG and SIOCSMIIREG ioctls and by thughes · 20 years ago
  93. 4b0dc1a make "make dist" work. by ossi · 20 years ago
  94. 27fec90 by nethercote · 20 years ago
  95. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  96. a76368b by nethercote · 20 years ago
  97. e2be7e6 by nethercote · 20 years ago
  98. f4928da by nethercote · 20 years ago
  99. eda6b28 Cater for systems lacking AT_SYSINFO. by nethercote · 20 years ago
  100. 079acf6 Unbreak compilation due to missing #define. by nethercote · 20 years ago