File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
27
27
world, or to merely disable the most expensive debugging functionality
28
28
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
29
29
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
+
30
38
20250127:
31
39
The Allwinner a10_timer driver has been renamed to aw_driver. If you
32
40
have a custom kernel configuration including the line 'device
Original file line number Diff line number Diff line change 73
73
* cannot include sys/param.h and should only be updated here.
74
74
*/
75
75
#undef __FreeBSD_version
76
- #define __FreeBSD_version 1500030
76
+ #define __FreeBSD_version 1500031
77
77
78
78
/*
79
79
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
You can’t perform that action at this time.
0 commit comments