]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2015-01-26  Rhys KiddDarwin14.supp should include suppression for known...
2015-01-26  Rhys KiddPartial fix for bz339745. Mac OS: Further progress...
2015-01-24  Florian KrohmFollowup to r14886. So it turned out that in m_addrinfo...
2015-01-24  Florian KrohmVG_(am_get_filename) returns a pointer to memory that...
2015-01-23  Florian KrohmMove comments next to the function prototypes they...
2015-01-23  Florian KrohmAdd function attributes.
2015-01-23  Julian SewardWrite proper wrappers for ioctls ION_IOC_ALLOC, ION_IOC...
2015-01-21  Florian KrohmFix an assert. Unbreak build on 32-bit platforms.
2015-01-20  Florian KrohmAdd an assert to check that we're getting the expected...
2015-01-20  Florian KrohmMinor tweaks:
2015-01-20  Florian KrohmAdd even more built-in functions for ICC.
2015-01-20  Julian SewardInitial trawl through bugs from 22 Nov 2014 to 20 Jan...
2015-01-20  Julian SewardImport the list of bugs fixed in 3.10.1 (apparently...
2015-01-20  Julian SewardPull in bugs opened after 22 Nov 2014.
2015-01-20  Julian SewardAdd some parentheses to keep gcc 5 (prerelease) from...
2015-01-19  Tom HughesHandle the memfd_create system call.
2015-01-15  Florian KrohmAdd more built-in functions for ICC.
2015-01-14  Rhys KiddRetroactive NEWS update for r14859, r14860 and r14861
2015-01-13  Florian KrohmExport VG_(discard_tranalsations_safely) to the tools...
2015-01-13  Mark WielaardBZ #342795 Internal glibc __GI_mempcpy call should...
2015-01-12  Rhys KiddAdd to svn ignore auxprogs/getoff-*-darwin files create...
2015-01-11  Rhys KiddAdd to svn ignore gdbserver_tests/*.dSYM intermediate...
2015-01-10  Florian KrohmTrack VEX r3063 (function prototype change).
2015-01-10  Florian KrohmThe size of an event check never depends on the endianess
2015-01-10  Florian KrohmRemove superfluous function call.
2015-01-09  Rhys KiddRe-enable building of manythreads and thread-exits...
2015-01-09  Rhys KiddDarwin13.supp should include suppression for known...
2015-01-09  Rhys KiddDarwin13.supp should include suppression for known...
2015-01-08  Florian KrohmComment only changes.
2015-01-08  Florian KrohmClean up a few leftovers from the AIX port which no...
2015-01-08  Florian KrohmAdd VG_(gettimeofday) such that callgrind can use it...
2015-01-08  Josef WeidendorferCallgrind: fix BB discarding
2015-01-07  Florian KrohmRemove the definitons of Ptr_to_ULong and ULong_to_Ptr.
2015-01-07  Florian KrohmWhen creating a log-file (xml or otherwise) give everybody
2015-01-07  Florian KrohmAdd command line option --max-connect=INT to allow...
2015-01-06  Carl LoveThe following two lines of code always convert the...
2015-01-06  Florian KrohmFix a typo.
2015-01-06  Philippe WaroquiersFix assert
2015-01-05  Carl LoveFixed missing ULL on constants per compiler warnings:
2015-01-05  Philippe WaroquiersSmall doc improvement: make more clear that --show...
2015-01-05  Florian KrohmFix compiler detection for ICC.
2015-01-05  Florian KrohmFix an incorrect truncation of an address value to...
2015-01-05  Philippe WaroquiersAvoid warning on Addr sp, unused on some platforms...
2015-01-04  Florian KrohmFix Makefile.am so it works for builds configured with
2015-01-04  Florian KrohmFix a compiler warning about an incompatible format.
2015-01-04  Philippe Waroquiers* Remove useless typedef and uses of Addr32 and Addr64...
2015-01-04  Florian KrohmChange most remaining use of Addr64 in coregrind and...
2015-01-04  Florian KrohmChange remaining use of Addr64 in the VEX API to Addr...
2015-01-04  Florian KrohmTyEnt::TyStOrUn::fieldRs is never NULL as VG_(newXA...
2015-01-02  Florian KrohmTrack the IMark changes in VEX r3055.
2015-01-02  Florian KrohmChange the IMark statement. The address is now type...
2015-01-02  Florian KrohmThe length of a disassemnled insn is always positive.
2015-01-02  Florian KrohmGive DisResult::continueAt Addr type.
2015-01-02  Florian KrohmTrack VEX r3052 (VexTranslateArgs::guest_bytes_addr...
2015-01-02  Florian KrohmMake VexTranslateArgs::guest_bytes_addr an Addr value...
2015-01-01  Florian KrohmRemove -Wcast-qual as it is already being added by...
2015-01-01  Florian KrohmSynch compiler flags with those in valgrind's Makefile...
2015-01-01  Florian KrohmAdd -std=gnu99 to the list of compile flags.
2014-12-31  Florian KrohmThe definition of type Addr has moved to VEX and
2014-12-31  Florian KrohmIt has long been assumed that host and guest architectures
2014-12-29  Florian KrohmImport offsetof and vg_alignof from VEX (tracking VEX...
2014-12-29  Florian KrohmAs a library, VEX should not export the offsetof and...
2014-12-29  Florian KrohmAdd a command line option to allow the user to provide...
2014-12-29  Florian KrohmAdd a missing header file.
2014-12-29  Florian KrohmChange a logging function to use SizeT (tracking VEX...
2014-12-29  Florian KrohmChange a few prototypes to use SizeT.
2014-12-29  Florian KrohmMove definition of type SizeT to VEX (see VEX r3046).
2014-12-29  Florian KrohmAdd type SizeT (moved here from valgrind's pub_tool_bas...
2014-12-29  Philippe WaroquiersFix 342221 - socket connect produce false positive...
2014-12-29  Florian KrohmRemove the type AddrH. The code assumes in many places...
2014-12-28  Philippe WaroquiersFix 341539 VG_(describe_addr) should not describe addre...
2014-12-28  Florian KrohmAvoid spurious warnings about white space following...
2014-12-24  Florian KrohmRemove a few dead assignments.
2014-12-24  Florian KrohmFix a few casts. A void * cannot be used to initialise...
2014-12-23  Florian KrohmElimnate two magic constants.
2014-12-23  Florian KrohmAudit a buffer.
2014-12-21  Philippe WaroquiersFix a typo, introduced when fixing a typo.
2014-12-21  Philippe WaroquiersFix typo
2014-12-21  Philippe WaroquiersFollow up to rev 14823: make errors when reporting...
2014-12-21  Philippe Waroquiers342063 wrong format specifier for test mcblocklistsear...
2014-12-20  Florian KrohmBuffer audit. Resize some.
2014-12-19  Florian KrohmBuffer audit. Resize a few.
2014-12-19  Florian KrohmFix a buffer overflow (in case read had returned 1000).
2014-12-17  Carl LoveThis commit fixes a redundant #if defined line. The...
2014-12-17  Philippe WaroquiersFix 341789 - aarch64: shmat fails with valgrind on...
2014-12-17  Florian KrohmRemove two fixed-size buffers in the dwarf readers.
2014-12-17  Florian KrohmJoin two #ifdefs, eliminating one.
2014-12-17  Florian KrohmFor s390 use symbolic register names.
2014-12-17  Florian KrohmAvoid compiler warnings on s390x.
2014-12-17  Florian KrohmComment change. Function vg_panic does not exist.
2014-12-17  Philippe WaroquiersFix 197259 Unsupported arch_prtctl PR_SET_GS option
2014-12-16  Philippe WaroquiersFix 197259 Unsupported arch_prtctl PR_SET_GS option
2014-12-16  Florian KrohmSimplify the VG_(get_filename_linenum) interface by...
2014-12-16  Florian KrohmAdd a clarifying comment.
2014-12-16  Florian KrohmRemove duplicate command line option.
2014-12-15  Florian KrohmUpdate tracking the file removal in VEX r3042.
2014-12-15  Florian KrohmRemove quote.txt and newline.txt as they are no longer...
2014-12-15  Florian KrohmTweak a format specifier. Remove a redundant assert.
2014-12-15  Florian KrohmMore constification.
2014-12-14  Florian KrohmRemove callgrind's percentify and commify functions...
next