]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Mark procfs-based process debugging as deprecated for FreeBSD 13.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 17 Mar 2020 18:44:03 +0000 (18:44 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 17 Mar 2020 18:44:03 +0000 (18:44 +0000)
commit8d8a74e69ebd99bf2c8bce0a86db9d0c57051742
tree4439e4aaf80d765d55b79828841b6894af1dec43
parent2e1dfb346f1e3dd08eff70b5d4478c9f811084b2
Mark procfs-based process debugging as deprecated for FreeBSD 13.

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.

Reviewed by: emaste
MFC after: 1 week
Relnotes: yes
Differential Revision: https://reviews.freebsd.org/D23822
lib/libsysdecode/Makefile
sys/fs/procfs/procfs_ioctl.c
sys/sys/pioctl.h