- eb83f6c Implement malloc_size for the vg_default_zone on Darwin. by sewardj · 13 years ago
- 236a71a Document the new --fair-sched option. by philippe · 13 years ago
- 5786420 Avoid having holes in the VgdbShared struct. by philippe · 13 years ago
- d5f4826 Hide our use of pkglibdir to stop automake 1.11.2 and later complaining. by tom · 13 years ago
- b34cb7f Add test cases for MPSADBW. See #294048. by sewardj · 13 years ago
- 90ffbe3 x86: don't forget to initialise guest %es from the host %es when by sewardj · 13 years ago
- 87a1fa5 ARM/Thumb only: fix a bug in which stack unwinding halts in some by sewardj · 13 years ago
- 6753200 With the change in VEX r2258 the guest IA will now also be accessed by florian · 13 years ago
- 0a64a7a Update status and build instructions for ICS (Android 4.0.3). by sewardj · 13 years ago
- a63005c Add test cases for PHMINPOSUW (SSE 4.1). See #287301. by sewardj · 13 years ago
- 9db268c Add test cases for 16 bit PCMPxSTRx variants. See #293754. by sewardj · 13 years ago
- baf6964 * compare vgdb-error with n_errs_shown, not with n_errs_found. by philippe · 13 years ago
- 4458779 Announce bug fix. by florian · 13 years ago
- c6fccd6 Use LC_ALL=C for a controlled environment. by florian · 13 years ago
- b46d7ad Wire up a few more syscalls. by florian · 13 years ago
- 6156b77 * fix Bug 290655 - Add support for AESKEYGENASSIST instruction by philippe · 13 years ago
- 8ce5c24 Change the garbage collection policy for the secondary VBit table by sewardj · 13 years ago
- 768f811 Update Subversion ignore list by bart · 13 years ago
- 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 · 13 years ago
- 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 13 years ago
- 200bdb3 Improve messages for mmsg calls. by tom · 13 years ago
- 361c3bd Correct system call name. by tom · 13 years ago
- 2764000 It turns out sendmmsg also updates the msg_len fields. by tom · 13 years ago
- a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 13 years ago
- 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 13 years ago
- 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 13 years ago
- 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 13 years ago
- d6ae9e6 Implement the getcpu vsyscall on amd64 by forwarding it to the real by tom · 13 years ago
- 5eac4b5 Wire up getcpu on amd64. Patch from Lénaïc Huard to close BZ#292993. by tom · 13 years ago
- 1cff53c Update linux system call lists. by tom · 13 years ago
- d895fee mc_main.c statistics has hard-coded logic to compute by philippe · 13 years ago
- da27543 Add testcases for TR, TRE, TRTT, TROT, TRTO insns. by florian · 13 years ago
- 466bac3 Add z10 EC build. by florian · 13 years ago
- 53b0d9a fix 290974 vgdb must align pages to VKI_SHMLBA (16KB) on ARM by philippe · 13 years ago
- 37e1dd0 Rework r12363 by bart · 13 years ago
- 12c4b34 drd/tests/sigalrm: Report thread creation failure by bart · 13 years ago
- 9bb46c4 drd: Avoid that an assertion failure is triggered if clone() fails. by bart · 13 years ago
- 0e947cf debug info reader: Add support for rvalue references. Closes #278313#c5. by bart · 13 years ago
- 42f83fe <valgrind/valgrind.h>: Fix for Intel C/C++ compiler in MSVC compatibility mode. by bart · 13 years ago
- df0c09e Make -d (enable debug logging) work on Fedora 16 / x86. by bart · 13 years ago
- e3c0a2a Add testcase for bugzilla #287260. Testcase by M.Welinder by florian · 13 years ago
- 3e1e218 none/tests/x86/bug125959-x86 language conformance fix: do not trigger signed integer overflow. Fixes #292628. by bart · 13 years ago
- a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
- 91b7ec3 drd: Remove drd/drd_list.h again because of its GPLv2 license. by bart · 13 years ago
- 5c1f921 Fix a copy/paste error by bart · 13 years ago
- 41a378a drd: Add command-line option --ptrace-addr. by bart · 13 years ago
- e278ab5 drd: Use macros and inline functions for list manipulation by bart · 13 years ago
- e57a9e2 drd: Avoid that the changes from r12351 trigger a race condition when copying DrdPosixThreadArgs by bart · 13 years ago
- ce1d688 drd, semaphore implementation: Only wake the associated futex if at least one thread is waiting by bart · 13 years ago
- ae37e6d drd: Source code refactoring - use DRD_(thread_get_vc)() wherever appropriate by bart · 13 years ago
- c6bf184 drd: Source code refactoring - use DRD_(thread_get_vc)() wherever appropriate by bart · 13 years ago
- d678054 drd: Rename DRD_STOP_TRACE_VAR() into DRD_STOP_TRACING_VAR() by bart · 13 years ago
- a5cfd36 drd/tests/fp_race_xml: Filter out thread number and vector clock information by bart · 13 years ago
- e528697 drd: Fix a race condition in the pthread_create() intercept. by bart · 13 years ago
- b4c1afa drd: Generalize a suppression pattern by bart · 13 years ago
- e44bccc drd: Switch to new pool allocator by bart · 13 years ago
- 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
- 5928d39 Add a perf test to measure the speed (and memory) of PDB handling. by philippe · 13 years ago
- 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 13 years ago
- fdfca22 Improve configure for SSE 4.2 detection. Fixes #271438 by florian · 13 years ago
- 722b48e Announce fix for #270796. Also keep the bug list sorted. by florian · 13 years ago
- e64c5a9 debug info reader: Add support for DW_TAG_unspecified_type. Closes #278313. by bart · 13 years ago
- 2e2f213 drd: Remove prefix from local variable names by bart · 13 years ago
- 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
- d19733c Add support for the s390's TROO insn. These are the valgrind bits. by florian · 13 years ago
- f7ef3b9 Update Subversion ignore lists by bart · 13 years ago
- a9cc2dd drd: Make it easier to enable the debug statements in the ELF section suppression code by bart · 13 years ago
- 864920d drd: Set up red zone before the first instruction of a thread is run. by bart · 13 years ago
- 993d32f drd: Refactor functions for starting / stopping to access stack memory by bart · 13 years ago
- ad193e7 drd: Reformat three comment blocks by bart · 13 years ago
- 8423490 Added a new parameter to the memcheck 'leak_check' GDB monitor command by philippe · 13 years ago
- ae52a93 Valgrind gdbserver can open/close connections multiple times by philippe · 13 years ago
- c521406 configure.in: Make compiler version check more robust by bart · 13 years ago
- 515e269 * Use the arg name forClient to document the calls to VG_(am_get_advisory) by philippe · 13 years ago
- 43acc07 Terminate comment correctly. by florian · 13 years ago
- 5544d5b Fix accounting for MC_(realloc). It was inconsistent as compared to by florian · 13 years ago
- e75fdeb add support for glibc 2.15 by dirk · 13 years ago
- 221b707 Avoid buffer overrun in percentify call. by philippe · 13 years ago
- 238ac2f Spelling fix by bart · 13 years ago
- 7ee8b88 Small doc changes: by philippe · 13 years ago
- 1d76a80 fix 289699 vgdb connection in relay mode erroneously closed due to buffer overrun by philippe · 13 years ago
- bd28c5e While investigating whether bugzilla #286040 was a problem or by florian · 13 years ago
- 54212b6 When reading a decimal value consume decimal digits, not hexdigits. by florian · 13 years ago
- 5945164 Beef up VG_(strerror) to provide correct messages for the by florian · 13 years ago
- 8f927a5 Fix 247386 make perf does not run all performance tests : by philippe · 13 years ago
- 15e301e * none/tests/linux/mremap3.vgtest : new test by philippe · 13 years ago
- 5eb378e Updated NEWS (set next version to 3.8.0, added 286270 to fixed bugs+reordered) by philippe · 13 years ago
- 27656f8 DRD: revert r12308 because it didn't help by bart · 13 years ago
- b4913ad DRD: add two ppc output variants by bart · 13 years ago
- 25026ef DRD, load/store tracing: avoid evaluating the address expression twice by bart · 13 years ago
- 1e856ea Add a configure test for detecting whether gcc supports atomic operations on by bart · 13 years ago
- 4797dbe DRD: Suppress uninteresting races triggered by the dynamic loader by bart · 13 years ago
- ac0686d drd/tests/Makefile.am: update EXTRA_DIST by bart · 13 years ago
- 8b173f7 Update Subversion ignore list by bart · 13 years ago
- 42f3263 drd --trace-addr: make tracing 64-bit values on a 32-bit platform work by bart · 13 years ago
- 7ca75ed DRD, --trace-addr: enable support for Ity_F32 and Ity_F64 / temporarily disable support for 64-bit CAS on 32-bit platforms by bart · 13 years ago
- e7da9a8 DRD: Eliminate a temporary variable by bart · 13 years ago
- d2ba0ea drd/tests/annotate_trace_memory*: add 32-bit output variants by bart · 13 years ago
- 811b60e drd/tests/pth_cleanup_handler: increase timeout by bart · 13 years ago
- 9ad8d80 DRD: rearrange the definition of u_widen_irop[][] by bart · 13 years ago