]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2025-04-02  Andreas ArnezBug 502324 - s390x: Fix memcheck false positives with...
2025-04-01  Paul FloydIllumos: mention the build-essential package in README...
2025-04-01  Andreas ArnezBug 502288 - s390x: Fix false positive with NNPA pad...
2025-04-01  Andreas Arnezs390x: Reflect ppno -> prno renaming in opcode checker
2025-04-01  Andreas ArnezBug 498421 - s390x: Add BPP, BPRP, and NIAI insns
2025-03-30  Florian Krohms390x disasm-test: Remove command line flags --d12...
2025-03-30  Florian Krohms390x disasm-text: Update to support all implemented...
2025-03-30  Florian Krohms390x: Fix disassembly for various DFP and BFP opcodes...
2025-03-30  Mark WielaardHandle top __syscall_cancel frames when getting stack...
2025-03-30  Mark Wielaardfilter_gdb.in: filter out __libc_do_syscall
2025-03-30  Paul FloydLinux PPC: add a suppression for an invalid read in...
2025-03-29  Florian Krohms390x: Fix disassembly for BFP/DFP conversion opcodes...
2025-03-29  Mark Wielaardarm/v6intThumb: Disable tests for instructions modifyin...
2025-03-29  Paul FloydBug 420682 - io_pgetevents is not supported
2025-03-28  Mark Wielaardfilter_gdb.in: __syscall_cancel_arch is just in a syscall
2025-03-27  Florian Krohms390x: PRNO tidy
2025-03-26  Florian Krohms390x: Fix disassembly for various insns (BZ 495817)
2025-03-26  Florian KrohmFix library dependency for vbit-test and disasm-test.
2025-03-24  Florian Krohms390x: disasm-test: prepare for AR and FPR register...
2025-03-24  Florian Krohms390x: disasm-test tweaks
2025-03-23  Paul FloydFreeBSD: update comments for amd64 do_syscall_WRK
2025-03-23  Florian KrohmTweak debuginfod-check.pl
2025-03-23  Paul FloydBug 501893 - Missing suppression for __wcscat_avx2...
2025-03-22  Florian Krohms390x: Fix BZ 498629
2025-03-22  Florian Krohms390x: Fix BZ 498632
2025-03-22  Paul FloydBug 501850 - FreeBSD syscall arguments 7 and 8 incorrect.
2025-03-21  Florian Krohms390x: Fix disassembly for vector insns
2025-03-21  Paul FloydBug 501846 - Add x86 Linux shm wrappers
2025-03-18  Martin CermakWrap linux specific userfaultfd syscall
2025-03-16  Paul FloydIllumos regtest: add an expected for memcheck/tests...
2025-03-15  Florian Krohms390x: Rework s390_disasm interface (BZ 498942)
2025-03-15  Florian Krohms390x: misc. fixes pertaining to vector insns
2025-03-15  Florian Krohms390x: Header file tweak
2025-03-14  Paul FloydBug 501479 - Illumos DRD pthread_mutex_init wrapper...
2025-03-13  Paul FloydDarwin: close fd after call to ML_(check_macho_and_get_...
2025-03-13  Paul FloydDarwin: change message for failure to open a binary
2025-03-12  Florian Krohms390x: Fix BZ 496950
2025-03-12  Florian Krohms390x: Remove macro definitions for hardware facilities
2025-03-12  Mark Wielaardadd_hardwired_spec for ld-linux-x86-64.so.2 memcmp
2025-03-12  Mark Wielaardm_debuginfo/debuginfo.c (di_notify_mmap): Ignore memfd_...
2025-03-12  Paul FloydSolaris suppressions: add suppressions for Solaris...
2025-03-12  Paul FloydSolaris regtest: fdleak filter, change __xnet_socket...
2025-03-11  Paul FloydIllumos regtest: add a filter for shell 'Abort' messages
2025-03-11  Paul FloydIllumos fdleak: dup2 spurious errors
2025-03-11  Paul FloydRegtest: filter out pathname from memcheck dw4 test
2025-03-11  Paul FloydFix more int to pointer warnings.
2025-03-10  Florian Krohms390x: disasm-test: Fix thinko
2025-03-09  Mark Wielaarddocs/Makefile.am: Make sure xml catalog file exists...
2025-03-09  Mark Wielaardcoregrind/m_debuginfo: don't try to examine zero sized...
2025-03-08  Paul FloydFix int to pointer warnings
2025-03-07  Paul FloydBug 501194 - Fix ML_(check_macho_and_get_rw_loads)...
2025-03-07  Paul FloydFreeBSD regtest: getrlimitusage on arm64
2025-03-06  Florian Krohms390x: Fix VLRL and VSTRL insns (Bug 498422)
2025-03-06  Florian Krohms390x: Add disassembly checker (Bug 498037)
2025-03-05  Florian KrohmFix two outdated comments in VEX.
2025-03-05  Andreas Schwabriscv64: Avoid warning about missing return value in...
2025-03-05  Florian KrohmNEWS file: Sort fixed bugs by increasing bug number
2025-03-05  Florian Krohms390x: Add missing NEWS entry
2025-03-05  Alexandra Hájkovásyswrap-generic: Emit pp_ExeContext after the file...
2025-02-25  Mark Wielaardriscv64: Add hardwire for ld-linux-riscv64-lp64d.so...
2025-02-25  Mark Wielaardriscv64: syswrap various shared linux syscalls
2025-02-25  Mark WielaardVEX/priv/guest_riscv64_toIR.c: Recognize both fence...
2025-02-25  Mark Wielaardnone/tests/riscv64/integer.c: replace zero by a1
2025-02-25  Petr Pavluriscv64: Add initial support: test modifications
2025-02-25  Petr Pavluriscv64: Add initial support: VEX modifications
2025-02-25  Petr Pavluriscv64: Add initial support: Valgrind modifications
2025-02-25  Petr Pavluriscv64: Add initial support: new port-specific test...
2025-02-25  Petr Pavluriscv64: Add initial support: new port-specific VEX...
2025-02-25  Petr Pavluriscv64: Add initial support: new port-specific Valgrin...
2025-02-16  Paul FloydIllumos regtest: update bug487993 testcase
2025-02-16  Paul FloydIllumos regtest: update memcheck dw4 expeected
2025-02-16  Paul FloydIllumos regtest: add a suppression for leak_cpp_interti...
2025-02-16  Paul FloydIllumos regtest: getrandom uses a different syscall...
2025-02-15  Paul FloydIllumos regtest: improve filters
2025-02-15  Paul FloydIllumos regtest: add a filter for crt start
2025-02-14  Paul FloydBug 496370 - Illumos: signal handling is broken
2025-02-14  Paul FloydSoalris suppressions for pthread_once and gomp init
2025-02-14  Paul FloydSolaris regtest: add a suppression to helgrind/tests...
2025-02-14  Paul FloydSolaris regtest: add a suppression for GCC 12 libstdc...
2025-02-14  Paul FloydSolaris regtest: add to fdleak filter for file_dclose
2025-02-09  Paul FloydRevert "FreeBSD regtest: Implement setaffinity in gdb...
2025-02-08  Paul FloydFreeBSD regtest: a couple of updates for FreeBSD 13...
2025-02-08  Paul FloydLinux regtest: broaden none/tests/linux/bug498317.supp
2025-02-07  Paul FloydFreeBSD regtest: Implement setaffinity in gdb sleepers...
2025-02-07  Paul FloydRemove exec bits on a few files and delete a Solaris...
2025-02-07  Paul FloydFreeBSD regtest: add arm64 expected for auxv_script...
2025-02-06  Paul FloydFreeBSD DRD: cleanup suppressions
2025-02-06  Paul FloydBug 396415 - Valgrind is not looking up $ORIGIN rpath...
2025-02-04  Paul FloydFreeBSD syscall: improve utrace wrapper
2025-01-28  Paul FloydBug499183 - FreeBSD: differences in avx-vmovq output
2025-01-28  Philippe WaroquiersLet gdbserver the support of 'x' packet by adding binar...
2025-01-28  Paul FloydFreeBSD regtest: update getrlimitusage
2025-01-28  Paul FloydBug 499212 - mmap() with MAP_ALIGNED() returns unaligne...
2025-01-26  Paul FloydDarwin syscall: add wrapper for mkdirat
2025-01-26  Paul Floydregtest: update mcsig[no]pass expecteds
2025-01-25  Paul FloydDarwin regtest: update none faultstatus test
2025-01-25  Paul Floydregtest: slacken timing in none/tests/bug492678 again
2025-01-25  Paul Floydregtest: slacken timing in none/tests/bug492678
2025-01-25  Paul Floydregtest: get the configure.ac check for timer_delete...
2025-01-25  Paul Floydregtest macOS: macOS has no timer fds, so not timer_cre...
next