freebsd kernel with SKQ
Go to file
2005-12-28 16:52:45 +00:00
bin MFC: 2005-12-26 15:43:54 +00:00
contrib MFC: 2005-11-22 02:01:01 +00:00
crypto Correct a man-in-the-middle SSL version rollback vulnerability. 2005-10-11 11:53:03 +00:00
etc The new rc.subr requires explicit declaration of the command, and this 2005-12-22 09:06:07 +00:00
games We will not be responsible for damage to equipment, your ego, county wide 2005-12-25 23:29:59 +00:00
gnu MFC v1.28 by ru: 2005-12-26 19:02:53 +00:00
include MFC revision 1.40: 2005-12-15 06:50:39 +00:00
kerberos5 MFC: 1.6: Apply the .PHONY attribute to the ../make*/make* targets. 2005-11-16 07:53:16 +00:00
lib Sync version number with libpthread. 2005-12-26 12:30:53 +00:00
libexec MFC: Include the size of the DL_serpath structures in the total size used 2005-11-28 19:19:39 +00:00
release Spelling fixes and minor nit. 2005-12-14 19:50:55 +00:00
rescue MFC: Install nextboot in /rescue as /rescue/nextboot rather than 2005-12-22 21:17:12 +00:00
sbin MFC rev. 1.16: kill debug printf(3) leftovers. 2005-12-28 10:01:46 +00:00
secure Upgrade to 4.2p1. 2005-09-11 16:50:37 +00:00
share MFC rev. 1.99: NetBSD 3.0. 2005-12-28 10:06:28 +00:00
sys MFC: Destroy the /dev device before destroying the mutex or 2005-12-28 16:52:45 +00:00
tools Extend utility to allow recovering single file from the deffective 2005-12-15 03:50:03 +00:00
usr.bin MFC: 1.171 2005-12-28 08:42:54 +00:00
usr.sbin MFC: 2005-12-28 13:33:41 +00:00
COPYRIGHT Complete 2005 transition. 2005-01-01 07:29:20 +00:00
LOCKS Document the previously existing RELENG_[45]_* security branch locks. 2005-06-02 22:57:30 +00:00
MAINTAINERS Since there's no emulation person, move the entry to upper section 2005-06-04 16:56:35 +00:00
Makefile MFC the following: 2005-11-16 06:56:09 +00:00
Makefile.inc1 MFC: 1.523: Don't create a hierarchy before installing a kernel. 2005-12-21 15:55:17 +00:00
README
UPDATING Note that an MFC of a fix to trimdomain(3) may result in changes to host 2005-12-22 00:43:18 +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.

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