]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2023-03-28  Nicholas NethercoteRewrite `cg_merge` in Python.
2023-03-28  Nicholas NethercoteRewrite `cg_diff` in Python.
2023-03-27  Nicholas NethercoteRename `ann-diff` test as `ann-diff1`.
2023-03-26  Nicholas NethercoteMake section formatting more consistent.
2023-03-26  Nicholas NethercoteRename a bunch of `cg_annotate` test files.
2023-03-26  Paul FloydSolaris: improve syscall trace for sysfs
2023-03-26  Paul FloydRegtest: put back a glibc version ofr memalign_args...
2023-03-26  Paul FloydRegtest: add a filter for aligned alloc uninit args...
2023-03-26  Paul FloydSolaris: format warnings in syswrap functions
2023-03-25  Paul FloydRegtest: clean aligned alloc tests on FreeBSD x86
2023-03-23  Nicholas NethercoteAdd more annotated/unannotated lines at the end.
2023-03-23  Nicholas NethercoteChange `Threshold:` to `Thresholds:`.
2023-03-23  Nicholas NethercoteJust use one decimal place for all percentages.
2023-03-23  Nicholas NethercoteImprove formatting of percentage columns.
2023-03-22  Nicholas NethercoteMake `cg_annotate` work with Python 3.9, by avoiding...
2023-03-22  Paul FloydMake cg_annotate independent of python3 install location
2023-03-22  Mark Wielaardcachegrind/tests/Makefile.am EXTRA_DIST add ann3.{...
2023-03-21  Nicholas NethercoteRewrite `cg_annotate` in Python.
2023-03-21  Paul FloydSolaris: fix build, another aligned alloc typo
2023-03-17  Paul FloydBug 467482 - Build failure on aarch64 Alpine
2023-03-12  Paul Floydcoverity: a couple of potential buffer overruns
2023-03-12  Paul Floydcoverity: printf args format mismatch
2023-03-12  Paul Floydcoverity: copy paste error
2023-03-12  Paul FloydFreeBSD: fix a syswrap compiler warning
2023-03-12  Paul Floydregtest: add an s390 expected for sized_aligned_new_del...
2023-03-11  Paul Floyddoc: Add asan equivalent to --realloc-zero-bytes-frees...
2023-03-11  Paul FloydRefactor: reorder a few structs to make them more compact
2023-03-11  Paul Floydregtest: update one expected after fixing realloc_size_...
2023-03-11  Paul Floydregtest: build failure on Linux ppc64le, missing header
2023-03-10  Paul FloydBug 436413 - Warn about realloc of size zero
2023-03-10  Paul FloydRename memcheck/tests/sized_aligned_new_delete_args...
2023-03-10  Paul Floyddarwin regtest: fix unused variable warning
2023-03-10  Paul FloydMised one aligned alloc wrapper on Linux
2023-03-09  Paul FloydMalloc replacements: add some C++14/17 comments
2023-03-09  Paul Floydregtest: try to fix bad merge of memalign_args expected...
2023-03-09  Paul Floydregtest: update sized_aligned_new_delete_args expected
2023-03-08  Paul FloydMake operator new aligned more like the standalone...
2023-03-08  Paul Floydregtest: add an arm expected for memalign_args
2023-03-08  Paul Floydregtest: fix warning in memalign_args and add debug...
2023-03-07  Paul Floydauxchecks: fix building on FreeBSD
2023-03-07  Paul FloydFix compile failure on Linux
2023-03-07  Paul FloydAdd 32bit version of sized_aligned_new_delete_args...
2023-03-07  Paul FloydAdd checks to all new / delete overload arguments
2023-03-07  Paul Floydauxchecks: use outer configure make and compilers
2023-03-06  Paul FloydBug 466104 - aligned_alloc problems, part 1
2023-03-05  Paul FloydLinux musl: fix code refactor that missed one usage
2023-03-05  Paul FloydDarwin regtest: again, forgot to delete errno
2023-03-05  Paul FloydDarwin regtest: remove test that aligned_alloc fails...
2023-03-05  Paul FloydLinux musl: one more iteration for aligned_alloc, asser...
2023-03-05  Paul FloydLinux musl: corrections for aligned_alloc test
2023-03-05  Paul FloydFix a compiler warning
2023-03-05  Paul FloydLinux musl: alligned_alloc accepts alignment of zero
2023-03-05  Paul FloydSolaris regtest: final iteration for aligned_alloc
2023-03-05  Paul FloydSolaris: bump alignment to next power of two for aligne...
2023-03-05  Paul FloydSolaris: copy paste error in alignment check for aligne...
2023-03-05  Paul FloydSolaris: adapt to aligned_alloc only enforcing a multip...
2023-03-05  Paul FloydMake aligned_alloc behave more like the underlying...
2023-03-05  Paul FloydBug 449309 - Missing loopback device ioctl(s)
2023-03-01  Paul FloydLinux PPC regtest: forgot to add the new expected
2023-03-01  Paul FloydLinux PPC regtest: add a specific expected for memalign...
2023-03-01  Paul FloydDarwin regtest: no malloc.h header on Darwin
2023-02-28  Paul FloydTypo in comment
2023-02-28  Paul FloydFix Darwin compilation
2023-02-28  Paul FloydBug 445743 - "The impossible happened: mutex is locked...
2023-02-28  Paul FloydRemove unused helgrind expected
2023-02-28  Paul FloydChange behaviour of posix_memalign for Solaris
2023-02-28  Paul FloydPut back Darwin zone memalign
2023-02-28  Paul FloydMake memalign behave more like the underlying platform...
2023-02-25  Paul FloydAnd here is the updated expected for FreeBSD scalar...
2023-02-25  Paul FloydFreeBSD mknodat syscall dev arg is 64bits so the syscal...
2023-02-25  Paul FloydSmall update to FreeBSD x86 scalar expected
2023-02-25  Paul FloydFreeBSD: make rfork() fail more gracefully
2023-02-24  Paul Floydbug465435 - m_libcfile.c:66 (vgPlain_safe_fd): Assertio...
2023-02-23  Paul FloydOne small typo
2023-02-21  Paul Floydmusl regtest : fix warnings and badly initialized struc...
2023-02-21  Paul FloydTry to correct configure script for warning flags with...
2023-02-21  Paul Floydmusl: fix a couple of warnings
2023-02-19  Paul Floydregtest: remove compiler warnings with clang
2023-02-17  Paul FloydDRD aarch64: Add some suppressions for DRD libstdc++
2023-02-16  Mark WielaardREADME_DEVELOPERS: Explain how to set VALGRIND_LIB...
2023-02-08  Paul FloydDarwin: try to fix assert in DRD
2023-02-05  Paul FloydRegtest: rationalize filters for new/delete
2023-02-05  Paul FloydDarwin regtest: add filtering for zone functions and...
2023-02-04  Paul FloydDRD regtest: try to make timed_mutex more reliable
2023-02-03  Paul FloydDRD regtest: try to make timed_mutex more reliable
2023-02-03  Paul FloydDRD regtesat: update suppression file for std_threads2
2023-02-03  Paul FloydFreeBSD: fix internal sysctlbyname
2023-02-03  Paul FloydRegtest: foix warning from drd test pth_mutex_signal.c
2023-02-02  Paul FloydFreeBSD: improve internal syscallbyname
2023-02-02  Paul FloydGDB regtest: add filter for gdb python load, RHEL 7...
2023-02-01  Mark WielaardAdd valgrind-monitor[-def].py to EXTRA_DIST
2023-02-01  Paul FloydFreeBSD: cleanup launcher
2023-02-01  Paul FloydPack Lackey Event structure
2023-01-31  Paul FloydFreeBSD: cleanup and refactor syscalls readlink and...
2023-01-30  Paul FloydRemove warning caused by D demangle testcase
2023-01-30  Mark Wielaardbug464969_d_demangle.cpp: Always print "Xa"
2023-01-29  Bart Van Asschedrd/tests/pth_mutex_signal: Port to Darwin
2023-01-29  Paul FloydBug 464969 - D language demangling
2023-01-29  Paul FloydmacOS: drd pth_mutex_signal test doesn't build
2023-01-29  Paul FloydCompiler warning expansion to defined
next