K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-02-06T22:06:54.000000Z K 7 svn:log V 280 - Always call exec_free_args() in kern_execve() instead of doing it in all the callers if the exec either succeeds or fails early. - Move the code to call exit1() if the exec fails after the vmspace is gone to the bottom of kern_execve() to cut down on some code duplication. END