freebsd kernel with SKQ
Go to file
2006-12-28 21:54:50 +00:00
bin MFC support for Linux-compatible -f flag. 2006-12-15 03:27:50 +00:00
contrib MFC upgrade to version 9.3.3 2006-12-13 09:47:02 +00:00
crypto InstaMFC: OpenSSH 4.5p1 2006-11-11 00:51:29 +00:00
etc MFC rev. 1.18: 2006-12-20 12:29:40 +00:00
games MFC rev. 1.231: fix typo. 2006-12-13 12:28:55 +00:00
gnu MFC: configure for for big endian if __ARMEB__ or TARGET_BYTES_BIG_ENDIAN 2006-11-06 02:31:43 +00:00
include MFC: Merge BIND9 9.3.3 into main chunk. 2006-12-22 07:33:20 +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: 1.7 2006-12-26 09:45:19 +00:00
libexec Fix ARM build: 2006-11-17 00:32:53 +00:00
release MFC: arcmsr(4) 1.20.00.13, libc resolver from BIND 9.3.3. 2006-12-24 22:54:25 +00:00
rescue MFC: Install nextboot in /rescue as /rescue/nextboot rather than 2005-12-22 21:17:12 +00:00
sbin MFC: sbin/ggate/ggated/ggated.c 1.8,1.9 2006-12-18 11:25:02 +00:00
secure Ugh, I accidentally sent des@ a patch that included some test 2006-10-11 09:49:12 +00:00
share MFC: Add support for the second (RT2561/RT2561S) and third 2006-12-23 07:14:42 +00:00
sys MFC: Use pci_find_extcap() in drm(4) and agp(4). 2006-12-28 21:54:50 +00:00
tools MFC 1.22 and 1.23: 2006-11-27 12:17:32 +00:00
usr.bin MFC revisions 1.35-1.37. 2006-12-26 20:09:40 +00:00
usr.sbin MFC cosmetic fixes to the asf(8) usage line and manpage, 2006-12-27 06:31:57 +00:00
COPYRIGHT MFC: Bump copyright year. 2006-02-08 09:11:58 +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 Oops, alpha is still alive on RELENG_6. 2006-12-05 13:56:46 +00:00
ObsoleteFiles.inc MFC: rev. 1.61 2006-11-23 09:28:29 +00:00
README Correct yypo in the last commit. 2006-03-04 17:27:08 +00:00
UPDATING Add an entry regarding NMBCLUSTERS kernel option remove, as it can affect 2006-10-04 21:09:12 +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