Page MenuHomeFreeBSD

kqueue: Make kn_sfflags unsigned
ClosedPublic

Authored by des on Feb 18 2026, 3:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 18, 8:53 AM
Unknown Object (File)
Sun, Mar 15, 3:57 AM
Unknown Object (File)
Sun, Mar 1, 1:49 AM
Unknown Object (File)
Sun, Feb 22, 1:33 PM
Unknown Object (File)
Feb 21 2026, 3:27 PM
Unknown Object (File)
Feb 21 2026, 10:47 AM
Unknown Object (File)
Feb 21 2026, 10:29 AM
Unknown Object (File)
Feb 21 2026, 6:01 AM
Subscribers

Details

Summary

This is used to hold a copy of the original fflags, which is unsigned.

MFC after: 3 days

Diff Detail

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

Event Timeline

des requested review of this revision.Feb 18 2026, 3:09 PM
This revision is now accepted and ready to land.Feb 18 2026, 3:13 PM

You might fix the type of the second parameter to timer2sbintime() as well.

This revision now requires review to proceed.Feb 18 2026, 3:18 PM
This revision is now accepted and ready to land.Feb 18 2026, 3:43 PM
This revision was automatically updated to reflect the committed changes.