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)
Wed, Apr 16, 5:00 AM
Unknown Object (File)
Fri, Mar 28, 5:32 PM
Unknown Object (File)
Mar 19 2025, 5:35 PM
Unknown Object (File)
Mar 18 2025, 9:24 AM
Unknown Object (File)
Feb 22 2025, 2:29 PM
Unknown Object (File)
Feb 22 2025, 10:10 AM
Unknown Object (File)
Feb 16 2025, 2:43 AM
Unknown Object (File)
Feb 5 2025, 4:32 PM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42873
Build 39761: arc lint + arc unit