]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2014-11-10  Julian SewardMacOSX 10.10: Resolve "UNKNOWN attrlist flags 0:0x10000...
2014-11-09  Florian KrohmFix a bug spotted by IBM's BEAM checker in VG_(describe...
2014-11-09  Florian KrohmChange VG_(mkstemp) such that
2014-11-09  Tom HughesUpdate system call lists.
2014-11-07  Philippe WaroquiersComment only changes.
2014-11-07  Julian SewardAdd some Mac OSX 10.10 specific wrappers.
2014-11-07  Julian SewardEnable suppressions for zlib false positives on OSX...
2014-11-07  Julian SewardAdd a no-op wrapper for a new-in-10.10 syscall: getattr...
2014-11-06  Florian KrohmMerge revisions 14366 and 14367 from the BUF_REMOVAL...
2014-11-06  Florian KrohmMerge revisions 14344 and 14345 from the BUF_REMOVAL...
2014-11-06  Julian SewardAdds initial support for new syscalls on MacOS X 10...
2014-11-06  Julian SewardOn MacOS X 10.10, when postprocessing tool executables...
2014-11-06  Julian SewardOn MacOS X 10.10, provide a dummy definition for vouche...
2014-11-06  Julian SewardBuild system changes to enable building on MacOS X...
2014-11-05  Julian SewardFix symbol name typo (correct: DARWIN_VERS wrong:...
2014-11-05  Josef WeidendorferCompile (arm). Fix typo from r14664
2014-11-05  Julian SewardBack out the darwin-specific part of r14683, since...
2014-11-04  Philippe WaroquiersUnmask all signals in vgdb, as the process that launche...
2014-11-04  Julian SewardAdds initial support for AArch64 (arm64) on Android...
2014-11-04  Julian SewardPRE(sys_openat): when checking whether ARG1 == VKI_AT_F...
2014-11-04  Mark WielaardBug 340632 arm64: unhandled instruction fcvtas
2014-11-04  Florian KrohmMerge r14339 from BUF_REMOVAL branch to trunk.
2014-11-04  Mark WielaardBug 340630 arm64: fchmod (52) and fchown (55) syscalls...
2014-11-03  Florian KrohmMerge r14308 from the BUF_REMOVAL branch to trunk
2014-11-03  Julian SewardAdd tests for all SIMD FP instructions, except int...
2014-11-01  Philippe Waroquiersfix 338995 shmat with hugepages (SHM_HUGETLB) fails...
2014-11-01  Philippe WaroquiersFix 333051 mmap of huge pages fails due to incorrect...
2014-11-01  Julian SewardRearrange the test case generators to be exactly in...
2014-10-31  Julian SewardUpdate.
2014-10-31  Julian SewardAdd test cases and expected outputs for
2014-10-30  Florian KrohmMerge revisions 14222, 14268, and 14270 from the BUF_RE...
2014-10-30  Julian SewardBug 340236 - 4 unhandled syscalls on aarch64/arm64:
2014-10-30  Julian SewardBug 340028 - unhandled syscalls for arm64 (msync, pread...
2014-10-30  Julian SewardBug 339940 - (arm64/aarch64) unhandled syscall: 83...
2014-10-29  Florian KrohmConfigury and Makefile tweaks to support compilation...
2014-10-29  Florian KrohmNew file m_compiler.c
2014-10-28  Florian KrohmMerge revision 14309 from BUF_REMOVAL branch to trunk.
2014-10-28  Florian KrohmWhen traversing VG_(args_for_client) there is no need...
2014-10-28  Florian KrohmFix some grammatical weirness which was reported in...
2014-10-27  Florian KrohmMerge revisions 14356-14358 from the BUF_REMOVAL branch...
2014-10-27  Florian KrohmMerge revisions 14255, 14293, and 14294 from the BUF_RE...
2014-10-27  Julian SewardEnable test cases for
2014-10-26  Florian KrohmMerge r14289 from the BUF_REMOVAL branch to trunk.
2014-10-26  Florian KrohmMerge r14288 from the BUF_REMOVAL branch to trunk.
2014-10-25  Florian KrohmMerge r14202 from the BUF_REMOVAL branch to trunk.
2014-10-24  Florian KrohmUse AC_GCC_WARNING_COND to figure out whether the compiler
2014-10-23  Julian SewardAdd --resync-filter to the --help output.
2014-10-23  Julian SewardDarwin only: add a filter mechanism that aims to remove...
2014-10-23  Julian SewardEnable reading of Dwarf2 frame-unwind info on MacOS...
2014-10-23  Florian Krohm2 pints later: more coregrind constification.
2014-10-23  Julian SewardAdd a bit of casting to avoid a compiler warning follow...
2014-10-23  Florian KrohmFollowup to r14656. Fix compile problem on Darwin.
2014-10-22  Florian KrohmConstify coregrind.
2014-10-22  Florian KrohmConstify a variable.
2014-10-22  Florian KrohmChange VG_(allocEltDedupPA) to return a pointer to...
2014-10-22  Julian SewardAdd test cases for all known arm64 load/store instructions.
2014-10-22  Florian KrohmEnable -Wcast-qual when compiling the valgrind source.
2014-10-22  Florian KrohmChange the return type of the replacement function...
2014-10-22  Florian KrohmChange the initialisation of the newly allocated struct...
2014-10-22  Florian KrohmFollowup to r14646. The symbol TIOCSIG is not necessari...
2014-10-22  Florian KrohmUpdate list of ignored files.
2014-10-21  Florian KrohmRewritten to avoid cast that drops const qualification.
2014-10-21  Florian KrohmAdd support for ioctl(fd, TIOCSIG, signal_number) which...
2014-10-20  Florian KrohmFix BZ 339789. /bin/true does not exist on Darwin.
2014-10-20  Florian KrohmFix the prerequisite of the none/tests/rlimit64_nofile...
2014-10-20  Florian KrohmFix some testcases which implicitly assumed that TMPDIR...
2014-10-20  Florian KrohmConstify the tool interface.
2014-10-18  Florian KrohmConstify.
2014-10-18  Florian KrohmConstify m_oset, m_sparsewa, and m_wordfm.
2014-10-18  Florian KrohmChange the definition of VgHashTable to not have pointe...
2014-10-17  Florian KrohmRewrite print_file_vars such that it does not modify its
2014-10-17  Florian KrohmRemove some dead code.
2014-10-17  Julian Seward_thread_suspend: hold on to the lock when suspending...
2014-10-17  Julian SewardAdd intercepts on MacOS 10.9 for
2014-10-17  Julian Seward-Wmissing-enum seems to have arrived at the MacOS build...
2014-10-15  Florian KrohmRemove unused variable VG_(clo_require_text_symbol).
2014-10-15  Julian Sewarddi_notify_ACHIEVE_ACCEPT_STATE: before starting to...
2014-10-15  Julian SewardEnable sys_fadvise64_64 on arm32.
2014-10-14  Florian KrohmMerge revisions 14220, 14221, and 15629 from BUF_REMOVA...
2014-10-14  Florian KrohmMerge revisions 14210 and 14626 from the BUF_REMOVAL...
2014-10-14  Julian SewardUpdate.
2014-10-13  Florian KrohmInline function definitions must not refer to objects...
2014-10-13  Julian SewardModify the compiler detection test so as to accept...
2014-10-12  Julian SewardHide .version directives in assembly code on Mac, since...
2014-10-12  Julian SewardFix the thread-name facility and associated test on...
2014-10-11  Mark WielaardBug 339858 arm64 dmb sy not implemented NEWS entry.
2014-10-11  Julian SewardUpdate.
2014-10-11  Florian KrohmChange eq_Invar to handle all kinds of InVars.
2014-10-11  Julian SewardHandle (by ignoring) Imbe_CancelReservation. Detected...
2014-10-10  Mark WielaardBug 339855 arm64 unhandled getsid/setsid syscalls.
2014-10-10  Mark WielaardBug 339853 arm64 times syscall unknown.
2014-10-09  Florian KrohmForgotten mergeinfo update.
2014-10-09  Florian KrohmMerge revisions 14213 and 14612 from the BUF_REMOVAL...
2014-10-09  Florian KrohmUse __typeof__.
2014-10-07  Philippe WaroquiersAdd two gnu extensions DW_AT definition and tracing
2014-10-07  Philippe Waroquiersfollow up to fix for 339721 assertion 'check_sibling...
2014-10-07  Florian KrohmMerge revisions 14372 and 14607 from the BUF_REMOVAL...
2014-10-07  Florian KrohmUpdate mergeinfo. r14606 wasn't a proper svn merge...
2014-10-07  Florian KrohmMerge revisions 14230, 14602, and 14604 from the BUF_RE...
2014-10-06  Philippe WaroquiersIndicate the fix for 339721 is only partial
next