K 10 svn:author V 3 sef K 8 svn:date V 27 1998-07-08T06:38:39.000000Z K 7 svn:log V 363 Add support for run-time configuration of core file names. In a nutshell, you can specify the corefile name by using: sysctl -w kern.corefile="format" where format is a pathname (relative or absolute -- default is "%N.core"), with "%N" (process name), "%P" (process ID), and "%U" (user ID) formats. Reviewed by: Mike Smith, with strong requests by Julian :) END