]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2011-09-27  Julian SewardAndroid: add wrappers for ashmem and binder ioctls...
2011-09-27  Julian SewardUn-break debuginfo image finding on non-Android Linuxes...
2011-09-27  Julian SewardAdd a facility for ad-hoc location of debuginfo files...
2011-09-27  Julian SewardML_(read_elf_debug_info): (no functional change, I...
2011-09-27  Julian SewardAndroid only: don't ignore zero-sized symbols, since...
2011-09-26  Julian Sewardarm_linux_android: intercept __dl_strcmp and __dl_strlen in
2011-09-26  Julian SewardInitial suppressions from Android 2.3.5 (on ARM).
2011-09-26  Julian SewardHeap profiler: reduce threshold at which a new profile...
2011-09-26  Julian SewardPretty up the debugging hack that allows printing of...
2011-09-26  Julian SewardRe-enable the use of loctab (line number table) trimmin...
2011-09-26  Julian Sewardrun_a_thread_NORETURN: add trashed-register annotations...
2011-09-26  Julian SewardPrint a slightly less useless failure message if VG_...
2011-09-26  Julian Sewardm_mallocfree.c: generalise 'reclaimSuperBlock' to also...
2011-09-26  Florian KrohmMake filter_helgrind executable. Should unbreak the...
2011-09-26  Florian KrohmChange the backtrace filtering machinery for the helgri...
2011-09-25  Florian KrohmRemove code duplication from the dispatchers. Keep...
2011-09-21  Julian SewardAdd initial support for Mac OS X 10.7 (Lion). Tracked...
2011-09-20  Julian SewardUn-break Darwin build following r12041 (creation of...
2011-09-20  Julian SewardA refactoring change; no functional effect. struct...
2011-09-20  Julian SewardGet rid of DebugInfo::memname, a hangover from the...
2011-09-19  Florian KrohmDisable sending diffs for the z900 build for now.
2011-09-18  Florian KrohmFix tc23_bogus_condwait.c testcase for s390x.
2011-09-17  Florian KrohmTweak s390x dispatcher. Using CG elminates two load...
2011-09-17  Florian KrohmDispatcher tweak. Saves ALU operation. Suggested by...
2011-09-17  Bart Van AsscheMake drd/drd_pthread_intercepts.c compile again on...
2011-09-13  Florian KrohmAdd exp files for s390x. GCC's use of the MVC insn...
2011-09-13  Florian KrohmFix the system call wrapper for the clone system call...
2011-09-12  Florian KrohmAdd an .exp for s390x. Certain older kernels had a...
2011-09-11  Florian KrohmThis testcase is sensitive to some sleep period. On...
2011-09-10  Florian KrohmAdd more .exp files for s390 due to GCC's use of the...
2011-09-10  Florian KrohmBack out r12026; instead add a new .exp file for s390x.
2011-09-10  Florian KrohmAdd config files for z900 nightly build
2011-09-10  Florian KrohmSensitivity fix. On slow machines (s390x z900) need...
2011-09-10  Florian KrohmFor s390x we also need to accept a reported size of 1.
2011-09-10  Julian SewardUpdate build instructions.
2011-09-10  Julian SewardML_(read_elf_debug_info): debug printing of program...
2011-09-10  Julian SewardML_(read_elf_debug_info): if we exit from this routine...
2011-09-10  Julian SewardAvoid excessive fragmentation in m_mallocfree by munmap...
2011-09-10  Julian SewardProperly preserve FP registers (and, more generally...
2011-09-10  Florian KrohmAdditional .exp file for s390x.
2011-09-09  Florian KrohmDisable testcase on s390x. Still hangs occasionally.
2011-09-09  Florian KrohmFix testcase for s390x. Provide implementation of XCHG_M_R.
2011-09-09  Florian KrohmAdd a prerequisite because drd/tests/annotate_smart_poi...
2011-09-09  Florian KrohmAdd config files for nightly s390 builds.
2011-09-08  Florian KrohmSupport CLCL and MVCL instructions. This is the non...
2011-09-06  Josef WeidendorferMake some vgdb interface to callgrind_control internal
2011-09-06  Josef WeidendorferAllow overriding not-supported auto-detected cache...
2011-09-06  Florian KrohmChange get_svn_revision to also work with older subvers...
2011-09-06  Julian SewardPrint the (pseudo-)soname when doing debug printing...
2011-09-05  Julian Seward* whitespace changes
2011-09-05  Julian SewardFor intercepts in libc and the dynamic linker (ld.so...
2011-09-05  Florian KrohmAvoid hanging on older s390x systems.
2011-09-05  Julian SewardAdd support for IBM Power ISA 2.06 -- stage 3 -- Test...
2011-09-05  Julian SewardAdd support for new primops added in vex r2199.
2011-09-02  Florian KrohmAdd support for s390x model z114. See also VEX r2198
2011-08-30  Bart Van Asschedrd: Yet another regression test reliability improvement.
2011-08-24  Bart Van Asschedrd: Avoid reporting false positive race reports inside...
2011-08-23  Dirk Muellerfix the suppressions to also match libc-2.XX.y.so
2011-08-23  Tom HughesMake a copy of any environment string we are going...
2011-08-23  Julian SewardFix link error for 32-bit build on OSX 10.7 (Lion)...
2011-08-22  Bart Van AsscheRemove the svn:executable property from a source file
2011-08-20  Julian SewardMake sure this gets built with -fomit-frame-pointer...
2011-08-20  Bart Van Asschememcheck/tests/linux/timerfd-syscall: Avoid failure...
2011-08-19  Florian KrohmAdd more info about cache sizes.
2011-08-19  Tom HughesMake callgrind report the detected cache configuration...
2011-08-19  Tom HughesReport the detected cache configuration with "-v -v...
2011-08-18  Julian SewardAdd a new simulation hint, --sim-hints=fuse-compatible...
2011-08-18  Julian Sewardx86-linux: don't add redirections for strchr/index...
2011-08-18  Julian SewardExtend the behavioural-equivalence-class mechanism...
2011-08-18  Tom HughesDon't compare src and dst to work out which direction...
2011-08-17  Julian SewardTemporary partial backout of r11911 (fix for #250101...
2011-08-17  Julian SewardRedirect memcpy@@GLIBC_2.14 differently from memcpy...
2011-08-17  Julian SewardImprovements to debug printing with -v -v. (Tom Hughes...
2011-08-16  Julian SewardUn-break the build on OSX following r11985.
2011-08-16  Julian SewardFix for #275284 (initial fix, at least). Will break...
2011-08-16  Julian SewardAdd more infrastructure to be used for fixing #275284...
2011-08-15  Tom HughesAdd missing break statements to example code. Fix to...
2011-08-15  Julian SewardUn-break the build on OSX following r11981 (Remove...
2011-08-15  Julian SewardRemove the assumption, in m_debuginfo, that each addres...
2011-08-15  Tom HughesAdd support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY...
2011-08-15  Tom HughesMention the --tool option in the manual page. Fixes...
2011-08-15  Tom HughesInclude the standard Fedora location in the list of...
2011-08-15  Tom HughesCorrect the calculation of the size of the node mask...
2011-08-14  Bart Van Asschememcheck/tests/sbfragment: Make this test pass on Darwin
2011-08-14  Bart Van AsscheFollow-up for r11971
2011-08-13  Florian KrohmComplain if invoked from the wrong directory or if...
2011-08-13  Tom HughesFix VKI_FIOQSIZE definition on ppc platforms.
2011-08-13  Bart Van Asschevgdb: Unlink pipes and mapped file before (re)creating...
2011-08-13  Bart Van AsscheUpdate expected output
2011-08-13  Bart Van Asschememcheck/tests/sbfragment.c: Only use mallinfo() if...
2011-08-12  Tom HughesAdd test for address size override prefixes for REP...
2011-08-12  Bart Van Asschedrd/tests/pth_barrier: Reduce stack usage
2011-08-12  Florian KrohmCheck return code of pthread_create and bail out if
2011-08-11  Florian KrohmNon-VEX changes to fix #275517.
2011-08-11  Tom HughesMake do_mremap only check new_addr for wraparound if...
2011-08-11  Florian KrohmDue to a kernel bug the siginfo struct was not filled...
2011-08-10  Tom HughesAdd support for the FIOQSIZE ioctl. Fixes #270320.
2011-08-10  Tom HughesAdd tests for XCHG AX, reg16 on amd64. Fixes #252695.
2011-08-10  Tom HughesWire up pselect6 on ppc32 and ppc64. Fixes #278078.
2011-08-10  Tom HughesSupport the F_GETPIPE_SZ and F_SETPIPE_SZ fcntl calls...
next