Date: Tue, 7 Jul 1998 23:38:44 -0700 (PDT) From: Sean Eric Fagan <sef@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <199807080638.XAA27629@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sef 1998/07/07 23:38:44 PDT
Modified files:
sys/kern kern_sig.c
Log:
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 :)
Revision Changes Path
1.43 +93 -5 src/sys/kern/kern_sig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807080638.XAA27629>
