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)
Fri, Mar 28, 5:32 PM
Unknown Object (File)
Wed, Mar 19, 5:35 PM
Unknown Object (File)
Tue, Mar 18, 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
Unknown Object (File)
Jan 29 2025, 8:20 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable