]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libproc: Add proc_getmodel().
authorMark Johnston <markj@FreeBSD.org>
Sat, 30 Jul 2016 03:09:23 +0000 (03:09 +0000)
committerMark Johnston <markj@FreeBSD.org>
Sat, 30 Jul 2016 03:09:23 +0000 (03:09 +0000)
commit4808a67805fe7287d8054934d978cd1076302689
treef04ff2fa3ed04fc3c8cc0e96637bb6210b3c7f21
parent700244a246427d903ba6a6135b9c2bd920a24d03
libproc: Add proc_getmodel().

This is used by libdtrace to determine the data model of target processes.
This allows for the creation of pid provider probes in 32-bit processes on
amd64.

MFC after: 1 month
lib/libproc/Makefile
lib/libproc/_libproc.h
lib/libproc/libproc.h
lib/libproc/proc_create.c
lib/libproc/proc_rtld.c
lib/libproc/proc_util.c
share/mk/src.libnames.mk