summaryrefslogtreecommitdiff
path: root/lib/libutil/kinfo_getvmobject.c
Commit message (Collapse)AuthorAgeFilesLines
* When sysctlbyname fails, free buf before returning.Stephen J. Kiernan2017-06-011-1/+3
| | | | | | | | | | | Submitted by: Thomas Rix <trix@juniper.net> Reviewed by: jhb Approved by: sjg (mentor) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D9867 Notes: svn path=/head/; revision=319443
* Export a list of VM objects in the system via a sysctl. The list can beJohn Baldwin2015-05-271-0/+94
examined via 'vmstat -o'. It can be used to determine which files are using physical pages of memory and how much each is using. Differential Revision: https://reviews.freebsd.org/D2277 Reviewed by: alc, kib MFC after: 2 weeks Sponsored by: Norse Corp, Inc. (forward porting to HEAD/10) Notes: svn path=/head/; revision=283624