git: 3a7cfb6e1e - main - releases/15.0R/relnotes: libc: Compatibility functions were fixed
Olivier Certner <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/doc/commit/?id=3a7cfb6e1ed2db20e93759b9ec80f0dc72d0312b commit 3a7cfb6e1ed2db20e93759b9ec80f0dc72d0312b Author: Olivier Certner <[email protected]> AuthorDate: 2025-11-28 18:36:10 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2025-11-28 21:28:41 +0000 releases/15.0R/relnotes: libc: Compatibility functions were fixed Sponsored by: The FreeBSD Foundation --- website/content/en/releases/15.0R/relnotes.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index ec45bfa214..01370dc18a 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -602,6 +602,12 @@ gitref:2932e6f59bff[repository=src], gitref:8878569103a3[repository=src] (Sponsored by The FreeBSD Foundation.) +`libc` contains compatibility functions enabling running executables/libraries compiled for older versions of FreeBSD. +Those that are themselves using compatibility system calls would not reference them correctly, causing misbehavior at runtime. +This has been fixed. +gitref:47f5f89dbd27[repository=src] +(Sponsored by The FreeBSD Foundation.) + [[userland-deprecated-programs]] === Deprecated Applications