1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. 1285365 regression tests: Remove superfluous backticks by bart · 9 years ago
  4. 981abb5 Issue an error message if then brk segment overflows. by florian · 9 years ago
  5. 1a7b0b9 Disable testcase because the ptrace system call is not supported on ppc64. by florian · 10 years ago
  6. d327fb1 Followup to r14646. The symbol TIOCSIG is not necessarily defined, by florian · 10 years ago
  7. a9ccca3 Add support for ioctl(fd, TIOCSIG, signal_number) which used by florian · 10 years ago
  8. c06f684 Fix dangling ref in m_errormgr.c + report all uninit fields in a syscall param by philippe · 10 years ago
  9. 18d6f4e Improve address description for address in the stack. by philippe · 10 years ago
  10. ada5ad7 Support Linux kernel AF_BLUETOOTH for bind(). by mjw · 11 years ago
  11. 28db75c Make sys-openat test conditional upon the existence of AT_FDCWD. by florian · 12 years ago
  12. e593275 Fix some gcc complaints about unused variables in these tests. by sewardj · 12 years ago
  13. f73de26 For sys-openat the dirfd argument should be ignored when the pathname by sewardj · 12 years ago
  14. 4c9ac26 Correctly skip memcheck's getregset for MIPS. by petarj · 12 years ago
  15. ebe68c2 Skip memcheck's getregset for MIPS. by petarj · 12 years ago
  16. 49cc754 GETREGSET was introduced with 2.6.33. by cborntra · 12 years ago
  17. e48a444 add s390 specific fix for getregset by cborntra · 12 years ago
  18. a9a475d wire up testcase by cborntra · 12 years ago
  19. 7be84ee Add ptrace getreset testcase from Andreas Arnez by cborntra · 12 years ago
  20. 27aec54 Some older kernels on s390 do not provide AT_PLATFORM. by florian · 12 years ago
  21. 41ad7e7 Implement a fake /proc/self/auxv file for linux systems. by tom · 12 years ago
  22. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  23. 1ea87a5 memcheck/tests/linux/Makefile.am: Add four .vgtest files to the distribution tarball and remove the capget binary by bart · 13 years ago
  24. 3dfe979 Improve filtering of backtrace noise in the memcheck bucket by florian · 13 years ago
  25. 2b451ba memcheck/tests/linux/timerfd-syscall: Avoid failure on heavily loaded systems by bart · 13 years ago
  26. f897b99 Fix prerequisite for memcheck/tests/linux/timerfd-syscall. by florian · 13 years ago
  27. bb748cb Define _GNU_SOURCE for access to CLONE_XXX flags with gibc 2.14 headers. by tom · 13 years ago
  28. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  29. de2b6fc timerfd-syscall regression test: Allow even more scheduler variation. by bart · 13 years ago
  30. f976f6c by bart · 13 years ago
  31. 07ac424 timerfd-syscall regression test: Allow even more scheduler variation. by bart · 13 years ago
  32. 0d2b897 Replaced a Unicode character by an ASCII character in a source code comment. by bart · 14 years ago
  33. 78f09d2 Moved two Linux-specific syscalls to the linux subdirectory. by bart · 14 years ago
  34. 5e882ff Fixed a recently introduced compiler warning. by bart · 14 years ago
  35. 7ad0751 Yet another attempt to make the timerfd-syscall test reliable. by bart · 14 years ago
  36. c303d06 Avoid that small time variations make the timerfd-syscall regression test fail. by bart · 14 years ago
  37. 15f9feb 'make dist' fixes following s390x-linux merge. (Christian Borntraeger by sewardj · 14 years ago
  38. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  39. 876cafd E-mail address update. by bart · 14 years ago
  40. a11f528 Made timerfd-syscall test more robust by improving the time rounding algorithm. by bart · 14 years ago
  41. 075f51b Fixed a typo. by bart · 14 years ago
  42. 1b72361 memcheck/tests/linux/timerfd-syscall: send output to stderr instead of stdout. by bart · 14 years ago
  43. 069a38a Made sure that the sigqueue regression test passes on 32-bit and on 64-bit systems. by bart · 15 years ago
  44. 7481f1d Fixed expected output. by bart · 15 years ago
  45. 856d9df Added a comment that explains the purpose of the sigqueue.c test program. by bart · 15 years ago
  46. 21ba3f9 Added a modified version of the rt_sigqueue test program provided by Konstantin Serebryany. by bart · 15 years ago
  47. cab64bc Update .exp files for r10783. by njn · 15 years ago
  48. d9f0b8d Update Memcheck expected outputs following r10746 (64-bit variants only). by sewardj · 15 years ago
  49. cf1b64c Un-break regression test run. by bart · 15 years ago
  50. 1b7b531 Remove non-Linux code from this Linux-only test. by njn · 15 years ago
  51. 5a92b4c Make lsframe1, lsframe2 and stack_changes Linux-only since they all fault by njn · 15 years ago
  52. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  53. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  54. 20d411e Compiles now on RHEL 5.3 systems. In the RHEL 5.3 headers __NR_timerfd_create is defined but neither __NR_timerfd_settime nor __NR_timerfd_gettime. by bart · 15 years ago
  55. e1c350f Move with-space to linux/, because it's hard to replicate on Darwin. by njn · 15 years ago
  56. 83b62cb Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWIN branch. by njn · 15 years ago
  57. 6ab37c7 A few more test/build changes. by njn · 16 years ago
  58. 5304457 Various build system clean-ups and simplifications: by njn · 16 years ago
  59. 0458a12 Moved 3 Linux-specific tests into linux/ directories. by njn · 16 years ago
  60. 163c487 Move memcheck/tests/brk to the linux/ subdir, as it's Linux-specific (merged by njn · 16 years ago
  61. 74a74d8 by sewardj · 16 years ago
  62. 3b3b76d Create memcheck/tests/linux/ and move some Linux-specific tests by njn · 16 years ago