Page MenuHomeFreeBSD

kqueue: Define older kqueue event types better
ClosedPublic

Authored by imp on Nov 19 2021, 3:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 2, 2:33 PM
Unknown Object (File)
Thu, Oct 2, 4:26 AM
Unknown Object (File)
Wed, Sep 17, 4:41 AM
Unknown Object (File)
Sep 10 2025, 10:26 PM
Unknown Object (File)
Sep 10 2025, 5:57 PM
Unknown Object (File)
Sep 10 2025, 2:56 PM
Unknown Object (File)
Sep 10 2025, 12:08 PM
Unknown Object (File)
Sep 10 2025, 7:24 AM
Subscribers

Details

Summary

struct kqueue is designed to live in a restricted namespace, but the
older compat versions are not. Shift to using unsigned short instead
of u_short, unsigned int instead of u_int and the __*int*_t types
instead of the unprefiexed versions.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable