Hi All, What is the Kernel to user communication mechanism in FreeBSD, like *netlink* in Linux? User-to-kernel is simple: read/write through a character device, but what about kernel-to-user?
Tnx.