freebsd kernel with SKQ
Go to file
2007-03-19 05:27:18 +00:00
bin MFC: r1.67: Make error messages regarding -t and -l consistent. 2007-03-17 02:10:14 +00:00
contrib MFC: 2007-03-07 16:31:47 +00:00
crypto InstaMFC: OpenSSH 4.5p1 2006-11-11 00:51:29 +00:00
etc MFC rev 1.9: quiet down the errors when all fs are read-only 2007-03-18 05:34:47 +00:00
games MFC rev. 1.231: fix typo. 2006-12-13 12:28:55 +00:00
gnu MFC fbsd-threads.c 1.16: 2007-02-27 01:54:17 +00:00
include MFC rev. 1.3 from HEAD, 2007-02-09 14:24:48 +00:00
kerberos5 MFC: 1.6: Apply the .PHONY attribute to the ../make*/make* targets. 2005-11-16 07:53:16 +00:00
lib MFC rev. 1.16: fix prototypes. 2007-03-16 21:35:13 +00:00
libexec MFC: Document LD_UTRACE. 2007-01-26 16:33:03 +00:00
release New errata: EN-07:05.freebsd-update. 2007-03-18 19:42:24 +00:00
rescue MFC: Replace gzip(1) with the BSD licensed version found in -HEAD. 2007-02-20 08:33:32 +00:00
sbin MFC mount_nfs.c rev. 1.72, mount_nfs.8 rev. 1.47: 2007-03-13 20:28:24 +00:00
secure Ugh, I accidentally sent des@ a patch that included some test 2006-10-11 09:49:12 +00:00
share MFC Chelsio T3 10 Gigabit Ethernet support 2007-03-15 03:06:32 +00:00
sys MFC 1.46: correct conversions between TU and ms/ticks 2007-03-19 05:27:18 +00:00
tools MFC 1.3: fix typo 2007-01-26 06:46:39 +00:00
usr.bin This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2007-03-14 18:20:37 +00:00
usr.sbin hook cxgbtool into buildworld 2007-03-15 04:05:33 +00:00
COPYRIGHT Welcome to 2007 2006-12-31 16:35:29 +00:00
LOCKS MFC: 1.3: RELENG_6_* commit constraints. 2006-02-06 16:39:06 +00:00
MAINTAINERS MFC: pick up maintainer stragglers. 2006-07-09 22:06:28 +00:00
Makefile MFC: Support cross-building by just specifying TARGET. 2006-12-04 18:44:07 +00:00
Makefile.inc1 To make sure build of newer RELENG_6 on older ones work, 2007-03-07 18:45:14 +00:00
ObsoleteFiles.inc MFC: 2007-02-15 17:35:16 +00:00
README Correct yypo in the last commit. 2006-03-04 17:27:08 +00:00
UPDATING Note FreeBSD 6.2-RELEASE. 2007-01-16 15:33:53 +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/doc/en_US.ISO8859-1/books/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 NOTES contains entries and documentation for all possible
devices, not just those commonly used.  It is the successor of the ancient
LINT file, but in contrast to LINT, it is not buildable as a kernel but a
pure reference and documentation file.


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.

lib		System libraries.

libexec		System daemons.

release		Release building Makefile & associated tools.

rescue		Build system for statically linked /rescue utilities.

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/doc/en_US.ISO8859-1/books/handbook/synching.html