Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When sysctlbyname fails, free buf before returning. | Stephen J. Kiernan | 2017-06-01 | 1 | -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 be | John Baldwin | 2015-05-27 | 1 | -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 |