]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2014-08-17  Philippe WaroquiersThe attached patch cleanups the clo processing
2014-08-17  Julian Sewardarm64: enable test cases for
2014-08-17  Philippe WaroquiersAdd comments in getoff.c to clarify its intended usage.
2014-08-17  Julian SewardFix build problems on MacOSX pertaining to r14283.
2014-08-16  Philippe Waroquiers* Unbreak build on macos (and on other platforms) that...
2014-08-15  Carl Lovecreating the lind from none/tests/ppc64/round.c to...
2014-08-15  Carl LoveRemoving the file none/tests/ppc64/round.c so I can...
2014-08-15  Philippe WaroquiersSome cleanup post QGetTlsAddr commit
2014-08-15  Philippe Waroquiersfix 338160: Implement QGetTlsAddr query so that GDB...
2014-08-15  Julian SewardTrack vex r2924 (Renaming of Iop_QSalN*, Iop_QShlN...
2014-08-15  Julian Sewardarm64: enable test cases for:
2014-08-14  Florian KrohmChoose some floating point numbers that are hopefully...
2014-08-14  Carl LoveThis commit is an update to Bugzilla 334836
2014-08-14  Florian KrohmUpdate list of ignored files.
2014-08-14  Florian KrohmMake suppression more flexible.
2014-08-14  Julian SewardAdd a couple more OSX109 libc leak suppressions.
2014-08-14  Julian SewardUnbreak the MacOS port following recent r14273 (further...
2014-08-13  Philippe WaroquiersReduce memory needed for symbols, by having the tocptr...
2014-08-13  Florian KrohmRemove benign macro redefinition.
2014-08-13  Philippe WaroquiersFix some comments
2014-08-13  Julian SewardUnbreak the MacOS port following the recent ppc64le...
2014-08-12  Florian KrohmFollowup to r14264: Fix VG_(sysnum_string) for Darwin.
2014-08-12  Florian KrohmRemove function VG_(sysnum_string_extra) as it was...
2014-08-12  Bart Van Asschecoregrind/m_syswrap/priv_syswrap-xen.h: Add copyright...
2014-08-11  Florian KrohmCorrect a comment. We really should not specify the...
2014-08-11  Florian KrohmGive static variable function scope.
2014-08-11  Florian KrohmRemove unused and possibly incorrectly defined macro.
2014-08-11  Florian KrohmRemove unneeded include files.
2014-08-11  Julian Sewardarm64: enable test cases for:
2014-08-10  Philippe Waroquiersarm64 Improve fpsr gdbsrv handling.
2014-08-10  Bart Van Asschedrd/tests/free_is_write: Reduce stack usage
2014-08-09  Philippe Waroquiersarm64 does not implement fork syscall. Use clone instead
2014-08-09  Florian KrohmUse mkstemp_format in VG_(mkstemp). That way nothing...
2014-08-09  Florian KrohmFix type.
2014-08-09  Bart Van Asschedrd: Move VG_(getenv)("DRD_VERIFY_CONFLICT_SET")
2014-08-09  Bart Van Asschedrd/Testing.txt: Document how to run all regression...
2014-08-09  Philippe WaroquiersMark argument of VG_(mkstemp) as const.
2014-08-08  Carl LoveThis commit is for Bugzilla 334834.
2014-08-08  Philippe WaroquiersThis patch implements reading the directory information...
2014-08-08  Bart Van Asschedrd: Clear conflict set after fork (#338115)
2014-08-08  Bart Van Asschedrd/tests/threaded-fork-vcs: Add
2014-08-08  Bart Van Asschedrd: Add command-line option --verify-conflict-set
2014-08-08  Julian SewardAdd missing comment marker.
2014-08-07  Carl LoveThis commit is for Bugzilla 334836. The Bugzilla conta...
2014-08-07  Carl LoveThis commit is for Bugzilla 334834. The Bugzilla conta...
2014-08-07  Carl LoveThis commit is for Bugzilla 334384. The Bugzilla conta...
2014-08-06  Julian Sewardpre_mem_read_sockaddr: properly handle the NETLINK...
2014-08-05  Philippe Waroquiersfix 338024 inlined functions are not shown if DW_AT_ra...
2014-08-05  Christian Borntraegeradd support for VKI_BLKDISCARDZEROES
2014-08-05  Bart Van AsscheNEWS: Add #331829 (Unexpected ioctl opcode sign extension)
2014-08-05  Bart Van AsscheLinux: Add support for Lustre FID2PATH ioctl (#331829)
2014-08-05  Bart Van AsscheLinux system call wrappers: truncate ioctl request...
2014-08-04  Julian SewardEnable tests for: sq{r}dmulh (scalar vs elem, vector...
2014-07-31  Philippe WaroquiersAllow no debuginfo to be found when (trying to) produce...
2014-07-31  Philippe Waroquiersensure the regcache is in sync with the fpsr part VEX...
2014-07-31  Philippe Waroquierstake endianness into account in arm64 fpsr xfer,
2014-07-31  Philippe Waroquiersarm64: fix the conversion from/to VEX fpsr to/from...
2014-07-31  Philippe Waroquierscfsi_m_ix array should only be indexed according to...
2014-07-31  Julian SewardAdd support for stack unwinding using the ARM32 specifi...
2014-07-30  Philippe WaroquiersFix dangling ref in m_errormgr.c + report all uninit...
2014-07-30  Florian KrohmFix copyright years.
2014-07-29  Philippe WaroquiersAnnounce now in NEWS that now all locks are announced.
2014-07-29  Philippe WaroquiersHelgrind lock related error msg improvements.
2014-07-29  Florian KrohmBack out r14186 as it was identified to have caused...
2014-07-28  Petar Jovanovicfix comment when calling get_sym_name()
2014-07-27  Florian KrohmNo need to write the offset into a buffer when that
2014-07-27  Florian Krohmglibc 2.3.4 does not appear to define PTRACE_GETSIGINFO...
2014-07-26  Florian KrohmRemove two unneded include files.
2014-07-26  Florian KrohmFix a comment.
2014-07-26  Florian KrohmAdapt testcase so it can be compiled with GCC 3.4.6.
2014-07-26  Florian KrohmAdapt testcase so it can be compiled with GCC 3.4.6...
2014-07-25  Philippe WaroquiersHave m_addrinfo.c giving more details about an address...
2014-07-25  Florian KrohmAdd LIKELY as suggested by Philippe.
2014-07-24  Philippe WaroquiersSmall follow up to lock address description: now that...
2014-07-24  Florian KrohmRemove an unneeded function call.
2014-07-24  Philippe WaroquiersDescribe the lock address in a lock announcement message.
2014-07-24  Florian KrohmUpdate a comment so it won't need updating in the future.
2014-07-24  Florian KrohmChange VG_(strncpy_safely) to use VG_(strncpy) to get...
2014-07-24  Florian KrohmFactor out VG_(exit_now) to contain the syscall incanta...
2014-07-24  Julian SewardTrack vex r2910 (infrastructural improvements in repres...
2014-07-23  Philippe Waroquiersoptimise readpdb.c filename and dirname handling, follo...
2014-07-23  Tom HughesDocument fix of BZ#315199.
2014-07-23  Tom HughesOutput details for the faulting thread first in a core...
2014-07-22  Julian SewardEnable test cases for:
2014-07-21  Philippe WaroquiersAdd a new heuristic 'length64' to detect interior pointers
2014-07-21  Julian SewardTrack vex r2907, which amongst other things, renamed...
2014-07-21  Julian SewardEnable tests for: sqneg, {u,s}q{add,sub} (scalar),
2014-07-18  Mark WielaardAdd configure check for arm64 user_regs_struct.
2014-07-18  Philippe WaroquiersPatch adding (or showing the proper/not confusing)...
2014-07-17  Philippe WaroquiersSimplify the code to get the function entry + avoids...
2014-07-17  Mark WielaardOmit frame pointer also for main in ppc ldst_multiple...
2014-07-17  Mark Wielaardppc64 ifunc_wrapper add casts suggested by gcc warning.
2014-07-17  Philippe WaroquiersUnbreak ppc32 compilation (remove last usage of host_pp...
2014-07-16  Philippe WaroquiersFix name of the file in the header comment
2014-07-16  Florian KrohmUpdate list of ignored files.
2014-07-16  Florian KrohmAdd testcase from BZ #324149 which was forgotten in...
2014-07-15  Mark WielaardFix pointer qualifier discard warnings in memcheck...
2014-07-15  Philippe Waroquiersproduce cfsi and str dedup pa at the same verbosity...
2014-07-15  Mark WielaardBug 336619 valgrind --read-var-info=yes doesn't handle...
2014-07-15  Julian Sewardarm64: get_Dwarf_Reg: at least handle the case of reque...
next