From e2aa12c84e662cbe1966c61408323f1a4d589f6e Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Fri, 18 Apr 2025 19:32:05 +0200 Subject: [PATCH] Add 3.25 highlights to NEWS for FreeBSD. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index b6b822202..e5be7f53a 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,12 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. * Numerous bug fixes for Illumos, in particular fixed a Valgrind crash whenever a signal handler was called. +* On FreeBSD, a change to the libc code that runs atexit handlers was + causing Helgrind to produce an extra error about exiting threads + still holding locks for. This applied to every multithreaded application. + The extra error is now filtered out. A syscall wrapper had been added + for getrlimitusage. + * ==================== TOOL CHANGES =================== * The --track-fds=yes and --track-fds=all options now treat all -- 2.47.3