K 10 svn:author V 3 pjd K 8 svn:date V 27 2012-12-16T14:53:27.346025Z K 7 svn:log V 330 Move expand_name() after process lock is released. This fixed panic where we hold mutex (process lock) and try to obtain sleepable lock (vnode lock in expand_name()). The panic could occur when %I was used in kern.corefile. Additionally we avoid expand_name() overhead when coredumps are disabled. Obtained from: WHEEL Systems END