History log of /freebsd-10.2-release/lib/libprocstat/core.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 249681 20-Apr-2013 trociny

Add procstat_getauxv function to retrieve a process auxiliary vector.

MFC after: 1 month


# 249679 20-Apr-2013 trociny

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

Suggested by: stas
Reviewed by: jhb and stas (initial version)
MFC after: 1 month


# 249677 20-Apr-2013 trociny

Add procstat_getosrel function to retrieve a process osrel info.

MFC after: 1 month


# 249674 20-Apr-2013 trociny

Add procstat_getrlimit function to retrieve a process resource limits info.

MFC after: 1 month


# 249672 20-Apr-2013 trociny

Add procstat_getumask function to retrieve a process umask.

MFC after: 1 month


# 249670 20-Apr-2013 trociny

Add procstat_getgroups function to retrieve process groups.

MFC after: 1 month


# 249666 20-Apr-2013 trociny

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

PR: kern/173723
Suggested by: jhb
Glanced by: kib
MFC after: 1 month