Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Embed revision id in the library. | trociny | 2013-04-21 | 1 | -2/+3 |
| | | | | MFC after: 29 days | ||||
* | Add procstat_getauxv function to retrieve a process auxiliary vector. | trociny | 2013-04-20 | 1 | -0/+4 |
| | | | | MFC after: 1 month | ||||
* | Extend libprocstat with functions to retrieve process command line | trociny | 2013-04-20 | 1 | -0/+150 |
| | | | | | | | | 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. | trociny | 2013-04-20 | 1 | -0/+4 |
| | | | | MFC after: 1 month | ||||
* | Add procstat_getrlimit function to retrieve a process resource limits info. | trociny | 2013-04-20 | 1 | -0/+4 |
| | | | | MFC after: 1 month | ||||
* | Add procstat_getumask function to retrieve a process umask. | trociny | 2013-04-20 | 1 | -0/+4 |
| | | | | MFC after: 1 month | ||||
* | Add procstat_getgroups function to retrieve process groups. | trociny | 2013-04-20 | 1 | -0/+4 |
| | | | | MFC after: 1 month | ||||
* | Make libprocstat(3) extract procstat notes from a process core file. | trociny | 2013-04-20 | 1 | -0/+262 |
PR: kern/173723 Suggested by: jhb Glanced by: kib MFC after: 1 month |