From owner-freebsd-questions Tue Nov 9 10:15:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 58EAE14BC2 for ; Tue, 9 Nov 1999 10:15:38 -0800 (PST) (envelope-from thierry.herbelot@alcatel.fr) Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id TAA32089; Tue, 9 Nov 1999 19:09:05 +0100 Received: from lune.telspace.alcatel.fr (lune.telspace.alcatel.fr [155.132.144.65]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id TAA26390; Tue, 9 Nov 1999 19:14:34 +0100 (MET) Received: from telss1 (telss1.telspace.alcatel.fr [155.132.51.4]) by lune.telspace.alcatel.fr (8.9.3/8.9.3) with ESMTP id TAA28708; Tue, 9 Nov 1999 19:13:35 +0100 (MET) Received: from alcatel.fr by telss1 (8.8.8+Sun/SMI-SVR4) id TAA15998; Tue, 9 Nov 1999 19:15:27 +0100 (MET) Message-ID: <38286406.A960DACB@alcatel.fr> Date: Tue, 09 Nov 1999 19:12:22 +0100 From: Thierry Herbelot Reply-To: thierry.herbelot@alcatel.fr Organization: ALCATEL CIT Nanterre X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Scott Mallonee Cc: questions@FreeBSD.ORG Subject: Re: Source download, VXworks References: <38285A24.A8162781@newbridge.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Scott Mallonee wrote: > > BSD Folks, > > I seek your attention for a few questions: > > 1) I am now struggling to bring the source code onto my local (Solaris) environment. I > have FTPed the contents of > ftp://ftp5.FreeBSD.org/pub/FreeBSD/releases/i386/3.3-RELEASE/src/ , but install.sh > contains options that in my version of sh, the id and man commands do not understand. Is > there a method for doing a source extraction in Solaris? each of the source "components" is just there as chunks of gzipped tar archives. If you just have a look at the end of install.sh, you'll see how to unpack your components. If you have an old "tar", you can get the sources via "cat ssys* >> ssys.tgz" "gzip -cd ssys.tgz | tar xvf -" TfH PS : if you have problems getting your way through a simple shell script, you may have a rough time porting the IP stack to a new OS : good luck ! > > 2) I am looking at the BSD IP stack as a candidate for porting to VXworks, to replace the > native stack. I have some proprietary requirements that the native VXworks stack will not > satisfy. Has anyone substantial experience with this? > > 3) If, as I progress, I have contributions for the BSD stack, what procedure should I > follow to submit? > > Thanks! > -- > +--------------------------------------------------------------------+ > | Scott Mallonee (540)822-4432 | > | Newbridge Networks Incorporated (703)736-5982 | > +--------------------------------------------------------------------+ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message