1. c42a5cc Change permission mask for FIFOs and shared memory to 0600 instead of 0666 by philippe · 12 years ago
  2. 8050bb7 patch fixing 297991: mmap changing a file descriptor current position by philippe · 12 years ago
  3. 8fb1b13 Fix 297992 Support systems missing WIFCONTINUED (e.g. pre-2.6.10 Linux) by philippe · 12 years ago
  4. c364323 Add symlinks that were missed out from r12500 due to last-minute SVN snafus. by sewardj · 12 years ago
  5. ea8b02f POWER Processor decimal floating point instruction support: part 2 by sewardj · 12 years ago
  6. cce48f8 Android's libc includes advertise a "malloc_usable_size", but the by sewardj · 12 years ago
  7. d9ceb5a Add a test re conversions of QNaNs between 64- and 80-bit FP by sewardj · 12 years ago
  8. 14ab1a3 outer/inner setup: new perf/vg_perf options to run perf tests + support translation chaining in inner. by philippe · 12 years ago
  9. 9a161da Disable test on big-endian platforms. by florian · 12 years ago
  10. ca4feb7 Skip the test if it was not compiled, i.e. dwarf4 is not supported. by florian · 12 years ago
  11. bb4827b fix off by one in string by philippe · 12 years ago
  12. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  13. 471d6b3 Fix incorrect use of VG_(addToXA). (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  14. a2af13d Comment-only fix. (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  15. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  16. 5ba075a Fixes for capabilities checking w.r.t. Power DFP instructions by sewardj · 12 years ago
  17. e49a588 drd, realloc() intercept: Swap freeing and cleaning memory. by bart · 12 years ago
  18. 9de9d38 configure.in: Avoid that configure complains about "-----: command not found". by bart · 12 years ago
  19. f06eabf Fix track-origin instrumentation for ppc32 following r2270/r12476 by sewardj · 12 years ago
  20. 697bb6b drd, free() intercept: Swap freeing and cleaning memory. by bart · 12 years ago
  21. b0ccb4d Initial support for POWER Processor decimal floating point by sewardj · 12 years ago
  22. 7886dd3 drd: Reenable reporting races on stack variables that are shared over threads for --check-stack-var=yes. by bart · 12 years ago
  23. 7a9db0f drd: Don't complain about stack variables that are shared over threads. Closes #297147 by bart · 12 years ago
  24. c961d36 gcc-4.7.0 complains about some __attribute__((always_inline)) here, by sewardj · 12 years ago
  25. 62d2b62 Fix #ifdef vs { mismatch in r12471, that broke compilation on MacOS. by sewardj · 12 years ago
  26. a3d8c67 Further fix 297078 : implement conversion between vki and gdb real time sig nr. by philippe · 12 years ago
  27. 886fde3 Fix bug 297078 gdbserver signal handling problems caused by diff vki nr/gdb nr and by philippe · 12 years ago
  28. d2df32e Add some more suppressions for OSX 10.7.2. by sewardj · 12 years ago
  29. 7c41246 Update the memcpy intercept for Helgrind in accordance with that by sewardj · 12 years ago
  30. 54eac25 /* Do expensive interpretation for Iop_Add32 and Iop_Add64 on by sewardj · 12 years ago
  31. ef49323 Add a nasty kludge in the handling of mmap on Darwin. Does not apply by sewardj · 12 years ago
  32. 74a1658 rlimit64_nofile won't build on Darwin, so don't try. by sewardj · 12 years ago
  33. ff62002 Make this compile on Darwin. by sewardj · 12 years ago
  34. 9d061d0 Fix up debug printing -- no functional change. by sewardj · 12 years ago
  35. 3410383 Keep the stack properly 16 aligned when delivering signals on x86-darwin. by sewardj · 12 years ago
  36. 06728c8 Keep the stack properly 16-aligned when delivering signals on by sewardj · 12 years ago
  37. 625c3e7 Fill in missing signal handling macros for amd64-darwin. by sewardj · 12 years ago
  38. 161404e Darwin: Fix a copy/paste error that was introduced in r12458 by bart · 12 years ago
  39. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  40. 4e86dd1 Remove strange e which appeared in r12456, replace by a real e. by philippe · 12 years ago
  41. 6155d36 Have check_makẹfile_consistency run at the end of make regtest by philippe · 12 years ago
  42. cc2f71b add test-plo-no.stderr.exp-s390x-mvc in EXTRA_DIST. by philippe · 12 years ago
  43. 9c1a505 Support sys_fallocate on arm-linux. by sewardj · 12 years ago
  44. 8d67425 fix 295799 Missing \n with get_vbits in gdbserver when line is % 80 and there are some unaddressable bytes by philippe · 12 years ago
  45. 9c85587 Modify test so that scheduling events are generated. by philippe · 12 years ago
  46. 147e0a9 Update s390 opcode list. by florian · 12 years ago
  47. f9925fe Add script that assists with updating s390-opcodes.csv. by florian · 12 years ago
  48. eadfb1f Add spreadsheet that lists all s390 opcodes in the following format: by florian · 12 years ago
  49. 95b26b1 Add expected output for s390x with compilers using mvc. by florian · 12 years ago
  50. 0bfaf54 Add expected results for 32-bit little endian platform. by florian · 12 years ago
  51. 172a3bb Make a more precise reference to the g++ version. by philippe · 12 years ago
  52. ede2d6c (for x86 and amd64): Change the type of the shadow regs for floating point registers by philippe · 12 years ago
  53. 561b832 Change the type of the shadow regs for floating point registers by florian · 12 years ago
  54. e2b8aa4 Add s390x register decsription to vgdb. This enables examination by florian · 12 years ago
  55. f1e1aa6 Fix leak in debuginfo.c by philippe · 12 years ago
  56. 72faf10 Allows to run regression tests in an outer/inner setup. by philippe · 12 years ago
  57. de7daf4 Modify none/tests/execve.c so to avoid infinite loop with --trace-children=yes by philippe · 12 years ago
  58. 11cc9ce Ensure VALGRIND_MALLOCLIKE_BLOCK protects the red zones. by philippe · 12 years ago
  59. d4f5aac Finally understood why an outer on inner on a 32 bit application by philippe · 12 years ago
  60. 3f6e9d9 Suppress race reports on ticket lock state variables by bart · 12 years ago
  61. 92e2c64 Suppress race reports on VG_(threads)[tid].os_state.exitcode by bart · 12 years ago
  62. 9e3a08f Use ANNOTATE_BENIGN_RACE_SIZED() to suppress race reports on owner_lwpid by bart · 12 years ago
  63. 40d7c01 helgrind: Implement ANNOTATE_BENIGN_RACE_SIZED() by bart · 12 years ago
  64. 82646de Update Subversion ignore list by bart · 12 years ago
  65. 27233e9 When analyzing Valgrind with drd, suppress uninteresting race reports on VG_(threads)[].status by bart · 12 years ago
  66. 03820b4 Update Subversion ignore list by bart · 12 years ago
  67. da04f3e Change the behaviour of --partial-loads-ok=yes to avoid false by sewardj · 12 years ago
  68. 88d7584 Make it possible to #include <valgrind/drd.h> after <valgrind/helgrind.h> by bart · 12 years ago
  69. a2340a5 Suppress uninteresting race reports on sema->owner_lwpid by bart · 12 years ago
  70. 4a91d62 none/tests: Update Subversion ignore list by bart · 12 years ago
  71. 66bc951 Turn no-op versions of INNER_REQUEST into statements, not values, by sewardj · 12 years ago
  72. 6919736 Ah, the joys of applying patches by hand. Redo r12424 but get the by sewardj · 12 years ago
  73. d9dbbc9 x86-darwin: _start: keep the stack 16-aligned. Fixes #295428. by sewardj · 12 years ago
  74. a65f80c Reinstate intercepts for plain "memcpy" and "memmove" on OSX <= 10.6 by sewardj · 12 years ago
  75. e139a46 MacOS only: VG_(get_changed_segments) callback by sewardj · 12 years ago
  76. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 12 years ago
  77. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 12 years ago
  78. 4bad593 Fix leak of range_list (see below an example) in readdwarf3.c. by philippe · 12 years ago
  79. 3ba8a89 Update bug reporting URL. by florian · 12 years ago
  80. 300c15a Fix a testcase. Constraint was incorrect allowing r0 to be used by florian · 12 years ago
  81. 0d366ad * Improve documentation of --vgdb=full by philippe · 12 years ago
  82. 3dfd6bb Avoid possibly unaligned memory access. by florian · 12 years ago
  83. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 12 years ago
  84. 859b3fa none/tests/mq.c: Fix a copy-paste bug by bart · 12 years ago
  85. 09007e3 In case VALGRIND_MALLOCLIKE_BLOCK is wrongly used, output by philippe · 12 years ago
  86. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 12 years ago
  87. 0e1cac9 After a fork, gdbserver_init can be called again. by philippe · 12 years ago
  88. d9df0ea Fix leak found by running memcheck/tests/varinfo[1-6].vgtest by philippe · 12 years ago
  89. e318d0b Increase the size of buffers used for showing names when --trace-flags= is set. by sewardj · 12 years ago
  90. 4bbfc5f Fix one more leak detected by running memcheck in memcheck by philippe · 12 years ago
  91. 43dcb39 Android only: make the debuginfo mapping hack more flexible. by sewardj · 12 years ago
  92. 7d69fd9 Fix some memory leaks found by running memcheck on annotated memcheck. by philippe · 12 years ago
  93. ccb843b Tighten up initial guest/shodow state on s390x. by florian · 12 years ago
  94. 535bc7d Announce. by florian · 12 years ago
  95. 75a5f78 Fix buffer overflow bug when building the target file. by philippe · 12 years ago
  96. 5528e5e Revision 12396 (replacing pkglib_DATA by vglib_DATA) missed by philippe · 12 years ago
  97. 7299d84 Fedora 17 is merging /lib into /usr/lib so any suppression which by tom · 12 years ago
  98. eb83f6c Implement malloc_size for the vg_default_zone on Darwin. by sewardj · 12 years ago
  99. 236a71a Document the new --fair-sched option. by philippe · 12 years ago
  100. 5786420 Avoid having holes in the VgdbShared struct. by philippe · 12 years ago