From owner-freebsd-questions@FreeBSD.ORG Wed May 13 15:53:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42EE7106564A for ; Wed, 13 May 2009 15:53:59 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-qy0-f173.google.com (mail-qy0-f173.google.com [209.85.221.173]) by mx1.freebsd.org (Postfix) with ESMTP id EC49F8FC08 for ; Wed, 13 May 2009 15:53:58 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by qyk3 with SMTP id 3so1381834qyk.3 for ; Wed, 13 May 2009 08:53:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=+0Az/6c1fzmPNw8d2RINzoKC3iupGSymVNAOLnJ2NJk=; b=EcHtgFJ7OqeJ2pvqAa27hA/+Zu2JNoumTMhh4kFnQJaVKJ9w7OL7MB5W7UnHoMsDFh 7e1lpx0/RK/zxalseKi6aZbcvckGN9y4V7M56uZok+frxw1CTyhYGMY7LH7mSiKUnUOM ksFmRfOVIlbI23+JqQilu2F48ZUpOkH6vzDvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=GoZdfwiHL6xUb6a3LSiuaEiAcvEPUNILBJyMDdfjh2Ju5sfMSW2f0po0eWPXbpAUUs gHoDJwfF5Kl9/f00Rt6UYrlFltd8c307qetKqxOA7Cs+EizcgM9f3WCk3aBiqYgQNIU6 WUddNXfbK1DqS1BiWE6io5MBYtO/Sle2EKqMQ= MIME-Version: 1.0 Received: by 10.220.96.213 with SMTP id i21mr1143462vcn.104.1242230038152; Wed, 13 May 2009 08:53:58 -0700 (PDT) In-Reply-To: <717ed9590905130803x35a786b6uec0256cf855adf8f@mail.gmail.com> References: <717ed9590905130803x35a786b6uec0256cf855adf8f@mail.gmail.com> From: Tim Judd Date: Wed, 13 May 2009 09:53:38 -0600 Message-ID: To: Shakil Khan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Welcome to the "freebsd-questions" mailing list 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: Wed, 13 May 2009 15:53:59 -0000 On Wed, May 13, 2009 at 9:03 AM, Shakil Khan wrote: > Hi, > > Can anyone let me know how can I download FreeBSD kernel source code. I am > on Linux and am not able to download using CVS. Can someone point me > exactly > and also if some links are available where I can download tar ball of > FreeBSD kernek source code. > > Regards > ~Korikov > download the ssrc.?? files, cat them together, and then it's a tarfile that needs these arguments to extract tar -xpzf ssrc.tgz -C /preffered/location Hopefully Linux can handle the permissions/paths correctly. --TJ