netlink: add UPDATING entry on linux_common(4) reliance on netlink.

Reviewed by:	dchagin
This commit is contained in:
Alexander V. Chernikov
2023-01-30 15:12:19 +00:00
parent 7fc9cfa57c
commit 6eaaed4294
+4
View File
@@ -27,6 +27,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20230130:
As of commit 7c40e2d5f685, the dependency on netlink(4) has been added
to the linux_common(4) module. Users relying on linux_common may need
to complile netlink(4) module if it is not present in their kernel.
20230126:
The WITHOUT_CXX option has been removed. C++ components in the base
system are now built unconditionally.