summaryrefslogtreecommitdiffstats
path: root/lib/libprocstat/core.h
Commit message (Collapse)AuthorAgeFilesLines
* Add procstat_getauxv function to retrieve a process auxiliary vector.trociny2013-04-201-0/+1
| | | | MFC after: 1 month
* Extend libprocstat with functions to retrieve process command linetrociny2013-04-201-0/+3
| | | | | | | | arguments and environment variables. Suggested by: stas Reviewed by: jhb and stas (initial version) MFC after: 1 month
* Add procstat_getosrel function to retrieve a process osrel info.trociny2013-04-201-0/+1
| | | | MFC after: 1 month
* Add procstat_getrlimit function to retrieve a process resource limits info.trociny2013-04-201-0/+1
| | | | MFC after: 1 month
* Add procstat_getumask function to retrieve a process umask.trociny2013-04-201-0/+1
| | | | MFC after: 1 month
* Add procstat_getgroups function to retrieve process groups.trociny2013-04-201-0/+1
| | | | MFC after: 1 month
* Make libprocstat(3) extract procstat notes from a process core file.trociny2013-04-201-0/+45
PR: kern/173723 Suggested by: jhb Glanced by: kib MFC after: 1 month
OpenPOWER on IntegriCloud