1. 8050bb7 patch fixing 297991: mmap changing a file descriptor current position by philippe · 12 years ago
  2. 8fb1b13 Fix 297992 Support systems missing WIFCONTINUED (e.g. pre-2.6.10 Linux) by philippe · 12 years ago
  3. cce48f8 Android's libc includes advertise a "malloc_usable_size", but the by sewardj · 12 years ago
  4. bb4827b fix off by one in string by philippe · 12 years ago
  5. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  6. 471d6b3 Fix incorrect use of VG_(addToXA). (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  7. a2af13d Comment-only fix. (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  8. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  9. 5ba075a Fixes for capabilities checking w.r.t. Power DFP instructions by sewardj · 12 years ago
  10. c961d36 gcc-4.7.0 complains about some __attribute__((always_inline)) here, by sewardj · 12 years ago
  11. 62d2b62 Fix #ifdef vs { mismatch in r12471, that broke compilation on MacOS. by sewardj · 12 years ago
  12. a3d8c67 Further fix 297078 : implement conversion between vki and gdb real time sig nr. by philippe · 12 years ago
  13. 886fde3 Fix bug 297078 gdbserver signal handling problems caused by diff vki nr/gdb nr and by philippe · 12 years ago
  14. ef49323 Add a nasty kludge in the handling of mmap on Darwin. Does not apply by sewardj · 12 years ago
  15. 9d061d0 Fix up debug printing -- no functional change. by sewardj · 12 years ago
  16. 3410383 Keep the stack properly 16 aligned when delivering signals on x86-darwin. by sewardj · 12 years ago
  17. 06728c8 Keep the stack properly 16-aligned when delivering signals on by sewardj · 12 years ago
  18. 625c3e7 Fill in missing signal handling macros for amd64-darwin. by sewardj · 12 years ago
  19. 161404e Darwin: Fix a copy/paste error that was introduced in r12458 by bart · 12 years ago
  20. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  21. 9c1a505 Support sys_fallocate on arm-linux. by sewardj · 12 years ago
  22. ede2d6c (for x86 and amd64): Change the type of the shadow regs for floating point registers by philippe · 12 years ago
  23. 561b832 Change the type of the shadow regs for floating point registers by florian · 12 years ago
  24. e2b8aa4 Add s390x register decsription to vgdb. This enables examination by florian · 12 years ago
  25. f1e1aa6 Fix leak in debuginfo.c by philippe · 12 years ago
  26. 72faf10 Allows to run regression tests in an outer/inner setup. by philippe · 12 years ago
  27. d4f5aac Finally understood why an outer on inner on a 32 bit application by philippe · 12 years ago
  28. 3f6e9d9 Suppress race reports on ticket lock state variables by bart · 12 years ago
  29. 92e2c64 Suppress race reports on VG_(threads)[tid].os_state.exitcode by bart · 12 years ago
  30. 9e3a08f Use ANNOTATE_BENIGN_RACE_SIZED() to suppress race reports on owner_lwpid by bart · 12 years ago
  31. 27233e9 When analyzing Valgrind with drd, suppress uninteresting race reports on VG_(threads)[].status by bart · 12 years ago
  32. a2340a5 Suppress uninteresting race reports on sema->owner_lwpid by bart · 12 years ago
  33. 6919736 Ah, the joys of applying patches by hand. Redo r12424 but get the by sewardj · 12 years ago
  34. d9dbbc9 x86-darwin: _start: keep the stack 16-aligned. Fixes #295428. by sewardj · 12 years ago
  35. e139a46 MacOS only: VG_(get_changed_segments) callback by sewardj · 12 years ago
  36. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 12 years ago
  37. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 12 years ago
  38. 4bad593 Fix leak of range_list (see below an example) in readdwarf3.c. by philippe · 12 years ago
  39. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 12 years ago
  40. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 12 years ago
  41. 0e1cac9 After a fork, gdbserver_init can be called again. by philippe · 12 years ago
  42. d9df0ea Fix leak found by running memcheck/tests/varinfo[1-6].vgtest by philippe · 12 years ago
  43. e318d0b Increase the size of buffers used for showing names when --trace-flags= is set. by sewardj · 12 years ago
  44. 43dcb39 Android only: make the debuginfo mapping hack more flexible. by sewardj · 12 years ago
  45. 7d69fd9 Fix some memory leaks found by running memcheck on annotated memcheck. by philippe · 12 years ago
  46. ccb843b Tighten up initial guest/shodow state on s390x. by florian · 12 years ago
  47. 75a5f78 Fix buffer overflow bug when building the target file. by philippe · 12 years ago
  48. 5528e5e Revision 12396 (replacing pkglib_DATA by vglib_DATA) missed by philippe · 12 years ago
  49. eb83f6c Implement malloc_size for the vg_default_zone on Darwin. by sewardj · 12 years ago
  50. 5786420 Avoid having holes in the VgdbShared struct. by philippe · 12 years ago
  51. d5f4826 Hide our use of pkglibdir to stop automake 1.11.2 and later complaining. by tom · 12 years ago
  52. 90ffbe3 x86: don't forget to initialise guest %es from the host %es when by sewardj · 12 years ago
  53. 87a1fa5 ARM/Thumb only: fix a bug in which stack unwinding halts in some by sewardj · 12 years ago
  54. baf6964 * compare vgdb-error with n_errs_shown, not with n_errs_found. by philippe · 12 years ago
  55. b46d7ad Wire up a few more syscalls. by florian · 12 years ago
  56. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 13 years ago
  57. 200bdb3 Improve messages for mmsg calls. by tom · 13 years ago
  58. 361c3bd Correct system call name. by tom · 13 years ago
  59. 2764000 It turns out sendmmsg also updates the msg_len fields. by tom · 13 years ago
  60. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 13 years ago
  61. 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 13 years ago
  62. 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 13 years ago
  63. 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 13 years ago
  64. d6ae9e6 Implement the getcpu vsyscall on amd64 by forwarding it to the real by tom · 13 years ago
  65. 5eac4b5 Wire up getcpu on amd64. Patch from Lénaïc Huard to close BZ#292993. by tom · 13 years ago
  66. 53b0d9a fix 290974 vgdb must align pages to VKI_SHMLBA (16KB) on ARM by philippe · 13 years ago
  67. 0e947cf debug info reader: Add support for rvalue references. Closes #278313#c5. by bart · 13 years ago
  68. df0c09e Make -d (enable debug logging) work on Fedora 16 / x86. by bart · 13 years ago
  69. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
  70. 6e07448 Pool allocator: change the semantics of VG_(releasePA)() according to comment http://bugs.kde.org/show_bug.cgi?id=282230#c50. by bart · 13 years ago
  71. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 13 years ago
  72. e64c5a9 debug info reader: Add support for DW_TAG_unspecified_type. Closes #278313. by bart · 13 years ago
  73. dac4779 debug info reader: rearrange the source code such that gcc issues a warning if an enumeration label is missing. by bart · 13 years ago
  74. d19733c Add support for the s390's TROO insn. These are the valgrind bits. by florian · 13 years ago
  75. ae52a93 Valgrind gdbserver can open/close connections multiple times by philippe · 13 years ago
  76. 515e269 * Use the arg name forClient to document the calls to VG_(am_get_advisory) by philippe · 13 years ago
  77. 43acc07 Terminate comment correctly. by florian · 13 years ago
  78. 238ac2f Spelling fix by bart · 13 years ago
  79. 7ee8b88 Small doc changes: by philippe · 13 years ago
  80. 1d76a80 fix 289699 vgdb connection in relay mode erroneously closed due to buffer overrun by philippe · 13 years ago
  81. bd28c5e While investigating whether bugzilla #286040 was a problem or by florian · 13 years ago
  82. 54212b6 When reading a decimal value consume decimal digits, not hexdigits. by florian · 13 years ago
  83. 5945164 Beef up VG_(strerror) to provide correct messages for the by florian · 13 years ago
  84. 15e301e * none/tests/linux/mremap3.vgtest : new test by philippe · 13 years ago
  85. 2aeaf8e fix 286270 VG_(env_remove_valgrind_env_stuff) by philippe · 13 years ago
  86. 8dc79ce Update the C++ demangler by importing files from GCC trunk @ r181975. by florian · 13 years ago
  87. 78bfc71 Add command-line option --fair-sched=[no|yes|try]. Use --fair-sched=try by bart · 13 years ago
  88. de80335 Give a better help message for gdbserver when VALGRIND_LIB by philippe · 13 years ago
  89. bc33be6 arm-linux: fix signal returning so that if SA_RESTORER is not by sewardj · 13 years ago
  90. bcad739 The sparse wa maintains the nr of elements in use at level 0. by philippe · 13 years ago
  91. 98500e2 Use snprintf() instead of sprintf() by bart · 13 years ago
  92. 56fe332 Handle longer un-sized symbols on arm-linux-android. by sewardj · 13 years ago
  93. 1b3a7a4 Some fixes for Android: by sewardj · 13 years ago
  94. deddfdf Disable the GDB server-by-default for the time being on Android, since by sewardj · 13 years ago
  95. 0016492 Fix an out-of-bounds array access found by IBM's BEAM checker. by florian · 13 years ago
  96. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  97. 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
  98. 47ffedb gdbsrv: factorize gdb version handling, fix doc and typos by sewardj · 13 years ago
  99. dfe1877 Include README_DEVELOPERS for the GDB server in the tarball. by florian · 13 years ago
  100. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago