From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 5 13:41:15 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5006A93A for ; Fri, 5 Sep 2014 13:41:15 +0000 (UTC) Received: from mail-qg0-x230.google.com (mail-qg0-x230.google.com [IPv6:2607:f8b0:400d:c04::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09FCA1556 for ; Fri, 5 Sep 2014 13:41:14 +0000 (UTC) Received: by mail-qg0-f48.google.com with SMTP id z107so11658230qgd.21 for ; Fri, 05 Sep 2014 06:41:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=Z6NrI6Lat8YdvTE53uC+Bu3GQQpWjshasBgecZPJ5kY=; b=PxjN/GYftcY1KR42Id5GJ8PibvfXU4FeT9eD1CokdjY2E8Lh96JlpCbAACO9dnRXtb JWBAT59btubV/X+GENRF14EH2yVB308PJd8PtPJfE5pYhpdbmgh1CSNU37lGXK/oNLF9 fJ93Wn9zNYzn+/5FG2pKsEvO1iW+ei7BXcelE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=Z6NrI6Lat8YdvTE53uC+Bu3GQQpWjshasBgecZPJ5kY=; b=iquhNPaD9vZbSSRNwc7ilWU+leYoDNxDQzP+sP93fM0SVA8ut/7xYh6rIrDxq+3FW/ lS4ldm84hxx2PU7ZL0tZBz3ts5XKHKHR2WPM0k7zDOA2XHk8OZRsmjTn07Q9ODrTwd76 irR9WLdOgKuK3jHbsokSLkoD+8BnmTj1feCSNroE3upw4t9sriFTMGzpEU1ZNPgkfVm+ 3/bV5V13HhRkoGuIe3F3W2KchGy97IZGQWqdiNdZCiqkb194zZmfZnPhWw8YjUWHJQeH 6sLoaseXhRfTVNRkELF9gqZHPeYfkT7FzfdpqrC0+plAZh3/gzZWBPp01YZ2QGUyjvd0 9Reg== X-Gm-Message-State: ALoCoQlx4d/6c1kpfLz37Qt87VDxS9r0/jhnlTsl8qtQNRRTjQ26RK5lml1vUEuBfk3O4hLr9LFA X-Received: by 10.224.163.83 with SMTP id z19mr19032460qax.68.1409924473857; Fri, 05 Sep 2014 06:41:13 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.28.168 with HTTP; Fri, 5 Sep 2014 06:40:43 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Fri, 5 Sep 2014 06:40:43 -0700 X-Google-Sender-Auth: UXEBFg4OoqUtnJ91bfLs9Imt5iQ Message-ID: Subject: Re: patchchecker for FreeBSD ? To: Kashyap Desai , David Chisnall , FreeBSD Hackers Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 13:41:15 -0000 +theraven@ who might be able to give a better answer +hackers@ since this relates to a technical issue On 5 September 2014 03:53, Kashyap Desai wrote: > Hi Eitan Adler, > > I was searching for patchchecker tool on FreeBSD same as Linux and found > below link. > > https://wiki.freebsd.org/GoogleCodeIn/2012Tasks#Patch_style_checker > > Is there any tool available to check any coding standard issue in FreeBSD ? I don't think there is any standard tool we use, but there have been multiple projects to come up with one. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams