aboutsummaryrefslogtreecommitdiff
path: root/lib/libprocstat/libprocstat.c
Commit message (Expand)AuthorAgeFilesLines
* Fix core corruption caused by race in note_procstat_vmmapConrad Meyer2015-10-061-0/+4
* Detect badly behaved coredump note helpersConrad Meyer2015-09-031-0/+4
* Remove unused variable spotted by clang.Marcelo Araujo2015-06-011-2/+2
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-1/+1
* When querying a process's umask via sysctl in libprocstat(), don'tRobert Watson2014-03-021-1/+1
* Handle the cases where NULL is passed as cap_rightsp to thePawel Jakub Dawidek2013-10-091-10/+14
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-3/+3
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-281-0/+1
* Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() toJohn Baldwin2013-06-111-7/+11
* Make errbuf optional, so if a caller is not interested in an errorMikolaj Golub2013-05-081-14/+30
* Similar to 233760 and 236717, export some more useful info about theJohn Baldwin2013-05-031-0/+90
* procstat_getpathname: for kvm method, instead of returning the errorMikolaj Golub2013-05-011-2/+4
* KVM method support for procstat_getgroups, procstat_getumask,Mikolaj Golub2013-05-011-8/+121
* Add procstat_getkstack function to dump kernel stacks of a process.Mikolaj Golub2013-04-201-0/+70
* Add procstat_getauxv function to retrieve a process auxiliary vector.Mikolaj Golub2013-04-201-0/+152
* Extend libprocstat with functions to retrieve process command lineMikolaj Golub2013-04-201-0/+178
* Add procstat_getosrel function to retrieve a process osrel info.Mikolaj Golub2013-04-201-0/+52
* Add procstat_getpathname function to retrieve a process executable.Mikolaj Golub2013-04-201-0/+65
* Add procstat_getrlimit function to retrieve a process resource limits info.Mikolaj Golub2013-04-201-0/+68
* Add procstat_getumask function to retrieve a process umask.Mikolaj Golub2013-04-201-0/+57
* Add procstat_getgroups function to retrieve process groups.Mikolaj Golub2013-04-201-0/+67
* Add procstat_getvmmap function to get VM layout of a process.Mikolaj Golub2013-04-201-1/+82
* Make libprocstat(3) extract procstat notes from a process core file.Mikolaj Golub2013-04-201-13/+119
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-1/+0
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-181-1/+0
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-171-1/+0
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-171-3/+0
* procstat_getprocs: honor kvm_getprocs interface - cnt is signedAndriy Gapon2012-10-061-2/+5
* Teach procstat_get_shm_info_kvm() how to fetch the pathname of a SHM fileJohn Baldwin2012-06-071-0/+17
* Export some more useful info about shared memory objects to userlandJohn Baldwin2012-04-011-0/+72
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-141-11/+17
* libprocstat: For MAP_PRIVATE, do not consider the file open for writing.Jilles Tjoelker2011-06-181-2/+4
* libprocstat: Fix typo in error messages.Jilles Tjoelker2011-06-181-5/+5
* libprocstat: Remove spaces between function name and open parenthesis.Jilles Tjoelker2011-06-181-2/+2
* libprocstat: Correct format for size_t (should be %zu, not %zd).Jilles Tjoelker2011-06-181-3/+3
* Fix clang warnings.Ben Laurie2011-06-181-2/+2
* Release allocated memory in procstat_close().Sergey Kandaurov2011-05-181-0/+1
* - Whitespace fix.Stanislav Sedov2011-05-151-1/+1
* - Don't try to build NWFS support module if NCP/IPX is disabled in the build.Stanislav Sedov2011-05-121-1/+3
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-0/+1306