1. b7301c6 For --profile-flags=, weight the counts by the number of guest insns by sewardj · 12 years ago
  2. e25053c Disable debug printing w.r.t. sector unlinking. by sewardj · 12 years ago
  3. 4b50415 tchain optimisation for s390 (valgrind bits) by florian · 12 years ago
  4. 6e0015a Followup to r12527. Use 32-bit arithmetic to increment xindir by florian · 12 years ago
  5. 4e63b8e Be lenient if the machine model could not be determined. Assume it's by florian · 12 years ago
  6. 0daa4e3 Consolidate and update information about dependencies of by florian · 12 years ago
  7. d7a0cd6 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 12 years ago
  8. 96b3c20 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 12 years ago
  9. 5f55436 Use 32-bit XIndir counter incs, instead of 64-bit, as per r12527. by sewardj · 12 years ago
  10. bba6f31 Last optimisation for the day: change VG_(stats__n_xindirs) in such a by sewardj · 12 years ago
  11. 21b7ab2 Kludge around a compiler warning, and add explanatory comment. by sewardj · 12 years ago
  12. 68aba52 Set VEX_HWCAPS_S390X_STFLE if available. This should have been part of r12335. by florian · 12 years ago
  13. 93a9757 (post-tchain-merge cleanup): fix call to handle_syscall on x86-darwin. by sewardj · 12 years ago
  14. 972316d Fix assertion failure on x86-darwin following r12504 (pread fix) by sewardj · 12 years ago
  15. 0e5839b (post-tchain-merge cleanup): un-break the build on OSX by fixing up by sewardj · 12 years ago
  16. a5ed11e Comment update (was moved to t-chaining-notes.txt) by sewardj · 12 years ago
  17. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  18. 8c017ad Implement accept4 on ARM systems. by tom · 12 years ago
  19. e7aa433 Wire up epoll_create1 on ARM systems. by tom · 12 years ago
  20. 0c30a7b scheduler, ticket lock: Add memory barriers necessary to avoid a deadlock on PowerPC systems by bart · 12 years ago
  21. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 12 years ago
  22. c42a5cc Change permission mask for FIFOs and shared memory to 0600 instead of 0666 by philippe · 12 years ago
  23. 8050bb7 patch fixing 297991: mmap changing a file descriptor current position by philippe · 12 years ago
  24. 8fb1b13 Fix 297992 Support systems missing WIFCONTINUED (e.g. pre-2.6.10 Linux) by philippe · 12 years ago
  25. cce48f8 Android's libc includes advertise a "malloc_usable_size", but the by sewardj · 12 years ago
  26. bb4827b fix off by one in string by philippe · 12 years ago
  27. d935068 Add support for reading DWARF4 .debug_types sections. Fixes #284124. by sewardj · 12 years ago
  28. 471d6b3 Fix incorrect use of VG_(addToXA). (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  29. a2af13d Comment-only fix. (Tom Tromey <tromey@redhat.com>) by sewardj · 12 years ago
  30. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  31. 5ba075a Fixes for capabilities checking w.r.t. Power DFP instructions by sewardj · 12 years ago
  32. c961d36 gcc-4.7.0 complains about some __attribute__((always_inline)) here, by sewardj · 12 years ago
  33. 62d2b62 Fix #ifdef vs { mismatch in r12471, that broke compilation on MacOS. by sewardj · 12 years ago
  34. a3d8c67 Further fix 297078 : implement conversion between vki and gdb real time sig nr. by philippe · 12 years ago
  35. 886fde3 Fix bug 297078 gdbserver signal handling problems caused by diff vki nr/gdb nr and by philippe · 12 years ago
  36. ef49323 Add a nasty kludge in the handling of mmap on Darwin. Does not apply by sewardj · 12 years ago
  37. 9d061d0 Fix up debug printing -- no functional change. by sewardj · 12 years ago
  38. 3410383 Keep the stack properly 16 aligned when delivering signals on x86-darwin. by sewardj · 12 years ago
  39. 06728c8 Keep the stack properly 16-aligned when delivering signals on by sewardj · 12 years ago
  40. 625c3e7 Fill in missing signal handling macros for amd64-darwin. by sewardj · 12 years ago
  41. 161404e Darwin: Fix a copy/paste error that was introduced in r12458 by bart · 12 years ago
  42. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  43. 9c1a505 Support sys_fallocate on arm-linux. by sewardj · 13 years ago
  44. ede2d6c (for x86 and amd64): Change the type of the shadow regs for floating point registers by philippe · 13 years ago
  45. 561b832 Change the type of the shadow regs for floating point registers by florian · 13 years ago
  46. e2b8aa4 Add s390x register decsription to vgdb. This enables examination by florian · 13 years ago
  47. f1e1aa6 Fix leak in debuginfo.c by philippe · 13 years ago
  48. 72faf10 Allows to run regression tests in an outer/inner setup. by philippe · 13 years ago
  49. d4f5aac Finally understood why an outer on inner on a 32 bit application by philippe · 13 years ago
  50. 3f6e9d9 Suppress race reports on ticket lock state variables by bart · 13 years ago
  51. 92e2c64 Suppress race reports on VG_(threads)[tid].os_state.exitcode by bart · 13 years ago
  52. 9e3a08f Use ANNOTATE_BENIGN_RACE_SIZED() to suppress race reports on owner_lwpid by bart · 13 years ago
  53. 27233e9 When analyzing Valgrind with drd, suppress uninteresting race reports on VG_(threads)[].status by bart · 13 years ago
  54. a2340a5 Suppress uninteresting race reports on sema->owner_lwpid by bart · 13 years ago
  55. 6919736 Ah, the joys of applying patches by hand. Redo r12424 but get the by sewardj · 13 years ago
  56. d9dbbc9 x86-darwin: _start: keep the stack 16-aligned. Fixes #295428. by sewardj · 13 years ago
  57. e139a46 MacOS only: VG_(get_changed_segments) callback by sewardj · 13 years ago
  58. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 13 years ago
  59. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 13 years ago
  60. 4bad593 Fix leak of range_list (see below an example) in readdwarf3.c. by philippe · 13 years ago
  61. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 13 years ago
  62. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 13 years ago
  63. 0e1cac9 After a fork, gdbserver_init can be called again. by philippe · 13 years ago
  64. d9df0ea Fix leak found by running memcheck/tests/varinfo[1-6].vgtest by philippe · 13 years ago
  65. e318d0b Increase the size of buffers used for showing names when --trace-flags= is set. by sewardj · 13 years ago
  66. 43dcb39 Android only: make the debuginfo mapping hack more flexible. by sewardj · 13 years ago
  67. 7d69fd9 Fix some memory leaks found by running memcheck on annotated memcheck. by philippe · 13 years ago
  68. ccb843b Tighten up initial guest/shodow state on s390x. by florian · 13 years ago
  69. 75a5f78 Fix buffer overflow bug when building the target file. by philippe · 13 years ago
  70. 5528e5e Revision 12396 (replacing pkglib_DATA by vglib_DATA) missed by philippe · 13 years ago
  71. eb83f6c Implement malloc_size for the vg_default_zone on Darwin. by sewardj · 13 years ago
  72. 5786420 Avoid having holes in the VgdbShared struct. by philippe · 13 years ago
  73. d5f4826 Hide our use of pkglibdir to stop automake 1.11.2 and later complaining. by tom · 13 years ago
  74. 90ffbe3 x86: don't forget to initialise guest %es from the host %es when by sewardj · 13 years ago
  75. 87a1fa5 ARM/Thumb only: fix a bug in which stack unwinding halts in some by sewardj · 13 years ago
  76. baf6964 * compare vgdb-error with n_errs_shown, not with n_errs_found. by philippe · 13 years ago
  77. b46d7ad Wire up a few more syscalls. by florian · 13 years ago
  78. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 13 years ago
  79. 200bdb3 Improve messages for mmsg calls. by tom · 13 years ago
  80. 361c3bd Correct system call name. by tom · 13 years ago
  81. 2764000 It turns out sendmmsg also updates the msg_len fields. by tom · 13 years ago
  82. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 13 years ago
  83. 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 13 years ago
  84. 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 13 years ago
  85. 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 13 years ago
  86. d6ae9e6 Implement the getcpu vsyscall on amd64 by forwarding it to the real by tom · 13 years ago
  87. 5eac4b5 Wire up getcpu on amd64. Patch from Lénaïc Huard to close BZ#292993. by tom · 13 years ago
  88. 53b0d9a fix 290974 vgdb must align pages to VKI_SHMLBA (16KB) on ARM by philippe · 13 years ago
  89. 0e947cf debug info reader: Add support for rvalue references. Closes #278313#c5. by bart · 13 years ago
  90. df0c09e Make -d (enable debug logging) work on Fedora 16 / x86. by bart · 13 years ago
  91. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
  92. 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
  93. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 13 years ago
  94. e64c5a9 debug info reader: Add support for DW_TAG_unspecified_type. Closes #278313. by bart · 13 years ago
  95. 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
  96. d19733c Add support for the s390's TROO insn. These are the valgrind bits. by florian · 13 years ago
  97. ae52a93 Valgrind gdbserver can open/close connections multiple times by philippe · 13 years ago
  98. 515e269 * Use the arg name forClient to document the calls to VG_(am_get_advisory) by philippe · 13 years ago
  99. 43acc07 Terminate comment correctly. by florian · 13 years ago
  100. 238ac2f Spelling fix by bart · 13 years ago