From owner-svn-src-all@freebsd.org Fri Jul 20 14:32:37 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DF3E1047AB1; Fri, 20 Jul 2018 14:32:37 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B03D7F6D7; Fri, 20 Jul 2018 14:32:37 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C8F711796; Fri, 20 Jul 2018 14:32:37 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6KEWa4Z007790; Fri, 20 Jul 2018 14:32:36 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6KEWaA6007789; Fri, 20 Jul 2018 14:32:36 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201807201432.w6KEWaA6007789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Fri, 20 Jul 2018 14:32:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r336549 - head/sbin/devd X-SVN-Group: head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/sbin/devd X-SVN-Commit-Revision: 336549 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2018 14:32:37 -0000 Author: trasz Date: Fri Jul 20 14:32:36 2018 New Revision: 336549 URL: https://svnweb.freebsd.org/changeset/base/336549 Log: Document kernel/signal/crashdump devd(8) notification. Discussed with: kib@ MFC after: 2 weeks Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D16323 Modified: head/sbin/devd/devd.conf.5 Modified: head/sbin/devd/devd.conf.5 ============================================================================== --- head/sbin/devd/devd.conf.5 Fri Jul 20 14:23:01 2018 (r336548) +++ head/sbin/devd/devd.conf.5 Fri Jul 20 14:32:36 2018 (r336549) @@ -41,7 +41,7 @@ .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" -.Dd July 18, 2018 +.Dd July 20, 2018 .Dt DEVD.CONF 5 .Os .Sh NAME @@ -259,6 +259,10 @@ CIS-product. CIS-vendor. .It Li class Device class. +.It Li comm +Executable name (kernel). +.It Li core +Path to core file (kernel). .It Li device Device ID. .It Li devclass @@ -496,11 +500,22 @@ Events related to the kernel. .Bl -tag -width ".Sy Subsystem" -compact .It Sy Subsystem .It Li power -Information about the state of the system. .Bl -tag -width ".li resume" -compact .It Sy Type .It Li resume Notification that the system has woken from the suspended state. +.El +.El +.Pp +.It Li kernel +More events related to the kernel. +.Bl -tag -width ".Sy Subsystem" -compact +.It Sy Subsystem +.It Li signal +.Bl -tag -width ".li resume" -compact +.It Sy Type +.It Li coredump +Notification that a process has crashed and dumped core. .El .El .Pp