- 6f3f859 Make the test (more) deterministic by having send_signal using by philippe · 11 years ago
- 41d3111 Improve the comments in the test by philippe · 11 years ago
- 90afa78 Due to timing problem, test was not properly testing. by philippe · 11 years ago
- 808584b For the ld.so redirections for arm32-linux, allow the soname by sewardj · 11 years ago
- 903e051 Enable sys_sendmmsg() on arm32. by sewardj · 11 years ago
- e1d591d Remove the 2 sed expressions that were trying to massage the by philippe · 11 years ago
- d719453 Too difficult to match the stacktrace of the last instruction by philippe · 11 years ago
- 2c89107 * Modify nlgone_exit so that it tests --vgdb-stop-at=startup,exit by philippe · 11 years ago
- b8ac5ac * Implement optimisation in storev8/16/64 similar to optimisations in storev32 by philippe · 11 years ago
- adfff76 * Factorise code between is_valid_for_client and is_valid_for_valgrind. by philippe · 11 years ago
- 17e76ec Cleanup some old leftover of AIX port + fix a comment by philippe · 11 years ago
- e4d7812 * New option --aspace-minaddr=<address> allows to (possibly) make by philippe · 11 years ago
- 180a750 - The option "--vgdb-stop-at=event1,event2,..." allows the user by philippe · 11 years ago
- a7d70b1 Reword/clarify the VG_(parse_enum_set) comment. by philippe · 11 years ago
- 0c2923f Factorise enum set parsing code by philippe · 11 years ago
- 4f6f336 Several improvements to (internal) statistics reporting about memory usage, by philippe · 11 years ago
- 6654de8 vgdb must not transmit signals when gdbserver has been ptrace-invoked. by philippe · 11 years ago
- f03d0b7 mips64: Add an extra case for mips64 in ML_(get_CFA). by dejanj · 11 years ago
- 05f3641 mips32: According to the glibc bug 5044 (https://sourceware.org/bugzilla/show_bug.cgi?id=5044) by dejanj · 11 years ago
- 85d4514 Make origin tracking work on arm64. by sewardj · 11 years ago
- 5d99813 Enable syscalls: by sewardj · 11 years ago
- 0abc419 mips32/64: According to DWARF version 4 in DW_TAG_structure_type we can by dejanj · 11 years ago
- fe0b433 mips32: Add an extra case for mips32 in ML_(get_CFA) in witch Valgrind will call by dejanj · 11 years ago
- 85e5990 Add tests for some variants of LD{1,2}/ST{1,2} that load or store two registers. by sewardj · 11 years ago
- 1092f19 Add tests for FCMEQ, FCMGE, FCMGT, FACGE, FACGT (reg-vs-reg variants only) by sewardj · 11 years ago
- 9a55e89 Fix a small typo in drd EXTRADIST Makefile.am file list for mips32 by philippe · 11 years ago
- fc6bbd3 mips32: Additional .exp files for mips32. by dejanj · 11 years ago
- eae3f03 mips32: Additional .exp file for mips32. by dejanj · 11 years ago
- c5fc866 Add client requests by sewardj · 11 years ago
- c32dd87 mips32: When we are accessing elements via double pointer MIPS compiler can by dejanj · 11 years ago
- 63eb989 drd: Add post-rwlock_init and pre-rwlock_destroy client requests (#332265) by bart · 11 years ago
- b3eae3e mips: Disable test on mips32/64 big-endian platforms. by dejanj · 11 years ago
- c29761f VG_(strlen) ( const HChar* str ) does not count the null terminator '\0' at the by dejanj · 11 years ago
- 263298b Update. by sewardj · 11 years ago
- 23ed630 Make Helgrind test cases build on arm64-linux. by sewardj · 11 years ago
- 4ad5efc drd: Fix pthread_rwlock_timed{rd,wr}lock intercepts (#332263) by bart · 11 years ago
- 35d91d9 drd/tests/atomic_var: Avoid that platform-specific code can trigger a false negative by bart · 11 years ago
- 91e1460 For arm64, implement macros CALL_FN_W_5W to CALL_FN_W_12W. by sewardj · 11 years ago
- f2d8663 strmem intercepts: Add mempcpy() intercepts for ld-linux on x86 by bart · 11 years ago
- 6a7ce26 Update for ARM fe fixes for 332037 and n-i-bz LDRD .. [PC, ] by sewardj · 11 years ago
- 1c540aa NEWS: Mention recently fixed DRD issues by bart · 11 years ago
- 8b07a12 NEWS: Mention recently fixed DRD issues by bart · 11 years ago
- caefb28 drd: Fix an assertion failure in the internal consistency check code (#332055) by bart · 11 years ago
- e3c808e Add vki/vki-*arm64-linux.h to include/Makefile.am nobase_pkginclude_HEADERS. by mjw · 11 years ago
- aeacd28 Make sure all files under the new shared dir are included in make dist. by mjw · 11 years ago
- ded468f Add vgdb.h to coregrind/Makefile.am noinst_HEADERS. by mjw · 11 years ago
- be25444 Add vki/vki-xen-tmem.h to include/Makefile.am nobase_pkginclude_HEADERS. by mjw · 11 years ago
- 62f0937 mips32/64: Fix some mips32 and mips64 definitions. by dejanj · 11 years ago
- 0895b09 coregrind/m_scheduler + drd: Rework r13862 by bart · 11 years ago
- 2bf4bb9 drd: Build fix for ENABLE_DRD_CONSISTENCY_CHECKS by bart · 11 years ago
- 38e1f35 coregrind/m_scheduler: Inform tools about thread ID while translating by bart · 11 years ago
- 78bc770 Enable sys_getpriority and sys_setpriority for ppc64. by mjw · 11 years ago
- c46e6cc Handle IROps introduced by the arm64 port: by sewardj · 11 years ago
- bb9b1b9 Supporting macros for function intercept and wrapping on arm64: by sewardj · 11 years ago
- 7aa6651 Replace strlen, index, strcmp in the AArch64 ld.so. (Why does it have by sewardj · 11 years ago
- 0f73047 Enable syscalls: sys_inotify_init1 sys_inotify_add_watch by sewardj · 11 years ago
- 01213b3 More test cases: xtn,xtn2 ushr 8h, 8h, #imm by sewardj · 11 years ago
- b5170b9 Enable the following syscalls: sys_eventfd2 sys_symlinkat sys_renameat by sewardj · 11 years ago
- 0652432 drd/tests/thread_namedrd/tests/thread_name: Ensure mutex address uniqueness (see also #331847) by bart · 11 years ago
- 43e28a8 drd/tests/sem_open: Change the semaphore name (#331839) by bart · 11 years ago
- 0c0793c mips32/mips64: Fix the problem with VKI_ENOSYS and VKI_EOVERFLOW for mips32/64. by dejanj · 11 years ago
- f8ee0df updated NEWS to state bug 329956 is fixed for the next release. by carll · 11 years ago
- d5c26f9 Add comprehensive testing for almost all supported load/store instructions. by sewardj · 11 years ago
- d11ed20 Enable sys_epoll_create1, sys_epoll_ctl, sys_epoll_pwait, sys_prctl. by sewardj · 11 years ago
- d89499b Add many test cases from arm64. by sewardj · 11 years ago
- 036c8a4 Update; document missing test cases. by sewardj · 11 years ago
- 94f53cb Add test cases for SIMD and FP instructions. by sewardj · 11 years ago
- 7a35989 Enable the following syscalls, which are needed to make regtests by sewardj · 11 years ago
- b1a628d Fixes form arm64-linux. by sewardj · 11 years ago
- 599cd7a Support arm64. by sewardj · 11 years ago
- c221218 wire up some more system calls on s390 by cborntra · 11 years ago
- da7e046 Fill in a (very) few cases for get_otrack_shadow_offset_wrk on arm64. by sewardj · 11 years ago
- e3c20b4 Enable a few more syscalls: by sewardj · 11 years ago
- df22202 mips32: Add tests for mips32 floating point compare instructions. by dejanj · 11 years ago
- 7e5a9c2 This fixes the shadow validity setup of SP,IA and FPC. The current by cborntra · 11 years ago
- 812e2f9 BZ#331380 cont. Don't crash if evp->sigev_notify is invalid. Fix scalar test. by mjw · 11 years ago
- 3995526 Handle IPv6 addresses when reporting open file descriptors. by tom · 11 years ago
- 40bb783 BZ#331380 Syscall param timer_create(evp) points to uninitialised byte(s) by mjw · 11 years ago
- 4ced797 Make SGCheck fail with a meaningful message on unsupported platforms. by florian · 11 years ago
- 85905b6 Announce bug fix for BZ #331305 by florian · 11 years ago
- 51b14ee Do not use == as it is not portable. Use = instead. by florian · 11 years ago
- 0bc560e Bump __VALGRIND_MINOR__ to catch up with the release. by florian · 11 years ago
- 62477d2 Avoid "let" which isn't portable. by florian · 11 years ago
- 28ae199 Accept glibc 2.19 as valid. by mjw · 11 years ago
- 987862c Fix incorrect include, spotted by mjw. by sewardj · 11 years ago
- 3690e68 Update. by sewardj · 11 years ago
- 29ac981 * fix a bug in sys_clone that was causing threads to hang at exit by sewardj · 11 years ago
- 2e1de02 memcheck/tests/Makefile.am include filter_dw4 in dist_noinst_SCRIPTS. by mjw · 11 years ago
- c8fa5cc Enable sys_ppoll, sys_kill, sys_socketpair. by sewardj · 11 years ago
- dbb328d arm64-linux: make restarting of syscalls interrupted by signals work by sewardj · 11 years ago
- ae082d8 First attempt at supporting sys_clone. by sewardj · 11 years ago
- 14857fd Make these buildable on arm64-linux. by sewardj · 11 years ago
- 417e103 Bug 331337 s390x WARNING: unhandled syscall: 326 (dup3) by mjw · 11 years ago
- 9c85e3f Removing fixed issue #326444 from the bug list by petarj · 11 years ago
- ccfc908 Remove those bugs that are already reported in NEWS as being by florian · 11 years ago
- 24f0c3a mips32: Support for 64bit FPU on MIPS32 platforms. by dejanj · 11 years ago
- 3e17274 Fix BZ #327212. Check for absolute path name at the end of by florian · 11 years ago
- f674e38 mips32/64: Remove default flags -mips32 and -mips64 from the Makefile.all.am. by dejanj · 11 years ago
- b0385bc Filter out differences in structure size by tom · 11 years ago
- 77a6631 Use pclose instead of fclose to close pipes opened with popen, which by tom · 11 years ago