Date: Thu, 03 Jun 1999 23:44:31 -0700 From: bmah@CA.Sandia.GOV (Bruce A. Mah) To: Dave Alexander <david-n-alexander@worldnet.att.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is source code for the Standard Libraries... Message-ID: <199906040644.XAA20367@stennis.ca.sandia.gov> In-Reply-To: Your message of "Thu, 03 Jun 1999 23:13:35 PDT." <37576E8F.32CE@worldnet.att.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906040644.XAA20367>