]> git.ipfire.org Git - thirdparty/valgrind.git/history - shared
VG_(show_open_fds) Only emit empty line when not creating xml output
[thirdparty/valgrind.git] / shared /
2024-04-16  Paul FloydBug 481874 - Add arm64 support for FreeBSD
2024-04-13  Paul FloydIllumos: also has wcpncpy
2024-03-20  Paul FloydBug 484002 - Add suppression for invalid read in glibc...
2023-12-12  Paul FloydFreeBSD: add suppressions for still reachable memory...
2023-12-09  Paul FloydAdd a redir for memccpy
2023-11-14  Paul FloydBug 437790 - valgrind reports "Conditional jump or...
2023-11-12  Paul FloydBug 476780 - Extend strlcat and strlcpy wrappers to...
2023-11-09  Paul FloydBug 401284 - False positive "Source and destination...
2023-10-30  Mark WielaardDisable memcpy overlap check and test on amd64 linux
2023-10-16  Paul FloydBug 475652 - Missing suppression for __wcsncpy_avx2...
2023-09-20  Paul FloydFreeBSD: add intercepts to timingsafe variants of memcm...
2023-04-22  Paul FloydRevert "Typo in NEWS"
2023-04-22  Paul FloydTypo in NEWS
2023-04-20  Paul FloydBug 397083 - Likely false positive "uninitialised value...
2023-04-02  Paul FloydDarwin: more suppressions for Darwin 17, and another...
2022-07-07  Andreas ArnezBug 454040 - Add intercept for memmem on s390x
2022-06-01  Paul FloydCleanup of str* and mem* functions
2022-05-13  Mike CroweIntercept strncmp for glibc ld.so v2.28+
2021-10-07  Paul FloydFreeBSD support, patch 9
2020-12-08  Paul FloydFix dhat/tests/copy on Solaris
2020-12-07  Nicholas NethercoteAdd support for copy and ad hoc profiling to DHAT.
2020-12-02  Nicholas NethercoteAdd a comment to previous commit.
2020-12-02  Nicholas NethercoteFix wcscpy wrapper.
2019-05-26  Mark WielaardCleanup GPL header address notices by using http:/...
2019-05-07  Mark WielaardIntercept stpcpy also in ld.so for arm64
2018-12-06  Mark WielaardBug 401627 - Add wcsncmp override and testcase.
2018-03-09  Julian SewardMEMMOVE_OR_MEMCPY: unroll word-copying loops in the...
2018-03-02  Nick AlcockAdd replacements for wmemchr() and wcsnlen() on Linux.
2017-11-14  Tom HughesAvoid underflow in strlcpy and strlcat wrappers when...
2017-10-26  Philippe WaroquiersFix n-i-bz fix bug in strspn replacement
2017-08-14  Ivo RaisrMerge VEX/HEAD into Valgrind/HEAD
2017-06-05  Ivo RaisrAdd a replacement for __GI_strcspn() required on s390x...
2017-05-05  Petar Jovanovicmips32: remove false warnings on Android
2017-05-04  Ivo RaisrUpdate copyright end year to 2017 in preparation for...
2016-11-02  Ivo RaisrSupport '%' in symbol Z-encoding.
2016-04-04  Julian Sewardmemset replacement: unroll vectorised loops.
2016-02-24  Mark WielaardBug 359733 amd64 implement ld.so strchr/index override...
2015-08-29  Rhys KiddIntercept platform_memchr$VARIANT$Haswell on OS X
2015-08-21  Julian SewardUpdate copyright dates, to include 2015. No functional...
2015-08-09  Florian KrohmConsistently use exit code 1 (== POSIX's EXIT_FAILURE...
2015-07-21  Julian SewardBug 345248 - add support for Solaris OS in valgrind
2015-07-08  Rhys KiddPreliminary support for OS X 10.11 (El Capitan). Refer...
2015-07-07  Mark Wielaard349828 memcpy intercepts memmove causing src/dst overla...
2015-05-14  Rhys Kiddbz#347233 - Fix memcheck/tests/strchr on OS X 10.10...
2015-03-26  Rhys KiddFurther fixes for bz#345394 specifically for OS X 10.10
2015-02-04  Julian SewardFollowup to r14901 (vectorising memcmp): use SizeT...
2015-02-04  Julian SewardVectorise the memcmp template implementation. For...
2015-01-13  Mark WielaardBZ #342795 Internal glibc __GI_mempcpy call should...
2014-11-19  Julian SewardOSX 10.10: intercept memchr in libsystem_platform.dylib.
2014-11-11  Julian SewardInterceot _platform_strncmp also on OSX 10.10.
2014-11-07  Julian SewardAdd some Mac OSX 10.10 specific wrappers.
2014-11-04  Julian SewardAdds initial support for AArch64 (arm64) on Android...
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-21  Florian KrohmRewritten to avoid cast that drops const qualification.
2014-10-17  Julian SewardAdd intercepts on MacOS 10.9 for
2014-07-16  Philippe WaroquiersFix name of the file in the header comment
2014-06-25  Julian SewardIntercept libsystem_platform.dylib:_platform_strncmp...
2014-06-23  Julian SewardOS X 10.9: Add redirections for strnlen, strcpy, strncpy,
2014-06-21  Julian SewardOS X 10.9: add intercepts for
2014-03-15  Bart Van Asschestrmem intercepts: Add mempcpy() intercepts for ld...
2014-03-11  Mark WielaardMake sure all files under the new shared dir are includ...
2013-12-27  Dejan Jevticmips32: Adding mips32/Android support to Valgrind.
2013-11-24  Bart Van AsscheMerge mc_replace_strmem.c, hg_intercepts.c and drd_strm...