Go to file
Maxim Konovalov d16c3bfa46 o Merge FreeBSD-SA-06:14.fpu.
Approved by:	so (cperciva)
2006-04-21 18:48:36 +00:00
bin MFC: revs. 1.22-1.24 (except for lchflags(2)). 2003-08-14 14:07:13 +00:00
contrib o Merge SA-06:11.ipsec, SA-06:12.opie. 2006-03-23 10:19:35 +00:00
crypto o Merge FreeBSD-SA-05:21.openssl. 2005-10-13 08:58:43 +00:00
etc This commit was manufactured by cvs2svn to create branch 'RELENG_4_9'. 2003-10-22 20:36:28 +00:00
games This commit was manufactured by cvs2svn to create branch 'RELENG_4_9'. 2003-10-22 20:36:28 +00:00
gnu Merge SA-05:20.cvsbug. 2005-09-10 16:23:58 +00:00
include MFC: sync with NetBSD -- sl_add() now returns an int. 2003-08-28 22:13:04 +00:00
kerberos5 MFC optional (default off) compile-time support for openldap in heimdal. 2003-08-27 08:22:00 +00:00
kerberosIV MFC kadm_ser_wrap.c:1.1.1.4: fix buffer overflow 2002-10-23 13:07:43 +00:00
lib This commit was manufactured by cvs2svn to create branch 'RELENG_4_9'. 2003-10-22 20:36:28 +00:00
libexec This commit was manufactured by cvs2svn to create branch 'RELENG_4_9'. 2003-10-22 20:36:28 +00:00
release The next release of FreeBSD will most likely be 4.9.1, according to 2003-10-27 05:37:00 +00:00
sbin MFC: 1.60: Better documentation of -redirect_port port range syntax. 2003-09-22 18:59:45 +00:00
secure Fixed broken -DNOSHARED build in secure/usr.sbin/sshd. 2003-07-25 10:35:56 +00:00
share Version bump. This supfile should track RELENG_4_9. 2003-10-23 04:56:27 +00:00
sys o Merge FreeBSD-SA-06:14.fpu. 2006-04-21 18:48:36 +00:00
tools MFC: safenet driver stats program 2003-07-22 18:01:41 +00:00
usr.bin o Merge SA-06:01.texindex, SA-06:02.ee, SA-06:03.cpio. 2006-01-18 11:27:46 +00:00
usr.sbin MFS: 4.9-RELEASE should fetch the release packages with pkg_add -r. 2003-10-27 07:57:32 +00:00
COPYRIGHT
Makefile MFC: 1.278: Don't make buildworld and buildkernel in parallel. 2003-04-16 09:59:40 +00:00
Makefile.inc1 Version bump -- 'make update' should check out RELENG_4_9 here. 2003-10-23 04:53:45 +00:00
Makefile.upgrade
README
UPDATING o Merge FreeBSD-SA-06:14.fpu. 2006-04-21 18:48:36 +00:00

This is the top level of the FreeBSD source directory.  This file
was last revised on:
$FreeBSD$

For copyright information, please see the file COPYRIGHT in this
directory (additional copyright information also exists for some
sources in this tree - please see the specific source directories for
more information).

The Makefile in this directory supports a number of targets for
building components (or all) of the FreeBSD source tree, the most
commonly used one being ``world'', which rebuilds and installs
everything in the FreeBSD system from the source tree except the
kernel, the kernel-modules and the contents of /etc.  The
``buildkernel'' and ``installkernel'' targets build and install
the kernel and the modules (see below).  Please see the top of
the Makefile in this directory for more information on the
standard build targets and compile-time flags.

Building a kernel is a somewhat more involved process, documentation
for which can be found at:
   http://www.FreeBSD.org/handbook/kernelconfig.html
And in the config(8) man page.
Note: If you want to build and install the kernel with the
``buildkernel'' and ``installkernel'' targets, you might need to build
world before.  More information is available in the handbook.

The sample kernel configuration files reside in the sys/<arch>/conf
sub-directory (assuming that you've installed the kernel sources), the
file named GENERIC being the one used to build your initial installation
kernel.  The file LINT contains entries for all possible devices, not
just those commonly used, and is meant more as a general reference
than an actual kernel configuration file (a kernel built from it
wouldn't even run).


Source Roadmap:
---------------
bin		System/user commands.

contrib		Packages contributed by 3rd parties.

crypto		Cryptography stuff (see crypto/README).

etc		Template files for /etc.

games		Amusements.

gnu		Various commands and libraries under the GNU Public License.
		Please see gnu/COPYING* for more information.

include		System include files.

kerberos5	Kerberos5 (Heimdal) package.

kerberosIV	KerberosIV (eBones) package.

lib		System libraries.

libexec		System daemons.

release		Release building Makefile & associated tools.

sbin		System commands.

secure		Cryptographic libraries and commands.

share		Shared resources.

sys		Kernel sources.

tools		Utilities for regression testing and miscellaneous tasks.

usr.bin		User commands.

usr.sbin	System administration commands.


For information on synchronizing your source tree with one or more of
the FreeBSD Project's development branches, please see:

  http://www.FreeBSD.org/handbook/synching.html