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)
Sat, Jun 1, 5:11 PM
Unknown Object (File)
Wed, May 22, 4:00 PM
Unknown Object (File)
Wed, May 22, 5:02 AM
Unknown Object (File)
Mon, May 20, 11:29 AM
Unknown Object (File)
Mon, May 20, 10:09 AM
Unknown Object (File)
May 1 2024, 1:58 PM
Unknown Object (File)
Apr 28 2024, 3:11 PM
Unknown Object (File)
Apr 27 2024, 2:52 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