Skip to content

Commit 0009c4e

Browse files
committed
UPDATING: add note that API/ABI for RPC services for the kernel has changed
1 parent 99e5a70 commit 0009c4e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

UPDATING

+8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
2727
world, or to merely disable the most expensive debugging functionality
2828
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
2929

30+
20250201:
31+
The NFS related daemons, that provide RPC services to the kernel:
32+
gssd(8), rpcbind(8), rpc.tlsservd(8) and rpc.tlsclntd(8), now use a
33+
different transport - netlink(4) socket instead of unix(4). Users of
34+
NFS need to upgrade both kernel and world (binaries and libc) at once.
35+
Also, any revision between 88cd1e17a7d8 and 99e5a70046da should be
36+
avoided.
37+
3038
20250127:
3139
The Allwinner a10_timer driver has been renamed to aw_driver. If you
3240
have a custom kernel configuration including the line 'device

sys/sys/param.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
* cannot include sys/param.h and should only be updated here.
7474
*/
7575
#undef __FreeBSD_version
76-
#define __FreeBSD_version 1500030
76+
#define __FreeBSD_version 1500031
7777

7878
/*
7979
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,

0 commit comments

Comments
 (0)