summaryrefslogtreecommitdiffstats
path: root/lib/libprocstat
Commit message (Expand)AuthorAgeFilesLines
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-283-0/+3
* Borrow the algorithm from kvm_getprocs() to fix procstat_getprocs() tojhb2013-06-111-7/+11
* Make errbuf optional, so if a caller is not interested in an errortrociny2013-05-081-14/+30
* Bump date.pluknet2013-05-041-1/+1
* Similar to 233760 and 236717, export some more useful info about thejhb2013-05-034-1/+110
* procstat_getpathname: for kvm method, instead of returning the errortrociny2013-05-011-2/+4
* KVM method support for procstat_getgroups, procstat_getumask,trociny2013-05-011-8/+121
* Embed revision id in the library.trociny2013-04-211-2/+3
* mdoc: end function context properly.joel2013-04-201-1/+1
* Bump date.trociny2013-04-201-1/+1
* Add procstat_getkstack function to dump kernel stacks of a process.trociny2013-04-204-0/+106
* Add procstat_getauxv function to retrieve a process auxiliary vector.trociny2013-04-206-0/+200
* Extend libprocstat with functions to retrieve process command linetrociny2013-04-207-0/+413
* Add procstat_getosrel function to retrieve a process osrel info.trociny2013-04-206-0/+74
* Add procstat_getpathname function to retrieve a process executable.trociny2013-04-204-2/+90
* Add procstat_getrlimit function to retrieve a process resource limits info.trociny2013-04-206-0/+94
* Add procstat_getumask function to retrieve a process umask.trociny2013-04-206-0/+80
* Add procstat_getgroups function to retrieve process groups.trociny2013-04-206-0/+104
* Add procstat_getvmmap function to get VM layout of a process.trociny2013-04-204-1/+118
* Make libprocstat(3) extract procstat notes from a process core file.trociny2013-04-208-17/+453
* Garbage collect NWFS and NCP bits which are now completely disconnectedattilio2013-03-091-76/+0
* Garbage collect NTFS bits which are now completely disconnected fromattilio2013-03-021-71/+0
* Merge Capsicum overhaul:pjd2013-03-022-2/+0
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-183-3/+0
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-173-3/+0
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-173-9/+0
* procstat_getprocs: honor kvm_getprocs interface - cnt is signedavg2012-10-061-2/+5
* Add __BEGIN_DECLS and __END_DECLS to make libprocstat more C++-friendly.trociny2012-09-041-0/+2
* Teach procstat_get_shm_info_kvm() how to fetch the pathname of a SHM filejhb2012-06-071-0/+17
* Don't cast inode number or file size down to long or unsigned.gleb2012-05-182-4/+4
* General mdoc(7) and typo fixes.gjb2012-05-111-1/+1
* Export some more useful info about shared memory objects to userlandjhb2012-04-015-1/+101
* Unbreak build.ed2012-02-101-1/+1
* Updates to libprocstat(3) and procstat(1) to allow monitoring Capsicumrwatson2011-08-142-11/+19
* Mention myself in the AUTHORS section.pluknet2011-07-121-1/+8
* Provide a simple manual page for libprocstat(3).pluknet2011-07-122-2/+255
* Add missing libkvm and libutil dependencies.pluknet2011-06-251-0/+2
* libprocstat: For MAP_PRIVATE, do not consider the file open for writing.jilles2011-06-181-2/+4
* libprocstat: Fix typo in error messages.jilles2011-06-181-5/+5
* libprocstat: Remove spaces between function name and open parenthesis.jilles2011-06-181-2/+2
* libprocstat: Correct format for size_t (should be %zu, not %zd).jilles2011-06-181-3/+3
* Fix clang warnings.benl2011-06-181-2/+2
* Release allocated memory in procstat_close().pluknet2011-05-181-0/+1
* - Whitespace fix.stas2011-05-151-1/+1
* - Add symbol versioning to libprocstat.stas2011-05-143-0/+24
* - Don't try to build NWFS support module if NCP/IPX is disabled in the build.stas2011-05-122-3/+9
* - Commit work from libprocstat project. These patches add support for runtimestas2011-05-1214-0/+2527
OpenPOWER on IntegriCloud