History log of /haiku/src/libs/compat/freebsd_iflib/nvlist.c
Revision Date Author Comments
# b14f1ca9 20-Oct-2021 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_iflib: Upgrade to that of FreeBSD 13.

ipro1000 still works.


# 10fbcafd 21-Feb-2019 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_iflib: Add a function declaration to nvlist.c.

Same reason as previous commit.


# 83c80263 03-Jan-2019 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_iflib: Import.

This is the iflib from FreeBSD 12.0 with a few select patches from
FreeBSD trunk applied (and a lot of #ifdef __HAIKU__s, as you can see.)

There are certain things it adds to SYSINIT that can't be un-initialized
(like the grouptaskqueues), and so rather than adding this to every
driver unnecessarily, a separate .a for it makes the most sense.