From owner-svn-src-user@freebsd.org Mon Jan 15 00:29:18 2018 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CB5EE6D433 for ; Mon, 15 Jan 2018 00:29:18 +0000 (UTC) (envelope-from markj@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 38A5275178; Mon, 15 Jan 2018 00:29:18 +0000 (UTC) (envelope-from markj@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 886EC10BD; Mon, 15 Jan 2018 00:29:17 +0000 (UTC) (envelope-from markj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0F0TH5F034786; Mon, 15 Jan 2018 00:29:17 GMT (envelope-from markj@FreeBSD.org) Received: (from markj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0F0THX8034785; Mon, 15 Jan 2018 00:29:17 GMT (envelope-from markj@FreeBSD.org) Message-Id: <201801150029.w0F0THX8034785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: markj set sender to markj@FreeBSD.org using -f From: Mark Johnston Date: Mon, 15 Jan 2018 00:29:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r327980 - user/markj/netdump X-SVN-Group: user X-SVN-Commit-Author: markj X-SVN-Commit-Paths: user/markj/netdump X-SVN-Commit-Revision: 327980 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jan 2018 00:29:18 -0000 Author: markj Date: Mon Jan 15 00:29:17 2018 New Revision: 327980 URL: https://svnweb.freebsd.org/changeset/base/327980 Log: Create a branch for integrating changes needed for netdump. netdump is a facility that allows the kernel to transmit a kernel dump over UDP to a remote server, instead of saving it to local media. This is useful for diskless systems and for centralized collection of kernel dumps in a lab environment. This implementation will provide a kernel netdump client, including hooks for some NIC drivers, and support for configuration with dumpon(8). Some extensions to the mbuf allocator make it possible to allocate mbufs/clusters after a panic using a pre-allocated pool; this is done without imposing any runtime overhead in the regular allocator and without having to modify driver tx/rx code. The netdump server component is available in the ports tree as ftp/netdumpd. Added: - copied from r327979, head/ Directory Properties: user/markj/netdump/ (props changed)