History log of /haiku/src/libs/compat/freebsd_network/unit.cpp
Revision Date Author Comments
# 711ff0cf 24-Feb-2022 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_network: Fix undefined reference caused by incorrect includes.


# 5332b1ce 22-Apr-2020 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_network: Remove bogus KASSERT.

As pointed out by halamix, root_size is set to > 0 during
radix_bitmap creation, and never changed after that. So
this is a bogus check.

Fixes #14941.


# 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.