1. 109d0df by nethercote · 20 years ago
  2. 7109a8c Fix some vg_include.h references. by rjwalsh · 20 years ago
  3. f1e5e15 by nethercote · 20 years ago
  4. d4b17c0 Update .cvsignore for recently added regression tests. by nethercote · 20 years ago
  5. 4388a40 by nethercote · 20 years ago
  6. 5f2ad77 'valgrind' (ie. stage1) does not need to be installed in $PREFIX/lib/valgrind/; by nethercote · 20 years ago
  7. f7a86d1 Move the include of linux/fs.h before the include of sys/un.h as the by thughes · 20 years ago
  8. fb6f200 Make some of the parallel port ioctls conditional as older systems by thughes · 20 years ago
  9. dc0b4e8 HEAD now reports 2.3.0.CVS. by jseward · 20 years ago
  10. 447f12b --> 2.2.0 by jseward · 20 years ago
  11. c557452 version -> 2.2.0 by jseward · 20 years ago
  12. 2eb002b Hopefully final changes for 2.2.0. by jseward · 20 years ago
  13. 9fd5459 Add comments about limitations wrt self-modifying code. by jseward · 20 years ago
  14. b0e80b7 Add vki_itimerspec definition for POSIX timer support. by thughes · 20 years ago
  15. e1a925d Add support for POSIIX clocks and timers. by thughes · 20 years ago
  16. d472262 Print a message if shadow memory cannot be allocated, rather than just by nethercote · 20 years ago
  17. 43a15ce Avoid divisions by zero. This fixes bug 78765. by nethercote · 20 years ago
  18. 7d180d9 Try to summarise 2.0.0 -> 2.2.0 changes. by jseward · 20 years ago
  19. 34ed74f Document 2.1.2 -> 2.2.0 deltas (2.0.0 -> 2.2.0 not yet done) by jseward · 20 years ago
  20. fd8a380 Recognise X.Org servers and treat them the same as XFree86 4.x servers. This by thughes · 20 years ago
  21. 6dbad73 Switch to using the newer forms of AC_INIT and AM_INIT_AUTOMAKE so that by thughes · 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. 56ee542 Remove three unnecessary compile-time warnings. by nethercote · 20 years ago
  28. 85c8a50 Removed comma at the end of an enumerator list - this is allowed by thughes · 20 years ago
  29. 03b1948 by nethercote · 20 years ago
  30. b7dceef by nethercote · 20 years ago
  31. 537e894 by nethercote · 20 years ago
  32. 33448cc Only check whether linux/mii.h can be processed so that we don't by thughes · 20 years ago
  33. 2baf9aa Add a reassuring warnings about the linux/mii.h warning. by nethercote · 20 years ago
  34. 6bd3ebd Update for filename change. by nethercote · 20 years ago
  35. cbc3bcd The size passed to VG_(st_mkfloat) should be in bytes, not bits. by thughes · 20 years ago
  36. dfd8067 Added code to decode a number of additional negative type numbers by thughes · 20 years ago
  37. 7bddb34 Prevent a memcpy of zero bytes from complaining if one or both of the by thughes · 20 years ago
  38. 18b6631 Add explanatory comment. by rjwalsh · 20 years ago
  39. ebca8b4 Fix to allow 32-bit Valgrind to run on AMD64 boxes. Note: this does by rjwalsh · 20 years ago
  40. 2148535 Don't version the sem_xxx symbols that have more than one version in by thughes · 20 years ago
  41. a4670f6 Here's a couple more I missed in the last commit. by nethercote · 20 years ago
  42. 427e951 Use SYSNO and res, etc, instead of tst->m_eax in a few places to make things by nethercote · 20 years ago
  43. fab000e Makefile.am minor correction by nethercote · 20 years ago
  44. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  45. 888ecb7 by nethercote · 20 years ago
  46. d0ea2c0 Removing the example tool 'example' -- it's almost identical to Nulgrind, by nethercote · 20 years ago
  47. 3da4a8c Make some changes to Nulgrind -- it looks like Jeremy made some changes to it by nethercote · 20 years ago
  48. 215dfdc Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments in by nethercote · 20 years ago
  49. 3f0eaad by nethercote · 20 years ago
  50. b2717cb More fixes for the cancellation wrappers in libpthread - if looking by thughes · 20 years ago
  51. 6233a38 Add support for a --time-stamp option that causes each message output by thughes · 20 years ago
  52. d8510ec Rename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear it's not the same as by nethercote · 20 years ago
  53. 1420ab2 Remove 3 identical and self-admittedly spurious assertions. by nethercote · 20 years ago
  54. e70bd7d by nethercote · 20 years ago
  55. acec02f Minor rejigging of includes to help compilation on Debian systems. by thughes · 20 years ago
  56. fb0ccb9 getgroups can't block by nethercote · 20 years ago
  57. d989548 Add support for the parallel port ioctls. by thughes · 20 years ago
  58. 97e54d2 Treat a thread which is waiting to be reaped (ie one with a status by thughes · 20 years ago
  59. 8d00196 Back out yesterday's change to the symbol versioning in the pthread by thughes · 20 years ago
  60. 8579b10 Add support for the POSIX message queue system calls. by thughes · 20 years ago
  61. 2224f5c Maek init_global_thread_specific_state as a constructor to try and ensure by thughes · 20 years ago
  62. 26ab77b Rather surprisingly we weren't actually calling pre_mem_write for the buffer by thughes · 20 years ago
  63. f84f8be Updated list of system calls from the list in a 2.6.7 kernel. by thughes · 20 years ago
  64. 2650d72 Move __pthread_clock_gettime and __pthread_clock_settime back to by thughes · 20 years ago
  65. 6079710 Improve handling of semctl, msgctl and shmctl so that all relevant by thughes · 20 years ago
  66. 2d5b816 by nethercote · 20 years ago
  67. 238a3c3 by nethercote · 20 years ago
  68. f6a1d50 by nethercote · 20 years ago
  69. c91ce8d Put VALGRIND_INTERNAL_PRINTF and VALGRIND_INTERNAL_PRINTF_BACKTRACE back in by nethercote · 20 years ago
  70. 759dda3 by nethercote · 20 years ago
  71. 92e7b7f De-globalise a few more counters. by nethercote · 20 years ago
  72. 564b2b0 Add some missing 'static' annotations. Thanks to Josef W for spotting them. by nethercote · 20 years ago
  73. b253abe by nethercote · 20 years ago
  74. 2e1cb4c Make error messages more informative. by nethercote · 20 years ago
  75. 9dd1151 handle_SCSS_change() need not be global. by nethercote · 20 years ago
  76. 463a356 Remove sigshutdown_actions(), a hangover from the --stop-after days. by nethercote · 20 years ago
  77. 6f2d5c7 VG_(get_current_thread_state) doesn't exist, remove declaration. by nethercote · 20 years ago
  78. 36881a2 is_valid_or_empty_tid() doesn't need to be global. by nethercote · 20 years ago
  79. 05675c8 Comment changes only -- compacting by nethercote · 20 years ago
  80. e53befe Remove no-longer-used prefixes. by nethercote · 20 years ago
  81. 0febe08 comment wibble by nethercote · 20 years ago
  82. b1e1ad4 Remove VG_() from name of local function. by nethercote · 20 years ago
  83. 885dd91 by nethercote · 20 years ago
  84. 3a42fb8 Tweak stats printing -- use more consistent function names, improve output by nethercote · 20 years ago
  85. caee10d alloc_UCodeBlock didn't need to be in vg_include.h. Also tweaked how it works by nethercote · 20 years ago
  86. d1da90e Moved *definitions* of VALGRIND_INTERNAL_PRINTF and by nethercote · 20 years ago
  87. 59a122d by nethercote · 20 years ago
  88. 0973f70 by nethercote · 20 years ago
  89. 81f9a6f Removed 6 global variables from vg_include.h without even having to add by nethercote · 20 years ago
  90. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  91. 60a96c5 by nethercote · 20 years ago
  92. b5a5631 comment wibble by nethercote · 20 years ago
  93. f971ab7 by nethercote · 20 years ago
  94. 844e712 Scheduler counts don't need to be in vg_include.h. Replace with a print by nethercote · 20 years ago
  95. 8dd62f1 whoops, forgot to remove these in the last commit by nethercote · 20 years ago
  96. bee3fd9 by nethercote · 20 years ago
  97. 297effd Sanity counters don't need to be in vg_include.h. by nethercote · 20 years ago
  98. 3129482 Tweak to remove another global variable from vg_include.h by nethercote · 20 years ago
  99. f2b1148 by nethercote · 20 years ago
  100. 4a18490 Make the Supp and Error types local to vg_errcontext.h; they don't need to be by nethercote · 20 years ago