- d20c762 Complete fix for bz#344416 - Fix make regtest does not work cleanly on OS X (3). by rhyskidd · 9 years ago
- 308a98c Partial fix for bz#344416 - Fix make regtest does not work cleanly on OS X (2). by rhyskidd · 9 years ago
- 906b2dc Partial fix for bz#344416 - Fix make regtest does not work cleanly on OS X. by rhyskidd · 9 years ago
- 1285365 regression tests: Remove superfluous backticks by bart · 9 years ago
- 3a89e00 tests/vg_regtest: Always evaluate prerequisite expressions with sh by bart · 9 years ago
- 7f1395d Set svn:ignore on new gdbserver_test/solaris folder by rhyskidd · 9 years ago
- db8aad8 Unbreak the OS X/clang build from r15419. This handrolled assembly on x86 will need more work to build with Apple's clang variant. by rhyskidd · 9 years ago
- b94fbf0 Unbreak the build on several setups : by philippe · 9 years ago
- b63380a Add two more tests with missing interpreter names. by florian · 9 years ago
- 55084cf Add testcase. Should have been in r15429. by florian · 9 years ago
- 85ba9b7 Update by florian · 9 years ago
- 512f27e Fix BZ #338606. Basically, the bug was that it was believed that by florian · 9 years ago
- ea8497c Update list of ignored files from solaris port. by florian · 9 years ago
- 704f46b Fix incorrect implementation of LOADV64le that was added in r15418. by sewardj · 9 years ago
- 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
- 4793735 Patch 7 of 7, improve PPC HW capabiltiy checking. by carll · 9 years ago
- 56f7989 Patch 6 of 7, improve PPC HW capabiltiy checking. by carll · 9 years ago
- 5bd4f6d Patch 4 and 5 of 7, improve PPC HW capabiltiy checking. by carll · 9 years ago
- ae494d9 Patch 3 of 7, improve PPC HW capabiltiy checking. by carll · 9 years ago
- 17e3da7 Patch 2 of 7, improve PPC HW capabiltiy checking. by carll · 9 years ago
- eabf9ff Patch 1 of 7, improve PPC HW capabiltiy checking. by carll · 9 years ago
- b9437c5 Bug 349879 - [PATCH] memcheck: add handwritten assembly for helperc_LOADV by sewardj · 9 years ago
- 2ce9ac2 VG_(helperc_LOADV64le): add handwritten assembly helper for ARM32 by sewardj · 9 years ago
- f2ff46d Block the running of a known hanging regression test on OS X. Partial fix for bz#344416, and related to BZ#216837. by rhyskidd · 9 years ago
- 73796f4 Block the running of a known hanging regression test on OS X. Partial fix for bz#344416, and related to BZ#350359. by rhyskidd · 9 years ago
- a59627a Documentation: Ensure alignment of the x86 and amd64 darwin code in m_sigframe. Follows from a side-by-side code review. by rhyskidd · 9 years ago
- 29d32eb Announce bug fix for BZ #350251 by florian · 9 years ago
- 435aa2c mips32: fix build error caused by r15404 by petarj · 9 years ago
- 4432618 OS X 10.11: Tweak magic offset, which was amended prior to xnu-3247.1.36~7 (DP3). Also align some debug output text between x86 and amd64. bz#348909. by rhyskidd · 9 years ago
- 4553b79 Fix Valgrind does not support pthread_sigmask() on OS X bz#201216 by rhyskidd · 9 years ago
- 0a52ee2 Fix syntax error; by florian · 9 years ago
- f0c855f Better align OS X error reporting with other platforms. Refer coregrind/m_ume/elf.c by rhyskidd · 9 years ago
- 8c76f8c Followup to r15406: by florian · 9 years ago
- b9e129b Fix from Andreas Arnez for bug 342841 s390x unrecognized instruction fiebra by cborntra · 9 years ago
- 081f1f7 Minor updates; also note the fixing of 346411. by sewardj · 9 years ago
- bd664fd Fix "346411 MIPS: SysRes::_valEx handling is incorrect" by sewardj · 9 years ago
- 9090d2f Preliminary support for OS X 10.11 (El Capitan). Refer BZ#348909 for ongoing work. by rhyskidd · 9 years ago
- 6995205 Roughly classify all the bugs in 3_10_BUGSTATUS.txt. by sewardj · 9 years ago
- 418f6b3 VG_(get_StackTrace_wrk) for x86-{linux,darwin}: when following by sewardj · 9 years ago
- dd77d64 Update. by sewardj · 9 years ago
- 8291e31 349941 di_notify_mmap might create wrong start/size DebugInfoMapping by mjw · 9 years ago
- b97cf8e 349828 memcpy intercepts memmove causing src/dst overlap error (ppc64 ld.so) by mjw · 9 years ago
- 3bfb914 Revert an accidental change to the address space manager that sneaked by florian · 9 years ago
- 05c9d21 Followup to r15394 and BZ #349874. Ensure tests align with (corrected) output. by rhyskidd · 9 years ago
- ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
- 9943ab3 Fix scripts to use /bin/true consistently. by florian · 9 years ago
- 9d83e99 Fix Memcheck: the 'impossible' happened: unexpected size for Addr (OSX/wine) by rhyskidd · 9 years ago
- 748ba7a Backing out patch 1 and 2 from Bugzilla 349790. by carll · 9 years ago
- 6504495 Patch 2 of 6 by carll · 9 years ago
- 808e082 Patch 1 of 6 by carll · 9 years ago
- 2a5ee00 Add news entry for bugzilla #349626 by bart · 9 years ago
- 6796d9e xen: Drop bogus port field from vki_xen_ioctl_evtchn_bind_virq by bart · 9 years ago
- 727c377 xen: Implement physdev_op and map_pirq by bart · 9 years ago
- 4b1ad96 xen: Implement the xsm_op hypercall by bart · 9 years ago
- e4d2c29 xen: syswrap XEN_SCHEDOP_remote_shutdown by bart · 9 years ago
- 62804b5 Follow-up for r15381 by bart · 9 years ago
- 4766ebd xen: Basic syswrap infrastructure for XEN_sched_op hypercalls by bart · 9 years ago
- 7253e7b xen: Implement memory map hypercalls by bart · 9 years ago
- 95b879a xen: syswrap XENMEM_machphys_compat_mfn_list by bart · 9 years ago
- bdfa4ee syswrap-xen.c: Make indentation consistent by bart · 9 years ago
- f38a8f0 xen: syswrap XEH_HVMOP_set_pci_intx_level by bart · 9 years ago
- d1388da xen: syswrap XEN_HVMOP_track_dirty_vram by bart · 9 years ago
- 174e8c4 xen: implement VKI_XEN_DOMCTL_irq_permission by bart · 9 years ago
- 6d2d093 xen: support for XEN_DOMCTL_iomem_permission by bart · 9 years ago
- c1e82ce xen: Handle XEN_DOMCTL_{test_assign,assign,deassign}_device by bart · 9 years ago
- ddbcb0b xen: Handle XEN_DOMCTL_SHADOW_OP_{GET,SET}_ALLOCATION by bart · 9 years ago
- 9058c85 xen: syswrap XEN_DOMCTL_pin_mem_cacheattr by bart · 9 years ago
- 2ca7830 xen: syswrap XEN_DOMCTL_[gs]et_vcpu_msrs by bart · 9 years ago
- 368c010 xen: syswrap XEN_DOMCTL_[gs]et_ext_vcpustate by bart · 9 years ago
- 7153923 xen: syswrap XEN_DOMCTL_setvcpuextstate by bart · 9 years ago
- fe4a29d xen: Fix XEN_DOMCTL_getvcpuextstate by bart · 9 years ago
- f853f56 xen: Add domctl interface version 0x0000000a by bart · 9 years ago
- 0364d0c xen: Add support for new sysctl and domctl interface versions by bart · 9 years ago
- f3407d1 xen: refactor the various "version not supported" messages into a single helper by bart · 9 years ago
- 11874c5 Partial update of OS X related 3_10_BUGSTATUS, due to resolved bug reports. by rhyskidd · 9 years ago
- 7f020f9 Set svn ignore on map_32bits regression test, added in r15341. by rhyskidd · 9 years ago
- e1aa596 Fix incorrect sizeof expression in syswrap-xen.c, reported by Coverity (#1233786) by rhyskidd · 9 years ago
- ad62bff Minor shuffling in Callgrind format doc by weidendo · 9 years ago
- b505597 Complete/Fix Callgrind format specification. by weidendo · 9 years ago
- da9420c Fix a comment. by florian · 9 years ago
- 3878e16 Beef up configury for the undefined behaviour sanitiser. by florian · 9 years ago
- 47a17e8 Fix two testcase builds so they work when linked against a VEX by florian · 9 years ago
- 03f0fc1 Filter 'New thread' lines by philippe · 9 years ago
- 03fc715 fbit_mask needs to be unsigned because it sometimes shifts a '1' by florian · 9 years ago
- 9b2ec0b Announce change in NEWS by philippe · 9 years ago
- da0a8cb 324181 mmap does not handle MAP_32BIT (handle it now, rather than fail it) by philippe · 9 years ago
- 4544de9 mips64: modify load_indexed_instructions test by petarj · 9 years ago
- e861956 Fix UNKNOWN task message [id 3410, to mach_task_self(), reply 0x........] (task_set_special_port) by rhyskidd · 9 years ago
- 25beafd Waiting for the release, the doc should better indicate it is a SVN version by philippe · 9 years ago
- d24dfd8 Fix UNKNOWN task message [id 3406, to mach_task_self(), reply 0x........] (task_set_info) by rhyskidd · 9 years ago
- ec3dc12 Update svn ignore propset on the folder none/tests/scripts. n-i-bz. by rhyskidd · 9 years ago
- 1a6714b add KVM_S390_MEMOP ioctl handling by cborntra · 9 years ago
- 1e6ed12 Fix 348949 Bogus "ERROR: --ignore-ranges: suspiciously large range" by philippe · 9 years ago
- 538cf30 Stick in -Werror when attempting to detect whether a compiler by florian · 9 years ago
- e1988aa Followup to r15323. Cannot use AC_GCC_WARNING_SUBST to detect by florian · 9 years ago
- 287dc99 Fix up a few not-in-alphabetical-order file names in file lists. by sewardj · 9 years ago
- 5bb5e55 Memcheck on multithreaded program fails with Assertion 'sizeof(UWord) == sizeof(UInt)' failed in m_syscall.c by rhyskidd · 9 years ago
- 34cba1b Fix undefined symbols for architecture x86_64: _global, referenced from: _test_so_global in tls_so-tls_so.o. bz#347982. by rhyskidd · 9 years ago
- c34167f Inline ensure_valid. This improves reading the debug info of big executables by philippe · 9 years ago
- 669b0f1 Announce fix for 345928 (amd64: callstack only contains current function for by philippe · 9 years ago