K 10 svn:author V 3 ian K 8 svn:date V 27 2013-03-04T16:50:01.085487Z K 7 svn:log V 379 MFC r246134 ... Improve devd startup time, by tweaking some string handling routines that are heavily used when parsing config files. Mostly these changes avoid making temporary copies of the strings, and avoid doing byte at a time append operations, on the most-used code path. On a 1.2 GHz ARM processor this reduces the time to parse the config files from 13 to 6 seconds. END