aboutsummaryrefslogtreecommitdiff
path: root/lib/libprocstat
Commit message (Expand)AuthorAgeFilesLines
* Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
* Sync from headSimon J. Gerraty2012-11-044-17/+24
|\
| * Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-183-3/+0
| * Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-173-3/+0
| * Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-173-9/+0
| * procstat_getprocs: honor kvm_getprocs interface - cnt is signedAndriy Gapon2012-10-061-2/+5
| * Add __BEGIN_DECLS and __END_DECLS to make libprocstat more C++-friendly.Mikolaj Golub2012-09-041-0/+2
| * Teach procstat_get_shm_info_kvm() how to fetch the pathname of a SHM fileJohn Baldwin2012-06-071-0/+17
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-222-0/+37
|/
* Don't cast inode number or file size down to long or unsigned.Gleb Kurtsou2012-05-182-4/+4
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-1/+1
* Export some more useful info about shared memory objects to userlandJohn Baldwin2012-04-015-1/+101
* Unbreak build.Ed Schouten2012-02-101-1/+1
* Updates to libprocstat(3) and procstat(1) to allow monitoring CapsicumRobert Watson2011-08-142-11/+19
* Mention myself in the AUTHORS section.Sergey Kandaurov2011-07-121-1/+8
* Provide a simple manual page for libprocstat(3).Sergey Kandaurov2011-07-122-2/+255
* Add missing libkvm and libutil dependencies.Sergey Kandaurov2011-06-251-0/+2
* 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
* - Add symbol versioning to libprocstat.Stanislav Sedov2011-05-143-0/+24
* - Don't try to build NWFS support module if NCP/IPX is disabled in the build.Stanislav Sedov2011-05-122-3/+9
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-1214-0/+2527