git: 6652930aaa9b - releng/15.0 - closefrom.2: Add introduction of close_range to HISTORY
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Oct 2025 04:23:46 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=6652930aaa9bae1e5ba9cfdf8ecca232c784b846
commit 6652930aaa9bae1e5ba9cfdf8ecca232c784b846
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-10-21 14:51:50 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-30 04:23:02 +0000
closefrom.2: Add introduction of close_range to HISTORY
Approved by: re (cperciva)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D53240
(cherry picked from commit 514fff24b19f69c5f22db380389128eb6bc32ea7)
(cherry picked from commit 243a8860190c1a452c4266cd8e6eda1a222c0912)
---
lib/libsys/closefrom.2 | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/lib/libsys/closefrom.2 b/lib/libsys/closefrom.2
index 1885a6fdeaa8..e6b4a5a3e9d7 100644
--- a/lib/libsys/closefrom.2
+++ b/lib/libsys/closefrom.2
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd May 17, 2025
+.Dd October 27, 2025
.Dt CLOSEFROM 2
.Os
.Sh NAME
@@ -94,6 +94,11 @@ function first appeared in
.Fx 8.0 .
.Pp
The
+.Fn close_range
+function first appeared in
+.Fx 12.2 .
+.Pp
+The
.Dv CLOSE_RANGE_CLOFORK
flag appeared in
.Fx 15.0 .