HomeFreeBSD

sysctl: try to avoid malloc in name2oid

Description

sysctl: try to avoid malloc in name2oid

name2oid is called all the time and passed names are almost always very short
(< 16 characters).

Details

Provenance
mjgAuthored on
Parents
rS325724: Implement missing KDGETMODE IOCTL in VT.
Branches
Unknown
Tags
Unknown