From owner-svn-src-head@freebsd.org Sat Apr 15 02:21:48 2017 Return-Path: Delivered-To: svn-src-head@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 21830D3E6A9; Sat, 15 Apr 2017 02:21:48 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B18BD958; Sat, 15 Apr 2017 02:21:47 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-wm0-f52.google.com with SMTP id w64so3814577wma.0; Fri, 14 Apr 2017 19:21:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=jcu6uWzM5KSUxLK24bczoDNuf1ay1cNkkc5NmebYBOo=; b=Mt9va6yNqRgf3YUk8Ge41FgSWY7Rj8x8oHKKs6xd0OPPXuqYzOVZY6MhsQmssimAfa BkywmyTONPhfN4+PpsbnyddhLWr5jANuChNhGQjwpLv9yAc4JvEjRI+J0igU6Sh5kfWM YaXa495fhpnCJcsc1fZl30ziFTrQ9QZXx5QUkboy13gaMhPUGbJKav3hSPNRTZ6l2Div 185SVgLzEn7tuxs9UrWeLT5lZIYXEy0xxxp4pIKEOgSGUE4nImeKSOTP9LsawbMxFxnA 32ic3Kqdh+G9y4B8hez7gMC8rlqNTirK2HKUyij6e7mtaJZAT0cUdiwmN0GBRamACuMP GgbA== X-Gm-Message-State: AN3rC/6cbXi2V+3aelX3r4tLCKo1VKXlRDm1ruYewh0LqkWbbpbJ7hOH GlIRu/kzzSlUODgJwkhV2Q== X-Received: by 10.28.178.17 with SMTP id b17mr892226wmf.23.1492222905137; Fri, 14 Apr 2017 19:21:45 -0700 (PDT) Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com. [74.125.82.51]) by smtp.gmail.com with ESMTPSA id l19sm4512417wre.2.2017.04.14.19.21.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Apr 2017 19:21:45 -0700 (PDT) Received: by mail-wm0-f51.google.com with SMTP id o81so3801060wmb.1; Fri, 14 Apr 2017 19:21:44 -0700 (PDT) X-Received: by 10.28.211.73 with SMTP id k70mr917338wmg.0.1492222904846; Fri, 14 Apr 2017 19:21:44 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.80.169.4 with HTTP; Fri, 14 Apr 2017 19:21:44 -0700 (PDT) In-Reply-To: <5E527867-0C83-4CA5-8228-23A72B914F10@lerctr.org> References: <201704150135.v3F1ZD2S009211@pdx.rh.CN85.dnsmgr.net> <263DC438-1846-47D8-BB10-AC2E46FD4D56@lerctr.org> <5E527867-0C83-4CA5-8228-23A72B914F10@lerctr.org> From: Conrad Meyer Date: Fri, 14 Apr 2017 19:21:44 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r316938 - head/sbin/savecore To: Larry Rosenman Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" , Ngie Cooper Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2017 02:21:48 -0000 That has not actually been committed yet. Mark Johnston has a patch for it= . On Fri, Apr 14, 2017 at 7:17 PM, Larry Rosenman wrote: > > On 4/14/17, 9:16 PM, "Conrad Meyer" wrote: > > On Fri, Apr 14, 2017 at 7:02 PM, Larry Rosenman wrot= e: > > It looked like the netdump code might need some stuff for current = =E2=80=93CURRENT. > > Not for the server (netdumpd) =E2=80=94 it's just a simple UDP daemon= that > writes incoming UDP streams to disk. > > Best, > Conrad > > > I was referring to the code to actually dump to netdumpd. > > >