The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=c19688407a2c797e74762aebd90c1f1cc70ab726
commit c19688407a2c797e74762aebd90c1f1cc70ab726 Author: Ed Maste <[email protected]> AuthorDate: 2025-10-24 18:28:56 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-12-19 02:48:41 +0000 sys: Bump 32-bit kernel removal to 16.0 We are shipping at least one 32-bit kernel in FreeBSD 15.0 (i.e., armv7). Sponsored by: The FreeBSD Foundation (cherry picked from commit 7b28d549427bd85ecfae24d09da6eacb26c15822) (cherry picked from commit 19b642b5dc2f000de4e3e55d9da94398ecb0aca3) --- sys/kern/init_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index cc9d300caa6e..aa541c527a19 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -386,7 +386,7 @@ C_SYSINIT(diagwarn2, SI_SUB_LAST, SI_ORDER_FIFTH, #if __SIZEOF_LONG__ == 4 static const char ilp32_warn[] = - "WARNING: 32-bit kernels are deprecated and may be removed in FreeBSD 15.0.\n"; + "WARNING: 32-bit kernels are deprecated and may be removed in FreeBSD 16.0.\n"; C_SYSINIT(ilp32warn, SI_SUB_COPYRIGHT, SI_ORDER_FIFTH, print_caddr_t, ilp32_warn); C_SYSINIT(ilp32warn2, SI_SUB_LAST, SI_ORDER_FIFTH,
