]> sourceware.org Git - valgrind.git/shortlog
valgrind.git
2024-01-21 Paul FloydBug 480126 - Build failure on Raspberry Pi 5 / OS 6...
2024-01-20 Paul FloydBug 480052 - WARNING: unhandled amd64-freebsd syscall...
2024-01-20 Paul FloydFreeBSD: revert a change for debugging ifunctions and...
2023-12-28 Paul Floydregtest: try to make cachegrind/tests/ann-merge2.vgtest...
2023-12-28 Paul FloydFix unused variable warning
2023-12-28 Paul FloydDarwin: Fix another bad merge of coregrind/m_debuginfo...
2023-12-28 Paul FloydDarwin: Fix bad merge of coregrind/m_debuginfo/debuginfo.c
2023-12-28 Paul FloydAdd Bug 479041 to NEWS
2023-12-28 Paul FloydBug 479041 - Executables without RW sections do not...
2023-12-26 Paul FloydIllumos regtest: memmem testacase update
2023-12-26 Paul FloydDarwin regtest: modify filter for massif
2023-12-26 Paul FloydDarwin massif: add lots of ignore-fn for the many dynam...
2023-12-25 Petar Jovanovicmips: add missing header for nanomips
2023-12-25 Paul FloydDarwin regtest: try again with memmem and make sigretur...
2023-12-25 Paul FloydDarwin regtest: memmem returns NULL if either length...
2023-12-24 Paul FloydFreeBSD regtest: broaden unknown suppression
2023-12-24 Paul FloydFreeBSD regtest: ensure aio_read string is null terminated
2023-12-22 Paul Floydlinux regtest: remove alloc-size-larger-than warning...
2023-12-22 Paul Floydlinux regtest: turn off stringop-overflow warning...
2023-12-22 Paul FloydSkip updating rodata avma and tracing when there are...
2023-12-22 Paul FloydBug 478837 - valgrind fails to read debug info for...
2023-12-17 Paul FloydBug 478624 - Valgrind incompatibility with binutils...
2023-12-12 Paul FloydLinux: broaden one of the dynamic thread vector reachab...
2023-12-12 Paul FloydFreeBSD: another reachable suppression, for getgrnam...
2023-12-12 Paul FloydFreeBSD: add suppressions for still reachable memory...
2023-12-09 Paul FloydAdd a redir for memccpy
2023-12-08 Mark WielaardAdd bug 478211 to NEWS
2023-12-08 Alexandra Petlanova... remote-utils-shared: Created files for sharing code
2023-12-04 Paul Floydcoverity: mostly deadcode warnings that depend on platf...
2023-12-02 Mark WielaardAdd fchmodat2 syscall on linux
2023-12-02 Alexandra Petlanova... vgdb.c: Encode the qRcmd reply as hex string
2023-11-28 Paul Floydcoverity: deadcode and unsigned comparison with 0 warnings
2023-11-28 Paul Floyd(really) Bug 477630 - Include ucontext.h rather than...
2023-11-28 Paul FloydBug 477630 - Include ucontext.h rather than sys/ucontex...
2023-11-27 Paul Floydcoverity: a few more unsigned comparisons and unused...
2023-11-26 Mark Wielaardlauncher-linux.c (find_client): barf if we don't have...
2023-11-26 Paul FloydDarwin: clean up 3 warnings
2023-11-26 Paul FloydFreeBSD regtest: make aio test more robust
2023-11-23 Paul FloydFreeBSD regtest: new aio test sometimes hangs in infini...
2023-11-23 Paul FloydDarwin: add sigwait syscall wrapper
2023-11-22 Paul Floydcoverity: unsigned comparisons with 0
2023-11-22 Paul FloydFreeBSD: wrong level of indirection and unsigned >...
2023-11-22 Paul Floydcoverity: unreachable and unused
2023-11-21 Paul Floydarm64: remove a couple of lines of dead code
2023-11-21 Paul Floydmpi: remove NULL checks before frees
2023-11-20 Paul FloydDarwin: another csrctl change
2023-11-20 Paul FloydDarwin: missing defines to go with previous change
2023-11-20 Paul FloydDarwin: try to fix csrctl syscall wrapper
2023-11-20 Paul FloydDarwin regtest: add testcase for bug390269
2023-11-20 Paul FloydDarwin: openat(_nocancel) fixes
2023-11-20 Paul FloydDarwin: add suppressions for a couple of crypto functions
2023-11-20 Paul FloydDarwin: add missing define for VKI_AT_FDCWD
2023-11-20 Paul FloydBug 390269 - unhandled amd64-darwin syscall: unix:464...
2023-11-18 Paul FloydBug 428364 - Signals inside io_uring_enter not handled
2023-11-18 Paul Floydlinux helgrind: broaden __printf_buffer_write suppression
2023-11-18 Paul FloydBug 466884 - Missing writev uninit padding suppression...
2023-11-18 Paul FloydBug 476548 - valgrind 3.22.0 fails on assertion when...
2023-11-18 Paul FloydFreeBSD: make warnings about casting away volatile...
2023-11-18 Paul Floydfreebsd: unused variable warning
2023-11-18 Paul Floyddarwin: syswrap-darwin.c warning cleanup
2023-11-18 Paul FloydDarwin: remove global variable used in aio_return
2023-11-18 Paul FloydFreeBSD regtest: unused variable warning
2023-11-18 Mark Wielaardsyswrap renameat2 on ppc32, mips32 and mips64 linux
2023-11-18 Mark Wielaardsyswrap preadv2 and pwritev2 also on ppc32-linux
2023-11-18 Mark Wielaards390x-linux also has memfd_secret, syswrap it
2023-11-18 Mark Wielaardsyswrap openat2 for all linux arches
2023-11-18 Ali Polatelsupport pidfd_getfd
2023-11-17 Mark Wielaardvalgrind-monitor.py regular expressions should use...
2023-11-17 Paul Floydfreebsd regtest: update expected
2023-11-16 Paul FloydBug 476887 - WARNING: unhandled amd64-freebsd syscall...
2023-11-14 Mark WielaardFix memcheck/tests/darwin/Makefile.am EXTRA_DIST typo
2023-11-14 Paul FloydBug 437790 - valgrind reports "Conditional jump or...
2023-11-13 Paul Floydlinux regtest: typo in EXTRA_DIST
2023-11-12 Paul FloydBug 476780 - Extend strlcat and strlcpy wrappers to...
2023-11-12 Paul FloydBug 476780 - Extend strlcat and strlcpy wrappers to...
2023-11-10 Paul FloydBug 476787 - Build of Valgrind 3.21.0 fails when SOLARI...
2023-11-10 William AshleyBug 460616 - Add support for aarch64 dotprod instructions
2023-11-10 Paul Floydregtest: bug401284.c should never cast the return of...
2023-11-09 Mark Wielaardfilter out dl-start.S: No such file or directory in...
2023-11-09 Paul FloydBug 401284 - False positive "Source and destination...
2023-11-09 Paul Floydregtest: add a deliberately false address to drd and...
2023-11-09 Paul Floydlinux regtest: reallocarray was only added in glibc...
2023-11-09 Paul FloydBug 475498 - Add reallocarray wrapper
2023-11-06 Paul Floydmassif regtest: add an existence check to overloaded-new
2023-11-05 Paul Floydmassif regtest: add 'pool' to ignore functions for...
2023-11-05 Paul Floydmassif regtest: typo in Makefile.am
2023-11-05 Paul FloydBug 476535 - Difference in allocation size for massif...
2023-11-05 Paul Floydmassif regtest: stray space in expected
2023-11-05 Paul Floydmassif regtest: make verbose tests work on both 32bit...
2023-11-05 Paul Floydmassif regtest: update aloc fns in verbose expecteds
2023-11-05 Paul Floydmassif regtest: try adding a new expected for overloade...
2023-11-05 Paul Floydmassif: clean up alloc functions
2023-11-04 Paul Floydmassif regtest: keep churning with overloaded-new test
2023-11-04 Paul Floydmassif regtest: use the correct aligned delete overloads
2023-11-03 Paul Floydmassif regtest: remove overloaded-new.post.exp-freebsd
2023-11-03 Paul Floydmassif regtest: fix building aligned new overloads...
2023-11-03 Paul FloydFreeBSD: remove some massif regtest expecteds
2023-11-03 Paul Floydmassif: add C++ aligned operator new to allocator functions
2023-11-02 Mark WielaardDo not run memcheck/tests/x86-linux/scalar when root
2023-11-01 Paul FloydNon-FreeBSD regtest: fix build of memcheck/tests/x86...
next
This page took 0.056183 seconds and 5 git commands to generate.