Page MenuHomeFreeBSD

kern: add devctl_notifyf()
AcceptedPublic

Authored by kevans on Mar 9 2022, 5:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 6:42 AM
Unknown Object (File)
Jan 21 2024, 10:55 AM
Unknown Object (File)
Dec 24 2023, 3:41 PM
Unknown Object (File)
Dec 24 2023, 12:51 AM
Unknown Object (File)
Dec 20 2023, 3:33 AM
Unknown Object (File)
Nov 8 2023, 5:04 AM
Unknown Object (File)
Nov 6 2023, 12:26 PM
Unknown Object (File)
Nov 1 2023, 3:43 AM

Details

Reviewers
imp
Group Reviewers
manpages
Summary

This version is identical to devctl_notify(), except it fits slightly
less trivial needs by taking a data format string and varargs to go
with it. This lets us avoid extra allocations on top in various
callers, making them a bit less complicated.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44720
Build 41608: arc lint + arc unit

Event Timeline

debdrup added a subscriber: debdrup.

Manual page changes look good to me.

This revision is now accepted and ready to land.Mar 9 2022, 3:56 PM

Other than that, LGTM.

share/man/man9/devctl_notify.9
40

"userland", I think? I don't remember seeing it split.