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)
Sun, Apr 12, 7:05 PM
Unknown Object (File)
Sun, Apr 12, 1:24 AM
Unknown Object (File)
Sat, Apr 11, 8:25 PM
Unknown Object (File)
Sat, Apr 11, 4:56 PM
Unknown Object (File)
Wed, Apr 8, 4:05 AM
Unknown Object (File)
Sun, Apr 5, 8:50 AM
Unknown Object (File)
Sun, Apr 5, 3:08 AM
Unknown Object (File)
Fri, Apr 3, 5:56 PM
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.