History log of /haiku/src/libs/compat/freebsd_network/fbsd_subr_taskqueue.c
Revision Date Author Comments
# 19453ce7 06-Jul-2022 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_network: Unlock taskqueues before final destruction.

This is needed for MTX_SPIN taskqueues.


# 01631912 21-Jun-2022 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_network: Rework taskqueues implementation.

* Use FreeBSD's queue management directly, only retaining thread
creation and synchronization functions from Haiku.

* Use FreeBSD's task structure declarations.

* Use a standard non-FAST taskqueue for taskqueue_thread.

* Rewrite header and adjust consumers as appropriate.