git: b7291e0da6ff - stable/14 - Bump __FreeBSD_version and provide P_OSREL_TLSBASE for amd64 set_tlsbase
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jun 2025 18:02:59 UTC
The branch stable/14 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=b7291e0da6ff485854ba07a0f8e18fb7b60ef5ba
commit b7291e0da6ff485854ba07a0f8e18fb7b60ef5ba
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-05-22 04:25:05 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-06-12 18:02:50 +0000
Bump __FreeBSD_version and provide P_OSREL_TLSBASE for amd64 set_tlsbase
(cherry picked from commit 0ec732913fceb9aae2d56c2dd667203711b76550)
---
sys/sys/param.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys/sys/param.h b/sys/sys/param.h
index fc418aac90a5..4d26484e3bb2 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1403501
+#define __FreeBSD_version 1403502
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
@@ -108,6 +108,7 @@
#define P_OSREL_POWERPC_NEW_AUX_ARGS 1300070
#define P_OSREL_TIDPID 1400079
#define P_OSREL_ARM64_SPSR 1400084
+#define P_OSREL_TLSBASE 1500044
#define P_OSREL_MAJOR(x) ((x) / 100000)
#endif