1. 66d8009 Add support for the FIGETBSZ and FIBMAP ioctls based on a patch by thughes · 20 years ago
  2. acbbc32 Add support for the HDIO_GET_IDENTITY ioctl based on patch by thughes · 20 years ago
  3. be81171 Add support for SIOCGMIIPHY, SIOCGMIIREG and SIOCSMIIREG ioctls and by thughes · 20 years ago
  4. 4b0dc1a make "make dist" work. by ossi · 20 years ago
  5. 27fec90 by nethercote · 20 years ago
  6. 4ee6496 Added VG_(cpuid) to replace the various bits of inline assembler used by thughes · 20 years ago
  7. a76368b by nethercote · 20 years ago
  8. e2be7e6 by nethercote · 20 years ago
  9. f4928da by nethercote · 20 years ago
  10. eda6b28 Cater for systems lacking AT_SYSINFO. by nethercote · 20 years ago
  11. b2d43ba Don't bother trying to test semtimedop if it isn't available. by thughes · 20 years ago
  12. 2c52e7d Include config.h so that the test for semtimedop works. by thughes · 20 years ago
  13. beb6eb9 Fixed the sem test to work on systems with semtimedop. by thughes · 20 years ago
  14. 079acf6 Unbreak compilation due to missing #define. by nethercote · 20 years ago
  15. a1d37c0 Fix problem with FC2's vdso (sysinfo) page, which lives at a low, by fitzhardinge · 20 years ago
  16. 1023647 Fixed cast to work on NPTL systems. by thughes · 20 years ago
  17. 0376628 Add support for the semtimedop system call. by thughes · 20 years ago
  18. 513197c When cancelling a thread that is waiting on a condition variable we by thughes · 20 years ago
  19. c035bd9 Add support for separate debug files, which are just separate ELF files by thughes · 20 years ago
  20. c0b63de Add a strrchr implementation. by thughes · 20 years ago
  21. ebed998 Fixed the NPTL cleanup handler support to try and make sure it will by thughes · 20 years ago
  22. 11975ff It appears that NPTL uses a new system for dealing with cleanup by thughes · 20 years ago
  23. a06b911 There is no __accept in any libc or libpthread that I can find so by thughes · 20 years ago
  24. e931fd4 Add an extra suppression for Fedora Core 2/glibc 2.3.3 systems. by thughes · 20 years ago
  25. a555ea7 Changed cancellation wrappers to use dlsym(RTLD_NEXT) to look up the by thughes · 20 years ago
  26. dc4d4f4 Oops - fix up broken assert. by fitzhardinge · 20 years ago
  27. 4f10ada Partial fix for bug 76869. This fixes the problem with returning from by fitzhardinge · 20 years ago
  28. a0b7791 Fix wishlist item 82098, thanks to Ralf Wildenhues: by nethercote · 20 years ago
  29. 5305d41 Added "repne movs", not official but seems to occur. Also restructured the by nethercote · 20 years ago
  30. eb479cb Fix patch from this morning -- missing commas, erk by nethercote · 20 years ago
  31. c746918 Teach Massif about the 'nothrow' versions of new and new[]. by nethercote · 20 years ago
  32. 2da914c Update copyright by nethercote · 20 years ago
  33. e3a5372 by nethercote · 20 years ago
  34. e255cc7 Fix comment by nethercote · 20 years ago
  35. 923e7d6 Suppressions for Fedora Core 2. by rjwalsh · 20 years ago
  36. cdf1cb5 Implement syscall 258, for those of use running Fedora Core 2. by rjwalsh · 20 years ago
  37. fc01635 Fix for bug 79355: fix up bogus assertion that was failing when by nethercote · 20 years ago
  38. 0987528 Add missing SSE case for Memcheck's instrumentation (sigh). by nethercote · 20 years ago
  39. afa17ef Tighten MOV's sanity checking slightly by nethercote · 20 years ago
  40. d3693d0 Split some combined error messages, so they are more informative. Also return by nethercote · 20 years ago
  41. d71a9af Fix supps for Valgrind's own libpthread leak. by nethercote · 20 years ago
  42. 3c5dc45 Fix bug in helper_{IN,OUT} -- they weren't preserving %eflags as they should. by nethercote · 20 years ago
  43. 74b8de2 Cope with AT_xCACHEBSIZE not being defined, which they aren't on systems by thughes · 20 years ago
  44. 0e5d2e3 SETV and TESTV never have an ArchReg as their first argument. by nethercote · 20 years ago
  45. 1742d6f Make support for the FBIOGET ioctls conditional on linux/fb.h being by thughes · 20 years ago
  46. 44e3558 Add support for the FBIOGET_VSCREENINFO and FBIOGET_FSCREENINFO ioctls by thughes · 20 years ago
  47. 1d16005 Change the debugger attachment code to send the STOP signal to the by thughes · 20 years ago
  48. 35cec98 Initialise %cs, %ds and %ss in the virtual machine to match the values by thughes · 20 years ago
  49. 3b41a5b fix typo by nethercote · 20 years ago
  50. 71a941e Update for compulsory --tool by nethercote · 20 years ago
  51. 42d9cd1 Addrcheck wasn't instrumenting MMX2a1_MemRd... whoops. Man, those instructions by nethercote · 20 years ago
  52. 5689938 When printing code and an insane instruction is encountered, ugly-print (giving by nethercote · 20 years ago
  53. 911cc37 Introduce uWiden, similar to uCCall, uCond, etc. by nethercote · 20 years ago
  54. a70f735 With -v, print out contents of /proc/version at startup. by nethercote · 20 years ago
  55. c1f8ad9 Add a "delete:" line to the regression test .vgtest files, to clean up any file by nethercote · 20 years ago
  56. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  57. 165ad33 Added comment clarifying RDTSC. by nethercote · 20 years ago
  58. 4a12dbd Increase sanity checking on .extra4b field for WIDEN, rename a sanity macro, by nethercote · 20 years ago
  59. bbcfb58 Pretty-print WIDENs properly. by nethercote · 20 years ago
  60. e00f1ff by nethercote · 20 years ago
  61. f3dc073 Fix assertion failure msg. by nethercote · 20 years ago
  62. 0635b72 Fix typo, and update bug-reporting procedure. by nethercote · 20 years ago
  63. 766eb76 Make that damn 'inherit' test stop failing, even if Helgrind isn't doing the by nethercote · 20 years ago
  64. 2979440 Quiet an overly noisy message. by fitzhardinge · 20 years ago
  65. c52fd7f Fix for bug 77869. Names in stabs are terminated by ':'. Except templated by fitzhardinge · 20 years ago
  66. 3360680 Fix new override test. by rjwalsh · 20 years ago
  67. c184d14 Update test for recent "recently" fix. by rjwalsh · 20 years ago
  68. 7250b8f Suppressions of jump errors were broken, because the size was zero and by nethercote · 20 years ago
  69. f798eee Changed error message from: by nethercote · 20 years ago
  70. 14fa0a7 Remove illegal '-' in @VERSION@. by nethercote · 20 years ago
  71. 6618e63 by nethercote · 20 years ago
  72. 7159a8a Added 2nd expected stderr output for trivialleak; often one of the 1000 blocks by nethercote · 20 years ago
  73. 075a102 Update for having added Massif. by nethercote · 20 years ago
  74. ef0abd1 Revamped. Split into sections, added stuff about the name "Valgrind" (where it by nethercote · 20 years ago
  75. 2bc5a21 Added acct() syscall. by nethercote · 20 years ago
  76. ed4ad88 Fix bug in hp2ps that caused the title to have negative numbers in it. Thanks by nethercote · 20 years ago
  77. 7f2fce1 Removed unused function. by nethercote · 20 years ago
  78. 975d6e6 Added more floating point instruction tests. by thughes · 20 years ago
  79. d27c7f5 Implement tcdrain in the pthread library. The fact that this function by thughes · 20 years ago
  80. 989df35 Fix typo in FPU eflags fix. by thughes · 20 years ago
  81. d88f415 For FPU/MMX/SSE instructions which don't reference any memory, make memcheck by thughes · 20 years ago
  82. 86da252 Added more floating point instruction tests. by thughes · 20 years ago
  83. 6c41ee1 Fix typo that broke tests which compared the contents of eflags. by thughes · 20 years ago
  84. 17fe140 Ignore generated files from insn_fpu test. by thughes · 20 years ago
  85. bcf9590 Added tests for floating point multiple and divide instructions. by thughes · 20 years ago
  86. 1052ce0 Fixed decoding of x87 instructions to handle those taking 16 bit by thughes · 20 years ago
  87. b76f0dc Extended instruction test system to handle x87 floating point instructions by thughes · 20 years ago
  88. 149f699 Added some extra .cvsignore entries. by thughes · 20 years ago
  89. 4dea4ab Commit rewrite of semaphore handling to avoid having a fixed upper by thughes · 20 years ago
  90. a5a25a8 Strip _nocancel from glibc stack traces so that __open_nocancel etc by thughes · 20 years ago
  91. 266c616 Redirect _dl_sysinfo_int80, which is glibc's default system call by thughes · 20 years ago
  92. 59cfddc Add susphello test, which has turned up a number of interesting bugs by fitzhardinge · 20 years ago
  93. f786618 When creating new threads, initially block all signals. It's up to the by fitzhardinge · 20 years ago
  94. 2842859 Init the per-thread sigaltstacks properly. New threads should always by fitzhardinge · 20 years ago
  95. 29b0261 Remove Massif's version number now that it's part of the main distro. by nethercote · 20 years ago
  96. e712c42 Ignore valgrind core files. by thughes · 20 years ago
  97. a7f0da5 Added badseg to the list of things to ignore. by thughes · 20 years ago
  98. 18467b7 Filter out the ": core dumped" message from test results as the user by thughes · 20 years ago
  99. a41a266 Fixed compiler warning. by thughes · 20 years ago
  100. 047e49d Added the new badseg test to the list of things to build. by thughes · 20 years ago