From owner-cvs-all Wed Jul 8 02:34:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10704 for cvs-all-outgoing; Wed, 8 Jul 1998 02:34:17 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10572; Wed, 8 Jul 1998 02:33:56 -0700 (PDT) (envelope-from sef@FreeBSD.org) From: Sean Eric Fagan Received: (from sef@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA27629; Tue, 7 Jul 1998 23:38:44 -0700 (PDT) Date: Tue, 7 Jul 1998 23:38:44 -0700 (PDT) Message-Id: <199807080638.XAA27629@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_sig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message