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)
May 1 2024, 8:42 AM
Unknown Object (File)
Apr 19 2024, 10:47 AM
Unknown Object (File)
Apr 19 2024, 7:29 AM
Unknown Object (File)
Apr 19 2024, 4:36 AM
Unknown Object (File)
Apr 15 2024, 12:32 PM
Unknown Object (File)
Apr 14 2024, 5:32 PM
Unknown Object (File)
Apr 11 2024, 2:37 PM
Unknown Object (File)
Apr 8 2024, 2:02 PM
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