From owner-freebsd-questions@FreeBSD.ORG Thu Sep 6 09:58:27 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E49271065672 for ; Thu, 6 Sep 2012 09:58:27 +0000 (UTC) (envelope-from venkatduvvuru.ml@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id A55598FC0A for ; Thu, 6 Sep 2012 09:58:27 +0000 (UTC) Received: by obbun3 with SMTP id un3so2631584obb.13 for ; Thu, 06 Sep 2012 02:58:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=E7l8bz06V1ETBfgP1CbE50gVjFc0Rcl/DdQbHYKgz6E=; b=MPf5sxlrBys8LxcIedLsXRAITLd0JXXjjzzEX2KXcdL3at87yw6x64ccMxidR0aW1Z rUJpC8Bk+82sJ5c6X1aOHMqtOsOw6x7qYqFN/H5Jt795WC0uaNBrL2vtyuItVGTi0Td0 xFQdssyAfvhKWgqq9zJCbPdgEK7KwVczxWyVRR5Q6yhYcLFZIHAxv1cVUnouPDdrJKjQ 5CkgF1CTo+oJrptnK0/lzyVPSIF9kmThWbi6u0QTItTWPRVDGsFL3h9tzaW989sVorU8 QbbjMHWm5fF817j1A5kUvXwkxv/xwRjTmSdIhJcCF898zW21NKmhHNvEMa7FvuMdkBoY hNvA== MIME-Version: 1.0 Received: by 10.182.14.101 with SMTP id o5mr1264529obc.1.1346925506782; Thu, 06 Sep 2012 02:58:26 -0700 (PDT) Received: by 10.76.95.138 with HTTP; Thu, 6 Sep 2012 02:58:26 -0700 (PDT) Date: Thu, 6 Sep 2012 15:28:26 +0530 Message-ID: From: Venkat Duvvuru To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Patch into kernel sources X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 09:58:28 -0000 Hi, Could somebody please point me to a procedure to apply a patch to the sources? I have a driver patch that I would like to commit. /Venkat