update main to 15

Approved by:	re (implicit)
Sponsored by:	GoFundMe https://www.gofundme.com/f/gjbbsd
Sponsored by:	PayPal https://paypal.me/gjbbsd
This commit is contained in:
Glen Barber 2023-08-24 19:10:35 -04:00
parent 712806fc4b
commit aee253d8a7
5 changed files with 7 additions and 7 deletions

View File

@ -12,8 +12,8 @@ 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.
NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
FreeBSD 14.x has many debugging features turned on, in both the kernel
NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
FreeBSD 15.x has many debugging features turned on, in both the kernel
and userland. These features attempt to detect incorrect use of
system primitives, and encourage loud failure through extra sanity
checking and fail stop semantics. They also substantially impact

View File

@ -1 +1 @@
#define FREEBSD_CC_VERSION 1400006
#define FREEBSD_CC_VERSION 1500000

View File

@ -1,4 +1,4 @@
// Local identifier in __FreeBSD_version style
#define LLD_FREEBSD_VERSION 1400006
#define LLD_FREEBSD_VERSION 1500000
#define LLD_VERSION_STRING "16.0.6 (FreeBSD llvmorg-16.0.6-0-g7cbf1a259152-" __XSTRING(LLD_FREEBSD_VERSION) ")"

View File

@ -52,8 +52,8 @@
#
TYPE="FreeBSD"
REVISION="14.0"
BRANCH="ALPHA2"
REVISION="15.0"
BRANCH="CURRENT"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi

View File

@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1400096
#define __FreeBSD_version 1500000
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,