]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r249666, r249667, r249670, r249672, r249674, r249676, r249677, r249679,
authortrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 May 2013 19:04:16 +0000 (19:04 +0000)
committertrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 May 2013 19:04:16 +0000 (19:04 +0000)
commitf8ee37be0ba8f7ba08ee7b84ecc08ad633525702
tree260f4b812de296bea86449e99c59eb17215ddd83
parent5e3a95bffa1de6858349ebb416954f69e1d2885b
MFC r249666, r249667, r249670, r249672, r249674, r249676, r249677, r249679,
    r249681, r249684, r249688, r249711, r249731, r250146

r249666, r249682:

Make libprocstat(3) extract procstat notes from a process core file.

PR: kern/173723
Suggested by: jhb
Glanced by: kib

r249667:

Add procstat_getvmmap function to get VM layout of a process.

r249670:

Add procstat_getgroups function to retrieve process groups.

r249672:

Add procstat_getumask function to retrieve a process umask.

r249674:

Add procstat_getrlimit function to retrieve a process resource limits info.

r249676:

Add procstat_getpathname function to retrieve a process executable.

r249677:

Add procstat_getosrel function to retrieve a process osrel info.

r249679:

Extend libprocstat with functions to retrieve process command line
arguments and environment variables.

Suggested by: stas
Reviewed by: jhb and stas (initial version)

r249681:

Add procstat_getauxv function to retrieve a process auxiliary vector.

r249684:

Add procstat_getkstack function to dump kernel stacks of a process.

r249688:

Bump date.

r249711 (joel):

mdoc: end function context properly.

r249731:

Embed revision id in the library.

r250146:

KVM method support for procstat_getgroups, procstat_getumask,
procstat_getrlimit, and procstat_getosrel.

git-svn-id: svn://svn.freebsd.org/base/stable/9@250870 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1
lib/libprocstat/Makefile
lib/libprocstat/Symbol.map
lib/libprocstat/core.c [new file with mode: 0644]
lib/libprocstat/core.h [new file with mode: 0644]
lib/libprocstat/libprocstat.3
lib/libprocstat/libprocstat.c
lib/libprocstat/libprocstat.h
lib/libprocstat/libprocstat_internal.h