Page MenuHomeFreeBSD

Remove p_code from struct proc.
ClosedPublic

Authored by jhb on Apr 25 2019, 5:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 24, 10:22 PM
Unknown Object (File)
Thu, Jul 23, 3:16 AM
Unknown Object (File)
Wed, Jul 22, 4:04 AM
Unknown Object (File)
Wed, Jul 22, 3:43 AM
Unknown Object (File)
Tue, Jul 21, 5:19 PM
Unknown Object (File)
Tue, Jul 21, 6:58 AM
Unknown Object (File)
Tue, Jul 21, 2:20 AM
Unknown Object (File)
Mon, Jul 20, 7:42 PM
Subscribers

Details

Summary

Contrary to the comments, it was never used by core dumps or debuggers.
Instead, it used to hold the signal code of a pending signal, but that
was replaced by the 'ksi_code' member of ksiginfo_t when signal information
was reworked in 7.0.

Test Plan
  • compiled and booted amd64 and i386 kernels and ran ptrace_test under both

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23887
Build 22815: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Apr 25 2019, 8:07 AM
This revision was automatically updated to reflect the committed changes.