From owner-freebsd-questions Thu Jun 3 23:44:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stennis.ca.sandia.gov (stennis.ca.sandia.gov [146.246.243.44]) by hub.freebsd.org (Postfix) with ESMTP id B33BB15472 for ; Thu, 3 Jun 1999 23:44:33 -0700 (PDT) (envelope-from bmah@stennis.ca.sandia.gov) Received: (from bmah@localhost) by stennis.ca.sandia.gov (8.9.3/8.9.3) id XAA20367; Thu, 3 Jun 1999 23:44:31 -0700 (PDT) Message-Id: <199906040644.XAA20367@stennis.ca.sandia.gov> X-Mailer: exmh version 2.1.0 04/14/1999 To: Dave Alexander Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is source code for the Standard Libraries... In-reply-to: Your message of "Thu, 03 Jun 1999 23:13:35 PDT." <37576E8F.32CE@worldnet.att.net> From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 03 Jun 1999 23:44:31 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If memory serves me right, Dave Alexander wrote: > ...included in the latest distribution? Does it include source for the > socket calls? You can always get source code...this is FreeBSD! > If so, where can I find it on the ftp site? Sounds like you want the C libraries. Source code for these is in the slib distribution, which can be found (for example) at: ftp://ftp.freebsd.org/pub/FreeBSD/3.2-RELEASE/src/ You can also grab it via sysinstall by installing the "lib" sub-component of the sources. A lot of the socket calls are just system calls though, so much of the interesting stuff happens in the kernel. I tried browsing the sources in the WebCVS repository to find the syscall stubs but I couldn't find it in a quick 60-second perusal. If you want to browse that: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message