]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2015-08-25  Philippe WaroquiersFix a leak of the abbrev hash table when --read-var...
2015-08-25  Mark WielaardAdd safe-pthread.h to helgrind/tests/Makefile.am noinst...
2015-08-24  Tom HughesUse sigjmp_buf
2015-08-24  Tom HughesRestore signal masks when recovering from xend related...
2015-08-23  Philippe WaroquiersUse memset + assign to VgdbShared, to avoid memcheck...
2015-08-23  Rhys Kidddocs: env variable handling behaviour consistent betwee...
2015-08-23  Rhys KiddPreliminary support for OS X 10.11 (El Capitan) documen...
2015-08-22  Ivo RaisrDistinguish properly when to establish the client data...
2015-08-21  Philippe WaroquiersFix warning signed unsigned comparison in m_oset.c :
2015-08-21  Philippe WaroquiersUse VG_(arena_memalign) for thread array rather than...
2015-08-21  Julian SewardUpdate.
2015-08-21  Julian SewardBug 346185 - Fix typo saving altivec register v24.
2015-08-21  Julian SewardMore copyright date changes for 2015 (fallout from...
2015-08-21  Julian SewardUpdate copyright dates, to include 2015. No functional...
2015-08-21  Julian SewardRemove non-ASCII characters from this file. No functio...
2015-08-21  Julian SewardUpdate.
2015-08-20  Florian KrohmWhen scanning the statement list for bogus literals we
2015-08-20  Florian KrohmFix incorrect header guard. Reported by giacomopoz...
2015-08-20  Ivo RaisrInitial data (brk) segment is setup on demand, when...
2015-08-20  Ivo RaisrFollow-up fix for r15565.
2015-08-19  Mark WielaardAlso install sigsegv handler in safe-pthread tests...
2015-08-19  Rhys KiddFollow-up fix for r15565: sa_restorer should not be...
2015-08-19  Florian KrohmFix comparison in function VG_(iseqsigset).
2015-08-19  Tom HughesInstall the SIGILL handler everywhere so we get consistent
2015-08-18  Mark WielaardHandle (unwanted) line number info in filter_defcfaexpr.
2015-08-18  Tom HughesAttempt to work around issues with xend being executed...
2015-08-18  Julian SewardFix a second format string error observed whilst buildi...
2015-08-17  Julian SewardFix a format string error observed whilst building...
2015-08-17  Ivo RaisrRuntime linker ld.so.1 can be now run under Valgrind...
2015-08-17  Mark WielaardAdd bug338606 testfile to none/tests/scripts/Makefile...
2015-08-17  Julian SewardUpdate.
2015-08-17  Julian SewardAdd test cases for VCVT.{S,U}32.F32, S[n], S[n], #imm.
2015-08-16  Julian Sewardarm32: make sure we actually generate real 64-bit loads...
2015-08-16  Julian SewardEnable building of ARMv8 crypto instruction tests,...
2015-08-16  Julian SewardFix format string confusion that was somehow related...
2015-08-16  Julian SewardAdd test cases for PRFM (register). Pertains to #345177.
2015-08-15  Ivo RaisrUpdate script solaris/build_solaris_package to take...
2015-08-15  Rhys KiddIncrease test coverage on OS X, by re-enabling the...
2015-08-15  Rhys KiddPreliminary OS X memalign() shim work, although this...
2015-08-15  Rhys KiddIncrease test coverage on OS X, by re-enabling the...
2015-08-15  Rhys KiddIncrease test coverage on OS X, by re-enabling the...
2015-08-15  Rhys KiddIncrease test coverage on OS X, by re-enabling the...
2015-08-15  Rhys KiddPlumb through memalign16() rather than having four...
2015-08-15  Rhys KiddUpdate for VEX r3173.
2015-08-15  Rhys KiddAdd regression test for bz#350062 - vex x86->IR: unhand...
2015-08-14  Ivo RaisrNewer Solaris has added /proc/self/cmdline and /proc...
2015-08-14  Julian SewardBug 348345 - Assertion fails for negative lineno
2015-08-14  Julian SewardUpdate.
2015-08-14  Julian Seward345338 - TIOCGSERIAL and TIOCSSERIAL ioctl support...
2015-08-14  Julian SewardBug 349034 - Add Lustre ioctls LL_IOC_GROUP_LOCK and...
2015-08-13  Philippe WaroquiersFix 350202 - Add limited param to 'monitor block_list'
2015-08-13  Philippe WaroquiersRemove 343173 helgrind crash during stack unwind from...
2015-08-13  Florian KrohmImprove mmap MAP_HUGETLB support.
2015-08-13  Julian SewardBug 339563 - The DVB demux DMX_STOP ioctl doesn't have...
2015-08-13  Julian Sewarddo_cmpxchg8b(): fix incorrect inline assembly (wrong...
2015-08-13  Julian SewardAdd test cases for PCMPxSTRx case 0x18.
2015-08-13  Julian SewardAdd test cases for PCMPxSTRx case 0x42.
2015-08-13  Julian SewardUpdate following amd64 AVX front end fixes.
2015-08-13  Julian SewardAdd test cases for missing AVX VCMPPD/VCMPPS cases.
2015-08-13  Florian KrohmWrite a SysRes value as an unsigned number.
2015-08-12  Ivo RaisrFix the regression from r15518 which broke builds
2015-08-12  Julian SewardUpdate.
2015-08-12  Rhys KiddProperly guard memcheck/tests/amd64/xsave-avx. This...
2015-08-12  Rhys KiddFix svn propset for memcheck/tests/amd64/xsave-avx...
2015-08-12  Bart Van Asschevalgrind.h: Suppress client request code generation...
2015-08-12  Florian KrohmFix clobber.
2015-08-12  Julian SewardAdd test cases for AVX XSAVE and XRSTOR instructions.
2015-08-12  Julian SewardEnhance VG_(machine_get_hwcaps) to check enough stuff...
2015-08-12  Julian SewardHandle new ILGop_IdentV128 introduced by vex r3169.
2015-08-12  Julian SewardRemove extraneous "-x" which I suspect is debugging...
2015-08-11  Florian KrohmFor those testcases that crash one way or another
2015-08-11  Florian KrohmIn filter_stderr_basic do not remove lines beginning...
2015-08-11  Ivo RaisrAdd support for repository cache protocol version 26.
2015-08-09  Mark WielaardBug #351140 arm64 syscalls setuid (146) and setresgid...
2015-08-09  Florian KrohmWhen profiling memory events in memcheck, event counts...
2015-08-09  Florian KrohmConsistently use exit code 1 (== POSIX's EXIT_FAILURE...
2015-08-09  Florian KrohmFix a few function declarations.
2015-08-09  Philippe WaroquiersRemove duplicate definition ofVALGRIND_HG_ENABLE_CHECKI...
2015-08-09  Florian KrohmFix another GCC 5.1 warning.
2015-08-09  Florian KrohmFix build breakage introduced in r15510.
2015-08-08  Florian KrohmFix printf format inconsistencies as pointed out by...
2015-08-08  Florian KrohmSimplify the build script a lot by using the download_p...
2015-08-08  Florian KrohmFix two more format inconsistencies found on s390....
2015-08-08  Florian KrohmInitial checkin
2015-08-08  Ivo RaisrDocument another limitation of the Solaris port
2015-08-07  Zhi-Gang LiuDisable gdb XML file for TileGX
2015-08-06  Philippe WaroquiersEnsure gdbserver_tests/mcbreak.vgtest works with gcc 4.9
2015-08-06  Florian KrohmFix printf format inconsistencies as pointed out by...
2015-08-06  Florian KrohmAs per discussion with Julian comment out some dead...
2015-08-06  Florian KrohmFix printf format inconsistencies as pointed out by...
2015-08-05  Florian KrohmFix printf format inconsistencies as pointed out by...
2015-08-05  Florian KrohmFix printf format inconsistencies as pointed out by...
2015-08-05  Florian KrohmFix printf format inconsistencies as pointed out by...
2015-08-05  Philippe Waroquiers(try to) avoid tc09_bad_unlock random failure
2015-08-05  Philippe WaroquiersFix typo: add missing space between $(AM_CFLAGS) and...
2015-08-05  Florian KrohmFix printf format inconsistencies as pointed out by...
2015-08-05  Florian KrohmFix printf format inconsistencies as pointed out by...
2015-08-05  Florian KrohmAdd a comment.
2015-08-05  Florian KrohmThe number of elements in a RangeMap cannot be negative.
2015-08-05  Florian KrohmThe number of elements in an OSet cannot be negative.
next