1. fbfc108 Arch-abstraction: introduce constants for min and max instruction sizes. by nethercote · 20 years ago
  2. b24cbc8 by nethercote · 20 years ago
  3. 0800081 by nethercote · 20 years ago
  4. c06e213 Arch-abstraction: by nethercote · 20 years ago
  5. 80cca43 Tweaked comment. by nethercote · 20 years ago
  6. d9818da by nethercote · 20 years ago
  7. 7be4725 by nethercote · 20 years ago
  8. 1334313 Tweak some comments. by nethercote · 20 years ago
  9. 5a2664c by nethercote · 20 years ago
  10. 4606320 by nethercote · 20 years ago
  11. 6d225b0 Remove unnecessary #include statement. by nethercote · 20 years ago
  12. 109d0df by nethercote · 20 years ago
  13. 7109a8c Fix some vg_include.h references. by rjwalsh · 20 years ago
  14. f1e5e15 by nethercote · 20 years ago
  15. 4388a40 by nethercote · 20 years ago
  16. 5f2ad77 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; by nethercote · 20 years ago
  17. f7a86d1 Move the include of linux/fs.h before the include of sys/un.h as the by thughes · 20 years ago
  18. fb6f200 Make some of the parallel port ioctls conditional as older systems by thughes · 20 years ago
  19. 9fd5459 Add comments about limitations wrt self-modifying code. by jseward · 20 years ago
  20. e1a925d Add support for POSIIX clocks and timers. by thughes · 20 years ago
  21. d472262 Print a message if shadow memory cannot be allocated, rather than just by nethercote · 20 years ago
  22. 911304e When delivering SIGFPE make sure we patch up si_addr in any siginfo by thughes · 20 years ago
  23. 8ba345e Include the filename in the system call trace for the access syscall. by thughes · 20 years ago
  24. a3afffc If we return from a signal handler to a thread that was waiting to by thughes · 20 years ago
  25. b669ef7 Change things so that stage2's location is controlled by a single variable. by nethercote · 20 years ago
  26. ce47126 by nethercote · 20 years ago
  27. 03b1948 by nethercote · 20 years ago
  28. 537e894 by nethercote · 20 years ago
  29. cbc3bcd The size passed to VG_(st_mkfloat) should be in bytes, not bits. by thughes · 20 years ago
  30. dfd8067 Added code to decode a number of additional negative type numbers by thughes · 20 years ago
  31. 18b6631 Add explanatory comment. by rjwalsh · 20 years ago
  32. ebca8b4 Fix to allow 32-bit Valgrind to run on AMD64 boxes. Note: this does by rjwalsh · 20 years ago
  33. 2148535 Don't version the sem_xxx symbols that have more than one version in by thughes · 20 years ago
  34. a4670f6 Here's a couple more I missed in the last commit. by nethercote · 20 years ago
  35. 427e951 Use SYSNO and res, etc, instead of tst->m_eax in a few places to make things by nethercote · 20 years ago
  36. fab000e Makefile.am minor correction by nethercote · 20 years ago
  37. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  38. d0ea2c0 Removing the example tool 'example' -- it's almost identical to Nulgrind, by nethercote · 20 years ago
  39. 3f0eaad by nethercote · 20 years ago
  40. b2717cb More fixes for the cancellation wrappers in libpthread - if looking by thughes · 20 years ago
  41. 6233a38 Add support for a --time-stamp option that causes each message output by thughes · 20 years ago
  42. d8510ec Rename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear it's not the same as by nethercote · 20 years ago
  43. e70bd7d by nethercote · 20 years ago
  44. acec02f Minor rejigging of includes to help compilation on Debian systems. by thughes · 20 years ago
  45. fb0ccb9 getgroups can't block by nethercote · 20 years ago
  46. d989548 Add support for the parallel port ioctls. by thughes · 20 years ago
  47. 97e54d2 Treat a thread which is waiting to be reaped (ie one with a status by thughes · 20 years ago
  48. 8d00196 Back out yesterday's change to the symbol versioning in the pthread by thughes · 20 years ago
  49. 8579b10 Add support for the POSIX message queue system calls. by thughes · 20 years ago
  50. 2224f5c Maek init_global_thread_specific_state as a constructor to try and ensure by thughes · 20 years ago
  51. 26ab77b Rather surprisingly we weren't actually calling pre_mem_write for the buffer by thughes · 20 years ago
  52. f84f8be Updated list of system calls from the list in a 2.6.7 kernel. by thughes · 20 years ago
  53. 2650d72 Move __pthread_clock_gettime and __pthread_clock_settime back to by thughes · 20 years ago
  54. 6079710 Improve handling of semctl, msgctl and shmctl so that all relevant by thughes · 20 years ago
  55. 2d5b816 by nethercote · 20 years ago
  56. 238a3c3 by nethercote · 20 years ago
  57. f6a1d50 by nethercote · 20 years ago
  58. c91ce8d Put VALGRIND_INTERNAL_PRINTF and VALGRIND_INTERNAL_PRINTF_BACKTRACE back in by nethercote · 20 years ago
  59. 759dda3 by nethercote · 20 years ago
  60. 92e7b7f De-globalise a few more counters. by nethercote · 20 years ago
  61. b253abe by nethercote · 20 years ago
  62. 2e1cb4c Make error messages more informative. by nethercote · 20 years ago
  63. 9dd1151 handle_SCSS_change() need not be global. by nethercote · 20 years ago
  64. 463a356 Remove sigshutdown_actions(), a hangover from the --stop-after days. by nethercote · 20 years ago
  65. 6f2d5c7 VG_(get_current_thread_state) doesn't exist, remove declaration. by nethercote · 20 years ago
  66. 36881a2 is_valid_or_empty_tid() doesn't need to be global. by nethercote · 20 years ago
  67. 05675c8 Comment changes only -- compacting by nethercote · 20 years ago
  68. 0febe08 comment wibble by nethercote · 20 years ago
  69. b1e1ad4 Remove VG_() from name of local function. by nethercote · 20 years ago
  70. 885dd91 by nethercote · 20 years ago
  71. 3a42fb8 Tweak stats printing -- use more consistent function names, improve output by nethercote · 20 years ago
  72. caee10d alloc_UCodeBlock didn't need to be in vg_include.h. Also tweaked how it works by nethercote · 20 years ago
  73. d1da90e Moved *definitions* of VALGRIND_INTERNAL_PRINTF and by nethercote · 20 years ago
  74. 59a122d by nethercote · 20 years ago
  75. 0973f70 by nethercote · 20 years ago
  76. 81f9a6f Removed 6 global variables from vg_include.h without even having to add by nethercote · 20 years ago
  77. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  78. 60a96c5 by nethercote · 20 years ago
  79. b5a5631 comment wibble by nethercote · 20 years ago
  80. f971ab7 by nethercote · 20 years ago
  81. 844e712 Scheduler counts don't need to be in vg_include.h. Replace with a print by nethercote · 20 years ago
  82. 8dd62f1 whoops, forgot to remove these in the last commit by nethercote · 20 years ago
  83. bee3fd9 by nethercote · 20 years ago
  84. 297effd Sanity counters don't need to be in vg_include.h. by nethercote · 20 years ago
  85. 3129482 Tweak to remove another global variable from vg_include.h by nethercote · 20 years ago
  86. f2b1148 by nethercote · 20 years ago
  87. 4a18490 Make the Supp and Error types local to vg_errcontext.h; they don't need to be by nethercote · 20 years ago
  88. 97ccd5e by nethercote · 20 years ago
  89. d5f5ee4 Factor out commonality between VG_(synth_fault*)(). by nethercote · 20 years ago
  90. 75d2624 by nethercote · 20 years ago
  91. 85cdd34 by nethercote · 20 years ago
  92. 05fdfac Fix bug #86254 -- symtab sorting was going array in very obscure circumstances by nethercote · 20 years ago
  93. 6e10787 Remove redundant duplicates of stuff in vg_kerneliface.h. by nethercote · 20 years ago
  94. 6e4f9dc Removed unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW. by nethercote · 20 years ago
  95. 31779c7 Restructured the as_*() functions so they are simpler and there is no implicit by nethercote · 20 years ago
  96. 024f25d Modify the ipc system call so that only those calls which may block by thughes · 20 years ago
  97. d4b51a6 Modified the fcntl system call so that only those reason codes which by thughes · 20 years ago
  98. baa46e5 Add support for allowing the POST function for a system call to be called by thughes · 20 years ago
  99. d8b4015 Merge equivalent if statements. by nethercote · 20 years ago
  100. 24503fc Fix the skiplist brokenness Nick found: by fitzhardinge · 20 years ago