Searched hist:223227 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/etc/
H A Drc.subrdiff 223227 Sat Jun 18 09:07:27 MDT 2011 jilles rc.subr: Eliminate about 100 forks from the boot sequence.

With the current sh, placing eval in a command substitution always results
in a fork(), even if it is the only command and only executes a single
simple command. Therefore, avoid it where it can be avoided easily.

Side effect: values starting with a hyphen and all whitespace are preserved.
The values are defaults and names for rc.conf variables and messages to be
given about obsolete ones.

MFC after: 2 weeks

Completed in 83 milliseconds