1. 9c85587 Modify test so that scheduling events are generated. by philippe · 12 years ago
  2. 147e0a9 Update s390 opcode list. by florian · 12 years ago
  3. f9925fe Add script that assists with updating s390-opcodes.csv. by florian · 12 years ago
  4. eadfb1f Add spreadsheet that lists all s390 opcodes in the following format: by florian · 12 years ago
  5. 95b26b1 Add expected output for s390x with compilers using mvc. by florian · 12 years ago
  6. 0bfaf54 Add expected results for 32-bit little endian platform. by florian · 12 years ago
  7. 172a3bb Make a more precise reference to the g++ version. by philippe · 12 years ago
  8. ede2d6c (for x86 and amd64): Change the type of the shadow regs for floating point registers by philippe · 12 years ago
  9. 561b832 Change the type of the shadow regs for floating point registers by florian · 12 years ago
  10. e2b8aa4 Add s390x register decsription to vgdb. This enables examination by florian · 12 years ago
  11. f1e1aa6 Fix leak in debuginfo.c by philippe · 12 years ago
  12. 72faf10 Allows to run regression tests in an outer/inner setup. by philippe · 12 years ago
  13. de7daf4 Modify none/tests/execve.c so to avoid infinite loop with --trace-children=yes by philippe · 12 years ago
  14. 11cc9ce Ensure VALGRIND_MALLOCLIKE_BLOCK protects the red zones. by philippe · 12 years ago
  15. d4f5aac Finally understood why an outer on inner on a 32 bit application by philippe · 12 years ago
  16. 3f6e9d9 Suppress race reports on ticket lock state variables by bart · 12 years ago
  17. 92e2c64 Suppress race reports on VG_(threads)[tid].os_state.exitcode by bart · 12 years ago
  18. 9e3a08f Use ANNOTATE_BENIGN_RACE_SIZED() to suppress race reports on owner_lwpid by bart · 12 years ago
  19. 40d7c01 helgrind: Implement ANNOTATE_BENIGN_RACE_SIZED() by bart · 12 years ago
  20. 82646de Update Subversion ignore list by bart · 12 years ago
  21. 27233e9 When analyzing Valgrind with drd, suppress uninteresting race reports on VG_(threads)[].status by bart · 12 years ago
  22. 03820b4 Update Subversion ignore list by bart · 12 years ago
  23. da04f3e Change the behaviour of --partial-loads-ok=yes to avoid false by sewardj · 12 years ago
  24. 88d7584 Make it possible to #include <valgrind/drd.h> after <valgrind/helgrind.h> by bart · 12 years ago
  25. a2340a5 Suppress uninteresting race reports on sema->owner_lwpid by bart · 12 years ago
  26. 4a91d62 none/tests: Update Subversion ignore list by bart · 12 years ago
  27. 66bc951 Turn no-op versions of INNER_REQUEST into statements, not values, by sewardj · 12 years ago
  28. 6919736 Ah, the joys of applying patches by hand. Redo r12424 but get the by sewardj · 12 years ago
  29. d9dbbc9 x86-darwin: _start: keep the stack 16-aligned. Fixes #295428. by sewardj · 12 years ago
  30. a65f80c Reinstate intercepts for plain "memcpy" and "memmove" on OSX <= 10.6 by sewardj · 12 years ago
  31. e139a46 MacOS only: VG_(get_changed_segments) callback by sewardj · 12 years ago
  32. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 12 years ago
  33. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 12 years ago
  34. 4bad593 Fix leak of range_list (see below an example) in readdwarf3.c. by philippe · 12 years ago
  35. 3ba8a89 Update bug reporting URL. by florian · 12 years ago
  36. 300c15a Fix a testcase. Constraint was incorrect allowing r0 to be used by florian · 12 years ago
  37. 0d366ad * Improve documentation of --vgdb=full by philippe · 12 years ago
  38. 3dfd6bb Avoid possibly unaligned memory access. by florian · 12 years ago
  39. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 12 years ago
  40. 859b3fa none/tests/mq.c: Fix a copy-paste bug by bart · 12 years ago
  41. 09007e3 In case VALGRIND_MALLOCLIKE_BLOCK is wrongly used, output by philippe · 12 years ago
  42. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 12 years ago
  43. 0e1cac9 After a fork, gdbserver_init can be called again. by philippe · 12 years ago
  44. d9df0ea Fix leak found by running memcheck/tests/varinfo[1-6].vgtest by philippe · 12 years ago
  45. e318d0b Increase the size of buffers used for showing names when --trace-flags= is set. by sewardj · 12 years ago
  46. 4bbfc5f Fix one more leak detected by running memcheck in memcheck by philippe · 12 years ago
  47. 43dcb39 Android only: make the debuginfo mapping hack more flexible. by sewardj · 12 years ago
  48. 7d69fd9 Fix some memory leaks found by running memcheck on annotated memcheck. by philippe · 12 years ago
  49. ccb843b Tighten up initial guest/shodow state on s390x. by florian · 12 years ago
  50. 535bc7d Announce. by florian · 12 years ago
  51. 75a5f78 Fix buffer overflow bug when building the target file. by philippe · 12 years ago
  52. 5528e5e Revision 12396 (replacing pkglib_DATA by vglib_DATA) missed by philippe · 12 years ago
  53. 7299d84 Fedora 17 is merging /lib into /usr/lib so any suppression which by tom · 12 years ago
  54. eb83f6c Implement malloc_size for the vg_default_zone on Darwin. by sewardj · 12 years ago
  55. 236a71a Document the new --fair-sched option. by philippe · 12 years ago
  56. 5786420 Avoid having holes in the VgdbShared struct. by philippe · 12 years ago
  57. d5f4826 Hide our use of pkglibdir to stop automake 1.11.2 and later complaining. by tom · 12 years ago
  58. b34cb7f Add test cases for MPSADBW. See #294048. by sewardj · 12 years ago
  59. 90ffbe3 x86: don't forget to initialise guest %es from the host %es when by sewardj · 12 years ago
  60. 87a1fa5 ARM/Thumb only: fix a bug in which stack unwinding halts in some by sewardj · 12 years ago
  61. 6753200 With the change in VEX r2258 the guest IA will now also be accessed by florian · 12 years ago
  62. 0a64a7a Update status and build instructions for ICS (Android 4.0.3). by sewardj · 12 years ago
  63. a63005c Add test cases for PHMINPOSUW (SSE 4.1). See #287301. by sewardj · 12 years ago
  64. 9db268c Add test cases for 16 bit PCMPxSTRx variants. See #293754. by sewardj · 12 years ago
  65. baf6964 * compare vgdb-error with n_errs_shown, not with n_errs_found. by philippe · 12 years ago
  66. 4458779 Announce bug fix. by florian · 12 years ago
  67. c6fccd6 Use LC_ALL=C for a controlled environment. by florian · 12 years ago
  68. b46d7ad Wire up a few more syscalls. by florian · 12 years ago
  69. 6156b77 * fix Bug 290655 - Add support for AESKEYGENASSIST instruction by philippe · 12 years ago
  70. 8ce5c24 Change the garbage collection policy for the secondary VBit table by sewardj · 12 years ago
  71. 768f811 Update Subversion ignore list by bart · 12 years ago
  72. 3bd1fc5 nightly build: Run nightly build also if only VEX has been modified. Check out matching revisions of Valgrind and VEX instead of using latest VEX when checking out the (today - 1) source code. by bart · 12 years ago
  73. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 12 years ago
  74. 200bdb3 Improve messages for mmsg calls. by tom · 12 years ago
  75. 361c3bd Correct system call name. by tom · 12 years ago
  76. 2764000 It turns out sendmmsg also updates the msg_len fields. by tom · 12 years ago
  77. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 12 years ago
  78. 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 12 years ago
  79. 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 12 years ago
  80. 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 12 years ago
  81. d6ae9e6 Implement the getcpu vsyscall on amd64 by forwarding it to the real by tom · 12 years ago
  82. 5eac4b5 Wire up getcpu on amd64. Patch from Lénaïc Huard to close BZ#292993. by tom · 12 years ago
  83. 1cff53c Update linux system call lists. by tom · 12 years ago
  84. d895fee mc_main.c statistics has hard-coded logic to compute by philippe · 12 years ago
  85. da27543 Add testcases for TR, TRE, TRTT, TROT, TRTO insns. by florian · 12 years ago
  86. 466bac3 Add z10 EC build. by florian · 12 years ago
  87. 53b0d9a fix 290974 vgdb must align pages to VKI_SHMLBA (16KB) on ARM by philippe · 12 years ago
  88. 37e1dd0 Rework r12363 by bart · 12 years ago
  89. 12c4b34 drd/tests/sigalrm: Report thread creation failure by bart · 12 years ago
  90. 9bb46c4 drd: Avoid that an assertion failure is triggered if clone() fails. by bart · 12 years ago
  91. 0e947cf debug info reader: Add support for rvalue references. Closes #278313#c5. by bart · 12 years ago
  92. 42f83fe <valgrind/valgrind.h>: Fix for Intel C/C++ compiler in MSVC compatibility mode. by bart · 12 years ago
  93. df0c09e Make -d (enable debug logging) work on Fedora 16 / x86. by bart · 13 years ago
  94. e3c0a2a Add testcase for bugzilla #287260. Testcase by M.Welinder by florian · 13 years ago
  95. 3e1e218 none/tests/x86/bug125959-x86 language conformance fix: do not trigger signed integer overflow. Fixes #292628. by bart · 13 years ago
  96. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
  97. 91b7ec3 drd: Remove drd/drd_list.h again because of its GPLv2 license. by bart · 13 years ago
  98. 5c1f921 Fix a copy/paste error by bart · 13 years ago
  99. 41a378a drd: Add command-line option --ptrace-addr. by bart · 13 years ago
  100. e278ab5 drd: Use macros and inline functions for list manipulation by bart · 13 years ago