The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/src/commit/?id=3463f02706db022cedffce86250a0a7823d45c0e
commit 3463f02706db022cedffce86250a0a7823d45c0e Author: Alexander Leidinger <netch...@freebsd.org> AuthorDate: 2025-08-26 09:20:51 +0000 Commit: Alexander Leidinger <netch...@freebsd.org> CommitDate: 2025-08-26 09:22:03 +0000 UPDATING: add an entry for [gs]etgroups --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index ddb2e7603b2a..26029e566a9a 100644 --- a/UPDATING +++ b/UPDATING @@ -73,6 +73,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: If you only have FreeBSD-sendmail installed for applications that require libmilter, you can now remove it. +20250815: + The [gs}etgroups(2)syscalls have changed. To maintain backwards + compatibility with existing programs, you need COMPAT_FREEBSD14 in + your kernel config until all applications which use this are + rebuild/reinstalled. + 20250815: jemalloc 5.3.0 has been committed to the tree.