1. 537e894 by nethercote · 20 years ago
  2. 33448cc Only check whether linux/mii.h can be processed so that we don't by thughes · 20 years ago
  3. 2baf9aa Add a reassuring warnings about the linux/mii.h warning. by nethercote · 20 years ago
  4. 6bd3ebd Update for filename change. by nethercote · 20 years ago
  5. cbc3bcd The size passed to VG_(st_mkfloat) should be in bytes, not bits. by thughes · 20 years ago
  6. dfd8067 Added code to decode a number of additional negative type numbers by thughes · 20 years ago
  7. 7bddb34 Prevent a memcpy of zero bytes from complaining if one or both of the by thughes · 20 years ago
  8. 18b6631 Add explanatory comment. by rjwalsh · 20 years ago
  9. ebca8b4 Fix to allow 32-bit Valgrind to run on AMD64 boxes. Note: this does by rjwalsh · 20 years ago
  10. 2148535 Don't version the sem_xxx symbols that have more than one version in by thughes · 20 years ago
  11. a4670f6 Here's a couple more I missed in the last commit. by nethercote · 20 years ago
  12. 427e951 Use SYSNO and res, etc, instead of tst->m_eax in a few places to make things by nethercote · 20 years ago
  13. fab000e Makefile.am minor correction by nethercote · 20 years ago
  14. eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
  15. 888ecb7 by nethercote · 20 years ago
  16. d0ea2c0 Removing the example tool 'example' -- it's almost identical to Nulgrind, by nethercote · 20 years ago
  17. 3da4a8c Make some changes to Nulgrind -- it looks like Jeremy made some changes to it by nethercote · 20 years ago
  18. 215dfdc Remove a bunch of unnecessary -DVG_LIBDIR="\"$(libdir)"\" arguments in by nethercote · 20 years ago
  19. 3f0eaad by nethercote · 20 years ago
  20. b2717cb More fixes for the cancellation wrappers in libpthread - if looking by thughes · 20 years ago
  21. 6233a38 Add support for a --time-stamp option that causes each message output by thughes · 20 years ago
  22. d8510ec Rename VGOFF_(tls) to VGOFF_(tls_ptr) to make it clear it's not the same as by nethercote · 20 years ago
  23. 1420ab2 Remove 3 identical and self-admittedly spurious assertions. by nethercote · 20 years ago
  24. e70bd7d by nethercote · 20 years ago
  25. acec02f Minor rejigging of includes to help compilation on Debian systems. by thughes · 20 years ago
  26. fb0ccb9 getgroups can't block by nethercote · 20 years ago
  27. d989548 Add support for the parallel port ioctls. by thughes · 20 years ago
  28. 97e54d2 Treat a thread which is waiting to be reaped (ie one with a status by thughes · 20 years ago
  29. 8d00196 Back out yesterday's change to the symbol versioning in the pthread by thughes · 20 years ago
  30. 8579b10 Add support for the POSIX message queue system calls. by thughes · 20 years ago
  31. 2224f5c Maek init_global_thread_specific_state as a constructor to try and ensure by thughes · 20 years ago
  32. 26ab77b Rather surprisingly we weren't actually calling pre_mem_write for the buffer by thughes · 20 years ago
  33. f84f8be Updated list of system calls from the list in a 2.6.7 kernel. by thughes · 20 years ago
  34. 2650d72 Move __pthread_clock_gettime and __pthread_clock_settime back to by thughes · 20 years ago
  35. 6079710 Improve handling of semctl, msgctl and shmctl so that all relevant by thughes · 20 years ago
  36. 2d5b816 by nethercote · 20 years ago
  37. 238a3c3 by nethercote · 20 years ago
  38. f6a1d50 by nethercote · 20 years ago
  39. c91ce8d Put VALGRIND_INTERNAL_PRINTF and VALGRIND_INTERNAL_PRINTF_BACKTRACE back in by nethercote · 20 years ago
  40. 759dda3 by nethercote · 20 years ago
  41. 92e7b7f De-globalise a few more counters. by nethercote · 20 years ago
  42. 564b2b0 Add some missing 'static' annotations. Thanks to Josef W for spotting them. by nethercote · 20 years ago
  43. b253abe by nethercote · 20 years ago
  44. 2e1cb4c Make error messages more informative. by nethercote · 20 years ago
  45. 9dd1151 handle_SCSS_change() need not be global. by nethercote · 20 years ago
  46. 463a356 Remove sigshutdown_actions(), a hangover from the --stop-after days. by nethercote · 20 years ago
  47. 6f2d5c7 VG_(get_current_thread_state) doesn't exist, remove declaration. by nethercote · 20 years ago
  48. 36881a2 is_valid_or_empty_tid() doesn't need to be global. by nethercote · 20 years ago
  49. 05675c8 Comment changes only -- compacting by nethercote · 20 years ago
  50. e53befe Remove no-longer-used prefixes. by nethercote · 20 years ago
  51. 0febe08 comment wibble by nethercote · 20 years ago
  52. b1e1ad4 Remove VG_() from name of local function. by nethercote · 20 years ago
  53. 885dd91 by nethercote · 20 years ago
  54. 3a42fb8 Tweak stats printing -- use more consistent function names, improve output by nethercote · 20 years ago
  55. caee10d alloc_UCodeBlock didn't need to be in vg_include.h. Also tweaked how it works by nethercote · 20 years ago
  56. d1da90e Moved *definitions* of VALGRIND_INTERNAL_PRINTF and by nethercote · 20 years ago
  57. 59a122d by nethercote · 20 years ago
  58. 0973f70 by nethercote · 20 years ago
  59. 81f9a6f Removed 6 global variables from vg_include.h without even having to add by nethercote · 20 years ago
  60. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  61. 60a96c5 by nethercote · 20 years ago
  62. b5a5631 comment wibble by nethercote · 20 years ago
  63. f971ab7 by nethercote · 20 years ago
  64. 844e712 Scheduler counts don't need to be in vg_include.h. Replace with a print by nethercote · 20 years ago
  65. 8dd62f1 whoops, forgot to remove these in the last commit by nethercote · 20 years ago
  66. bee3fd9 by nethercote · 20 years ago
  67. 297effd Sanity counters don't need to be in vg_include.h. by nethercote · 20 years ago
  68. 3129482 Tweak to remove another global variable from vg_include.h by nethercote · 20 years ago
  69. f2b1148 by nethercote · 20 years ago
  70. 4a18490 Make the Supp and Error types local to vg_errcontext.h; they don't need to be by nethercote · 20 years ago
  71. 97ccd5e by nethercote · 20 years ago
  72. d5f5ee4 Factor out commonality between VG_(synth_fault*)(). by nethercote · 20 years ago
  73. 75d2624 by nethercote · 20 years ago
  74. 85cdd34 by nethercote · 20 years ago
  75. 05fdfac Fix bug #86254 -- symtab sorting was going array in very obscure circumstances by nethercote · 20 years ago
  76. 6e10787 Remove redundant duplicates of stuff in vg_kerneliface.h. by nethercote · 20 years ago
  77. 6e4f9dc Removed unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW. by nethercote · 20 years ago
  78. 31779c7 Restructured the as_*() functions so they are simpler and there is no implicit by nethercote · 20 years ago
  79. 024f25d Modify the ipc system call so that only those calls which may block by thughes · 20 years ago
  80. d4b51a6 Modified the fcntl system call so that only those reason codes which by thughes · 20 years ago
  81. baa46e5 Add support for allowing the POST function for a system call to be called by thughes · 20 years ago
  82. d8b4015 Merge equivalent if statements. by nethercote · 20 years ago
  83. 24503fc Fix the skiplist brokenness Nick found: by fitzhardinge · 20 years ago
  84. ea147e7 Added some comments. by nethercote · 20 years ago
  85. d6a5687 by nethercote · 20 years ago
  86. 1fe5450 Neaten up ume.h: don't export readelf(), mapelf, and struct elfinfo; improve by nethercote · 20 years ago
  87. bc7b4f4 Remove accidental double assignment. Also don't assume that VG_(client_base) by nethercote · 20 years ago
  88. 361a14e Er, actually make this test meaningful. It now aborts correctly if you try to by nethercote · 20 years ago
  89. 4213ad9 by nethercote · 20 years ago
  90. 30d3784 make non-exported function static by nethercote · 20 years ago
  91. 1f17f7c Move the decoding of SFENCE out of the SSE only part of disInstr as it by thughes · 20 years ago
  92. 829878e Add instruction tests for the LFENCE/MFENCE/SFENCE instructions. by thughes · 20 years ago
  93. 08eaff3 Clarify error msgs by nethercote · 20 years ago
  94. ca642eb In response to bug #85665, clarify what --trace-children=yes does. by nethercote · 20 years ago
  95. 7f72d01 Fix checking of execve() when argv is a null pointer. by thughes · 20 years ago
  96. 76e8fd9 Correct Cachegrind changes; better late than never. by nethercote · 20 years ago
  97. ca1f2dc Type name wibble by nethercote · 20 years ago
  98. 2416868 Fix scary bug causing mis-identification of SSE stores vs loads. by jseward · 20 years ago
  99. 38276e8 Remove duplicate suppressions for SuSE 9.0 (section appeared twice) by jseward · 20 years ago
  100. 760ee76 typo by nethercote · 20 years ago