Page MenuHomeFreeBSD

Mark procfs-based process debugging as deprecated for FreeBSD 13.
ClosedPublic

Authored by jhb on Feb 24 2020, 9:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 20, 6:53 AM
Unknown Object (File)
Tue, Mar 18, 9:34 AM
Unknown Object (File)
Wed, Mar 12, 12:09 AM
Unknown Object (File)
Mon, Mar 10, 12:34 PM
Unknown Object (File)
Sat, Mar 8, 4:36 PM
Unknown Object (File)
Fri, Mar 7, 11:56 PM
Unknown Object (File)
Mar 5 2025, 4:39 AM
Unknown Object (File)
Mar 4 2025, 6:25 PM
Subscribers

Details

Summary

Attempting to use ioctls on /proc/<pid>/mem to control a process will trigger
warnings on the console. The <sys/pioctl.h> include file will also now emit
a compile-time warning when used from userland.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29869
Build 27691: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Feb 25 2020, 6:01 PM
  • Ignore #warning in pioctl.h when building ioctl.c.
This revision now requires review to proceed.Mar 10 2020, 4:42 PM
This revision was not accepted when it landed; it landed in state Needs Review.Mar 17 2020, 6:44 PM
This revision was automatically updated to reflect the committed changes.