Page MenuHomeFreeBSD

Eliminate one syscall from kinfo_getproc
ClosedPublic

Authored by emaste on May 6 2022, 4:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 11:52 PM
Unknown Object (File)
Mon, May 11, 11:52 PM
Unknown Object (File)
Mon, May 11, 11:52 PM
Unknown Object (File)
Mon, May 11, 11:37 PM
Unknown Object (File)
Thu, May 7, 12:03 AM
Unknown Object (File)
Sun, May 3, 4:41 AM
Unknown Object (File)
Fri, May 1, 11:17 AM
Unknown Object (File)
Wed, Apr 29, 11:40 AM
Subscribers

Details

Summary

Previously we invoked the sysctl with a NULL buffer to query the size, allocated a buffer, then invoked it again to fetch the data.

As we only handle the case where the sysctl provides data of the expected size we can just allocate a correctly-sized buffer to begin with.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable