History log of /freebsd-10.0-release/lib/libprocstat/core.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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