diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2026-04-22 21:04:02 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2026-04-22 21:04:02 +0000 |
| commit | d1c800badec7750194ba19a225d364377b74362b (patch) | |
| tree | d761e83692430076d02de2055095c8adf587b693 | |
| parent | 8696cc8d0bbf4a87bc7c87186b0c5d35253b91ca (diff) | |
UPDATING: Bump __FreeBSD_version to 1500508
Bump __FreeBSD_version to 1500508 for LinuxKPI to be able to track
changes to eventfd, changes for DRM 6.11, changes of LinuxKPI 802.11
based on Linux v7.0.
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | UPDATING | 5 | ||||
| -rw-r--r-- | sys/sys/param.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -12,6 +12,11 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20260422: + Bump __FreeBSD_version to 1500508 for LinuxKPI after merges of + changes to eventfd and changes for DRM 6.11, as well as + LinuxKPI 802.11 based on Linux v7.0. + 20260407: OpenPAM (including libpam and the PAM modules) has moved to the new "pam" package. The pam-lib subpackage, which includes libpam, will diff --git a/sys/sys/param.h b/sys/sys/param.h index c29110945401..af5ff860c082 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -74,7 +74,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500507 +#define __FreeBSD_version 1500508 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |
