Page MenuHomeFreeBSD

kqueue: Define older kqueue event types better
ClosedPublic

Authored by imp on Nov 19 2021, 3:07 AM.
Tags
None
Referenced Files
F102427229: D33056.id98713.diff
Tue, Nov 12, 3:15 AM
Unknown Object (File)
Sat, Nov 9, 11:55 PM
Unknown Object (File)
Sat, Nov 9, 9:02 AM
Unknown Object (File)
Oct 3 2024, 9:48 AM
Unknown Object (File)
Oct 3 2024, 4:54 AM
Unknown Object (File)
Oct 2 2024, 9:14 PM
Unknown Object (File)
Oct 2 2024, 6:09 PM
Unknown Object (File)
Oct 2 2024, 9:11 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42873
Build 39761: arc lint + arc unit