Page MenuHomeFreeBSD

dtrace: remove dead code for PR_REQUESTED
ClosedPublic

Authored by vangyzen on Jul 28 2023, 3:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 7, 9:18 AM
Unknown Object (File)
Thu, Aug 7, 7:15 AM
Unknown Object (File)
Wed, Aug 6, 2:45 PM
Unknown Object (File)
Fri, Aug 1, 10:24 PM
Unknown Object (File)
Jul 21 2025, 1:06 PM
Unknown Object (File)
Jul 13 2025, 7:16 AM
Unknown Object (File)
Jul 13 2025, 3:33 AM
Unknown Object (File)
Jul 8 2025, 12:25 AM
Subscribers

Details

Summary

libproc's PR_REQUESTED is not implemented on FreeBSD. Remove dead code
in dtrace that would handle it.

MFC after: 1 week
Sponsored by: Dell EMC Isilon


There are no instances of PR_REQUESTED in the tree, so I could remove it,
but there could be out-of-tree consumers.

Test Plan
  • buildworld
  • All libproc tests passed.
  • There was no change in the dtrace test suite results.

Diff Detail

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