Page MenuHomeFreeBSD

kern: poll: tap out the pollfd array on successful return
ClosedPublic

Authored by kevans on Feb 29 2024, 4:47 PM.
Tags
None
Referenced Files
F132365347: D44158.diff
Thu, Oct 16, 6:28 AM
Unknown Object (File)
Wed, Oct 8, 6:59 AM
Unknown Object (File)
Mon, Oct 6, 10:48 PM
Unknown Object (File)
Sep 1 2025, 11:07 PM
Unknown Object (File)
Aug 19 2025, 9:45 AM
Unknown Object (File)
Aug 14 2025, 10:20 PM
Unknown Object (File)
Aug 13 2025, 9:24 AM
Unknown Object (File)
Jul 6 2025, 4:47 AM
Subscribers

Details

Summary

We do this in kern_poll() to include freebsd32 but exclude the linux
compat layer. The ABI should be the same, but the POLL constants are
probably different or should be assumed so.

Diff Detail

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