]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2014-09-19  Philippe Waroquiersfix 339156 - gdbsrv not called for fatal signal
2014-09-18  Florian Krohmr14319 dropped adding -Wwrite-strings to the compile...
2014-09-18  Florian KrohmFix a few casts that dropped type qualifiers. As pointe...
2014-09-18  Florian KrohmRemove a few useless asserts after memory allocation.
2014-09-18  Florian KrohmRemove a few pointless asserts because the allocation...
2014-09-18  Florian KrohmEnable -Wcast-align globally.
2014-09-18  Mark WielaardOld STABS code is still being compiled, but never used...
2014-09-18  Bart Van AsscheDRD: Handle Imbe_CancelReservation properly (clrex...
2014-09-18  Bart Van Asschedrd/Makefile.am: Add -Wswitch-enum
2014-09-17  Philippe WaroquiersPrepare NEWS sections for the next release 3.11.0
2014-09-17  Florian KrohmFix type2index. It did not handle decimal floating...
2014-09-17  Carl LoveValgrind regression test fix for stfdpx instruction.
2014-09-16  Florian KrohmFix incorrect use of VG_(tool_panic). Adapt checker...
2014-09-16  Florian KrohmUpdate a comment
2014-09-15  Florian Krohmcoregrind files shall use vg_assert not tl_assert.
2014-09-15  Philippe WaroquiersFix leak that can happen in case of IO error between...
2014-09-15  Florian KrohmRemove a comment that is no longer valid. The real...
2014-09-15  Florian KrohmTidy up m_xarray.c.
2014-09-15  Florian KrohmDocument NULL-ness of the return value of the dedup...
2014-09-14  Florian KrohmDocument that VG_(newPA) and VG_(allocEltPA) never...
2014-09-14  Florian KrohmDocument that VG_(newRangeMap) never returns NULL.
2014-09-14  Florian KrohmTidy up m_wordfm.
2014-09-14  Florian KrohmML_(dinfo_zalloc/strdup) never return NULL. Remove...
2014-09-13  Florian KrohmDocument that VG_(newSWA) never returns NULL (because its
2014-09-13  Florian KrohmDocument the NULL-ness of the return values of HT_const...
2014-09-13  Florian KrohmTidy up m_oset.c
2014-09-13  Bart Van Asscheconfigure.ac: Generalize glibc version check
2014-09-13  Bart Van Asscheconfigure.ac: Generalize gcc / clang version check
2014-09-12  Florian KrohmVG_(malloc/calloc/strdup) never return NULL (and never...
2014-09-12  Florian KrohmFix a memory leak found by IBM's BEAM checker.
2014-09-12  Florian KrohmWhen piecing together the file name of a vgdb FIFO...
2014-09-12  Julian SewardRecord some bugs outstanding following 3.10.0.
2014-09-12  Julian SewardBump version on the trunk (--> 3.11.0.SVN).
2014-09-12  Julian SewardMerge r14514 from 3_10_BRANCH (--> 3.10.0)
2014-09-12  Julian SewardMerge r14513 from 3_10_BRANCH (Update docs w.r.t. status of
2014-09-11  Florian KrohmAdd a missing break as identified by IBM's BEAM checker.
2014-09-11  Florian KrohmRemove some unneded checks as identified by IBM's BEAM...
2014-09-11  Florian KrohmUse wrapper functions VG_(malloc) and friends consisten...
2014-09-11  Florian KrohmRename VG_(malloc_usable_size) to VG_(cli_malloc_usable...
2014-09-11  Philippe WaroquiersAvoid doing arithmetic with NULL
2014-09-10  Mark WielaardBug 338974 glibc 2.20 changed size of struct sigaction...
2014-09-10  Mark WielaardHandle gcc version 5.x.y.
2014-09-09  Philippe WaroquiersFix missing break in switch
2014-09-08  Mark WielaardAccept glibc 2.20 as valid.
2014-09-08  Philippe WaroquiersReplace wrong <../memcheck.h> by "../memcheck.h"
2014-09-08  Christian Borntraegeralso do unshare and pivot_root on s390x
2014-09-08  Petar Jovanovicmips32: mention MIPS32/Android as supported platform
2014-09-08  Julian SewardCreate 3_10_BUGSTATUS.txt.
2014-09-08  Julian SewardUpdate.
2014-09-08  Julian SewardAdd support for sys_pivot_root and sys_unshare. Patch...
2014-09-08  Petar Jovanovicupdate svn ignore lists
2014-09-08  Mark WielaardBug 338803 followup. Only print cross-CU warning when...
2014-09-08  Bart Van Asschedrd/tests: Follow-up for r14478 - make regression test...
2014-09-08  Petar Jovanovicmips64: use generic MK_(guess_and_register_stack)
2014-09-07  Julian SewardDisable default-yes setting of read-inline-info for...
2014-09-07  Julian SewardMore stack-end-semantics fixups for MacOS following...
2014-09-07  Philippe WaroquiersGo back to $test_dirs after each test run or tests...
2014-09-07  Philippe Waroquiersupdate callgrind and cachegrind filtering logic followi...
2014-09-06  Florian KrohmDo not modify a character string that could be a readonly
2014-09-06  Mark Wielaardreadstabs.c: Don't include a.out.h, just define the...
2014-09-06  Mark Wielaardnightly: source is a bashism, use '.' instead
2014-09-06  Mark Wielaardnightly: Try harder to get vendor stuff.
2014-09-06  Mark Wielaardnightly: Try even more locations for finding glibc.
2014-09-06  Julian SewardAvoid a compiler warning about int-to-ptr casting.
2014-09-06  Julian SewardRename "--kernel-variant=android-emulator-no-hw-tls" to
2014-09-06  Bart Van Asschedrd: Make regression test output independent of --read...
2014-09-06  Bart Van Asschedrd/docs/drd-manual.xml: Remove a redundant phrase.
2014-09-06  Philippe WaroquiersPartial bypass for 338803 Handling of dwz debug alt...
2014-09-05  Philippe WaroquiersFix 338698 race condition between gdbsrv and vgdb...
2014-09-05  Mark WielaardAlways check crc in open_debug_file for now. Bug #33879...
2014-09-05  Julian SewardImproved argument checking for sys_kcmp. Derived from...
2014-09-05  Julian Sewardevh__new_mem_heap: get rid of pointless conditional...
2014-09-05  Julian SewardBe more careful to separate build flags for the preload...
2014-09-05  Florian KrohmFix function prototype as pointed out by clang.
2014-09-05  Julian Sewardmaybe_tweak_LLc: generalise this so that it can mash...
2014-09-05  Florian KrohmThe purpose of the test is to see whether the exported...
2014-09-05  Florian KrohmFix most clang warnings.
2014-09-05  Carl LoveThe update fixes a format issue in the PPC test
2014-09-05  Florian KrohmMove the endianess test for ppc64 to the correct place.
2014-09-05  Mark WielaardBug 338791 Handle debug alt dwz files that are relative...
2014-09-05  Florian KrohmMake sure valgrind builds with clang 3.5.0
2014-09-05  Julian SewardRemove unneeded variable.
2014-09-04  Christian Borntraegeradd more system call numbers for s390. While we are...
2014-09-04  Florian KrohmRevert an accidentally checked in change.
2014-09-04  Florian KrohmAdd a few more tasks to consider.
2014-09-04  Julian Sewardarm64: enable test cases for str bN, [reg, reg etc...
2014-09-04  Julian SewardFix off-by-one error in size of coredumps. Patch from...
2014-09-04  Julian Sewardarm64-linux: enable sys_mlock, sys_mlockall. Fixes...
2014-09-04  Julian SewardPatch adding support for V4L2/media ioctls. Patch...
2014-09-04  Julian SewardAdd Xen 4.4 evtchn ioctl wrappers. Patch from Antony...
2014-09-04  Julian SewardAdd support for Xen hypercalls used by libvmi. Patch...
2014-09-04  Julian SewardAdd support for ppc32 syscalls used by uClibc. Patch...
2014-09-04  Julian SewardAdd support for sys_kcmp. Patch from Chris Jones
2014-09-04  Julian SewardRemove accidentally committed bit of text.
2014-09-04  Petar Jovanovicmips64: add tests for Cavium BBIT0 and BBIT1
2014-09-03  Julian SewardDocument the new --kernel-variant options committed...
2014-09-03  Julian SewardSlightly change the help text for some options that...
2014-09-03  Mark Wielaardreaddwarf3.c: Improve error message on bad DW_FORM_GNU_...
2014-09-03  Mark Wielaardnightly/bin/nightly: Handle libc.so being in /lib or...
2014-09-03  Florian KrohmAdd std_thread2.supp to the tarball.
next