History log of /haiku/src/libs/compat/openbsd_network/compat/sys/timeout.h
Revision Date Author Comments
# 93f20219 07-Jul-2022 Augustin Cavalier <waddlesplash@gmail.com>

openbsd_network: Fix return values of timeout functions.

As far as I can tell, nothing checks these, so this should not
actually make any kind of difference.

The timeout_set change is also not a functional one, either,
as callout_init with mpsafe=0 uses &Giant also.


# 668a169a 12-May-2022 Augustin Cavalier <waddlesplash@gmail.com>

OpenBSD-to-FreeBSD/Haiku compatibility headers.

OpenBSD's and FreeBSD's kernel APIs are very similar, but there are
still some differences. Fortunately these are small enough that we
can take care of most of them with a header-only shim layer.

(The files and functions implemented by this commit were implemented
and tested against the modules and drivers imported and adapted in
the following commits. Some of this took quite a bit of time to get
right, especially where the APIs have diverged in very subtle ways.)