History log of /haiku/src/libs/compat/freebsd_network/sysinit.c
Revision Date Author Comments
# 1f7634a0 07-Jan-2019 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_network: Cleanup and some fixes to SYSINIT implementation.

Fixes a kernel panic on uninit_sysinit. Whoops.


# da60a673 01-Jan-2019 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_network: Implement SYSINIT.

Based on the already-existing linkersets framework, which seems to
work pretty well for the atheroswifi driver, so it should work for
this case also.