summaryrefslogtreecommitdiff
path: root/lib/libprocstat/libprocstat.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r341448:Konstantin Belousov2018-12-101-0/+1
* MFC r324237:Edward Tomasz Napierala2018-04-161-0/+1
* Revert r330897:Eitan Adler2018-03-291-2/+0
* Partial merge of the SPDX changesEitan Adler2018-03-141-0/+2
* MFC r316286:Bryan Drewery2017-10-231-0/+6
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-0/+1
* Similar to 233760 and 236717, export some more useful info about theJohn Baldwin2013-05-031-0/+6
* Add procstat_getkstack function to dump kernel stacks of a process.Mikolaj Golub2013-04-201-0/+5
* Add procstat_getauxv function to retrieve a process auxiliary vector.Mikolaj Golub2013-04-201-0/+15
* Extend libprocstat with functions to retrieve process command lineMikolaj Golub2013-04-201-0/+6
* Add procstat_getosrel function to retrieve a process osrel info.Mikolaj Golub2013-04-201-0/+2
* Add procstat_getpathname function to retrieve a process executable.Mikolaj Golub2013-04-201-2/+4
* Add procstat_getrlimit function to retrieve a process resource limits info.Mikolaj Golub2013-04-201-0/+3
* Add procstat_getumask function to retrieve a process umask.Mikolaj Golub2013-04-201-0/+2
* Add procstat_getgroups function to retrieve process groups.Mikolaj Golub2013-04-201-0/+3
* Add procstat_getvmmap function to get VM layout of a process.Mikolaj Golub2013-04-201-0/+5
* Make libprocstat(3) extract procstat notes from a process core file.Mikolaj Golub2013-04-201-0/+1
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+0
* Add __BEGIN_DECLS and __END_DECLS to make libprocstat more C++-friendly.Mikolaj Golub2012-09-041-0/+2
* Export some more useful info about shared memory objects to userlandJohn Baldwin2012-04-011-0/+6
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-141-0/+2
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-0/+160