From owner-freebsd-current@freebsd.org Tue Sep 15 02:43:40 2015 Return-Path: Delivered-To: freebsd-current@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 3C405A031A9 for ; Tue, 15 Sep 2015 02:43:40 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (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 ED4631FD5; Tue, 15 Sep 2015 02:43:39 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgt47 with SMTP id 47so131863632qgt.2; Mon, 14 Sep 2015 19:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XR/7GP9QZtanO9aQCmvsXEM7sCMzhkwtbLaUwPibILc=; b=XShlQSPqHnlzHNqOBNCJdtEJVWA1zTJPt5ooUz2j2VUcAQ3TXBXFLwD7Z02AWYfbCn OFxyfUJmJKb4Uj+JWmFblo2dK1PEr1k+3S0XurGi5z6dKd8zepFWzyUDP2F1bahz1lLw y5B82EWdffLq6Bu9cHno3fpZSva8HPxmaLeqqj5WEpQ60PIqoH1F7uLmkRrmED+71rkB GuaNgj53OO3YruL31/hWDyUZ1SEUGX0dlhX1VBApkmXwBNMfPcH8yZUHjFjB/yAWCLaN WZsQosfNjEIFerH2X45c2bPuWQfGG5LdPca9WLNIUJo3f6YlHnQxLCRjgOZ+4f4h53Qo Hshw== MIME-Version: 1.0 X-Received: by 10.140.19.101 with SMTP id 92mr27751093qgg.90.1442285019090; Mon, 14 Sep 2015 19:43:39 -0700 (PDT) Received: by 10.140.94.33 with HTTP; Mon, 14 Sep 2015 19:43:39 -0700 (PDT) In-Reply-To: <20150914234825.GC15213@muskytusk> References: <738721442150603@web6j.yandex.ru> <20150913205333.GA2444@muskytusk> <363291442225336@web1h.yandex.ru> <20150914221656.GB15213@muskytusk> <20150914234825.GC15213@muskytusk> Date: Mon, 14 Sep 2015 19:43:39 -0700 Message-ID: Subject: Re: kernel dtrace and current From: NGie Cooper To: Mark Johnston Cc: Warner Losh , Ryan Stone , "Alexander V. Chernikov" , FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2015 02:43:40 -0000 On Mon, Sep 14, 2015 at 4:48 PM, Mark Johnston wrote: ... > While I'm looking at this, does anyone know what sgsmsg is for and why > it's built as part of the bootstrap tools? It came in with r179200 as a > DTrace build tool, but as far as I can see it's unused and always has > been. If there's no reason to have it in the tree, I can remove it. Unfortunately manpages don't render on github, but this might help: https://github.com/joyent/illumos-joyent/blob/master/usr/src/cmd/sgs/tools/man/sgsmsg.1l Cheers, -NGie