On 11/11/17 22:50, Mateusz Guzik wrote:
Author: mjg
Date: Sat Nov 11 21:50:36 2017
New Revision: 325725
URL: https://svnweb.freebsd.org/changeset/base/325725
Log:
sysctl: try to avoid malloc in name2oid
name2oid is called all the time and passed names are almost always very short
(
Author: mjg
Date: Sat Nov 11 21:50:36 2017
New Revision: 325725
URL: https://svnweb.freebsd.org/changeset/base/325725
Log:
sysctl: try to avoid malloc in name2oid
name2oid is called all the time and passed names are almost always very short
(< 16 characters).
Modified:
head/sys/kern/ke