aboutsummaryrefslogtreecommitdiff
path: root/lib/libprocstat/libprocstat.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r262690 from head to stable/9:Robert Watson2014-03-191-1/+1
* MFC r250378:Mikolaj Golub2013-06-301-14/+30
* MFC 250223,250233:John Baldwin2013-06-241-0/+90
* MFC 251637:John Baldwin2013-06-211-7/+11
* MFC r250147:Mikolaj Golub2013-05-261-2/+4
* MFC r249666, r249667, r249670, r249672, r249674, r249676, r249677, r249679,Mikolaj Golub2013-05-211-14/+1023
* MFC r241304: procstat_getprocs: honor kvm_getprocs interface - cnt is signedAndriy Gapon2012-10-171-2/+5
* MFC 236717:John Baldwin2012-06-291-0/+17
* MFC 233760:John Baldwin2012-06-061-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