Skip site navigation (1)Skip section navigation (2)
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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807080638.XAA27629>