From owner-freebsd-net@FreeBSD.ORG Wed Oct 22 22:51:43 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2C50864 for ; Wed, 22 Oct 2014 22:51:43 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::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 4DC7EF23 for ; Wed, 22 Oct 2014 22:51:43 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id n3so2187615wiv.3 for ; Wed, 22 Oct 2014 15:51:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=J46vLleOc/OwJ8oqOR05s1mOmPZ+Rn/v9CZaL/t8i24=; b=EPjkkbpOj06Xc0XNNqdRCDN8MZxqiv3tsFqWiEWE3mcPKxp6zwLsdR+DDLAJi3EVcL bYP+jHezSobv5wto9IC5+OruzxHzk+hRD22IDu9ga54Vg8BCj5rifREdalbMxWldOv7u Du5H5+Yt/ysdqTBJ7DVuDUkEmwepd+vTEPuzbnC/w0Jwjzxi0l4wtnOLDSZ1W8dhm8cZ sna9nwDu1vvzLY/gZBOGrbqi/ckdz4NR78lJcaRGgcQPbfOh+E4sT3GrBxxHsOA8fVS1 +PATYoTL4dnpynqapiMZJx62TWCECf5pckljHEETTKZLMDXbRfntCLVSLpLN9HlPI+LC 0k8A== MIME-Version: 1.0 X-Received: by 10.194.78.238 with SMTP id e14mr1051956wjx.106.1414018301578; Wed, 22 Oct 2014 15:51:41 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.194.220.227 with HTTP; Wed, 22 Oct 2014 15:51:41 -0700 (PDT) In-Reply-To: <1414014468.49733.YahooMailNeo@web172806.mail.ir2.yahoo.com> References: <1414014468.49733.YahooMailNeo@web172806.mail.ir2.yahoo.com> Date: Wed, 22 Oct 2014 16:51:41 -0600 X-Google-Sender-Auth: Qj9NL78JwJJTPjH9ys2HY2yfc4M Message-ID: Subject: Re: patches From: Alan Somers To: Tony Moseby Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 22:51:43 -0000 On Wed, Oct 22, 2014 at 3:47 PM, Tony Moseby wrote: > Hello, > > A simple question,if I want to know if there is a patch for my > problem where should i Look?is there a data base or similar with > all patches for every source code file ? or how does one goes about. > Many thanks I'm not sure what you're looking for. If you want to see problems reported by other users, check https://bugs.freebsd.org/bugzilla/ . If you want to see changes to FreeBSD source code that haven't yet been merged to your released version, check https://svnweb.freebsd.org/base/head/ -Alan