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, Oct 17, 6:26 AM
Unknown Object (File)
Tue, Oct 14, 6:45 PM
Unknown Object (File)
Wed, Oct 8, 9:56 AM
Unknown Object (File)
Tue, Sep 30, 10:15 PM
Unknown Object (File)
Mon, Sep 29, 11:25 AM
Unknown Object (File)
Sun, Sep 28, 3:22 AM
Unknown Object (File)
Sat, Sep 27, 10:42 PM
Unknown Object (File)
Sep 11 2025, 5:03 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.