History log of /haiku/src/libs/compat/freebsd_network/fbsd_kern_mbuf.c
Revision Date Author Comments
# 92d70a24 28-Dec-2018 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_network: Fix and implement some mbuf functions.

Spotted while reviewing the code during iflib porting.


# dba28784 24-Dec-2018 Augustin Cavalier <waddlesplash@gmail.com>

freebsd11_network -> freebsd_network.

FreeBSD 12 has no major changes to the ifnet KPIs that constitute a
source compatibility break, save a single one related to locking
which doesn't really apply to us, and so we don't need to create
a "freebsd12_network" directory to work through the upgrades.