From owner-freebsd-questions Thu Sep 21 06:52:48 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06321 for questions-outgoing; Thu, 21 Sep 1995 06:52:48 -0700 Received: from thebard.kci.co.kr (thebard.kci.co.kr [203.250.160.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA06314 for ; Thu, 21 Sep 1995 06:52:31 -0700 Received: from romeo.kci.co.kr (romeo.kci.co.kr [203.250.160.10]) by thebard.kci.co.kr (8.6.12H1/8.6.9) with SMTP id WAA04839 for ; Thu, 21 Sep 1995 22:48:32 +0900 Received: by romeo.kci.co.kr (4.1/SMI-4.1) id AA06298; Thu, 21 Sep 95 22:49:34 KST Date: Thu, 21 Sep 95 22:49:34 KST From: hunsoo@romeo.kci.co.kr (Hong Hunsoo) Message-Id: <9509211349.AA06298@romeo.kci.co.kr> Apparently-To: questions@freebsd.org Sender: owner-questions@freebsd.org Precedence: bulk I have been studying bsd-sources KERNEL codes, which are the same codes of ftp:/systems/unix/bsd-sources/et cetera. In the cource of my studying, I installed FreeBSD at 386PC, and its performance was very successful. But to my surprise, there are much difference in the codes of FreeBSD and those of bsd-sources, and thich makes me confused. In the course of studying, I noticed that the bread() function and etc.(mainly those in sys/kern/vfs_bio.c) were deleted. But In the codes of FreeBSD, there exited the bread() function and the other functions(which were not existed in bsd-sources).. (Maybe, I think, the nonexistance was due to the machine dependency of bread()) What I really want to know is that; is there any reason why the bsd-sources source code could not contain the bread() function and etc; and if there is no serious problem, is it possible for me get the full codes of bread() and etc functions, which are deleted with the message /* Body deleted */ in bsd-sources.