freebsd kernel with SKQ
Go to file
kib 3376bddb2d MFC r180252:
The uniqdosname() function takes char[12] as it third argument.
2008-08-14 12:40:42 +00:00
bin Revert, this was supposed to go into HEAD. 2008-04-27 20:43:26 +00:00
contrib MFC change 180637 - tcsh abort in xgetpass() 2008-07-22 15:14:59 +00:00
crypto Fix logic error in sshd(8) concerning the handling of failed 2008-04-17 00:00:41 +00:00
etc MFC: Add support for /etc/sysctl.conf.local. 2008-08-07 18:47:34 +00:00
games MFC of revision 173401, 173414 and 173396: 2008-07-14 10:49:32 +00:00
gnu MFC: Enable use of 'tid' for remote targets and use gdb_thread_select() 2008-05-09 18:59:50 +00:00
include MFC: Add the mpt_user personality to mpt(4). 2008-06-27 04:46:06 +00:00
kerberos5 MFC: remove some no-longer-needed _FREEFALL_CONFIG hacks. 2007-10-29 21:47:56 +00:00
lib MFC r181485: Make 'ar' and 'pax' writers robust against multiple 2008-08-13 05:08:22 +00:00
libexec MFC: Use sysctl to fetch stats from the kernel instead of reading variables 2008-06-27 02:20:37 +00:00
release Update pthread errata note with errata notice. 2008-04-20 17:55:48 +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 r163999 2008-07-20 17:39:07 +00:00
secure MFC: Repair handling of X11BASE and LOCALBASE 2008-03-22 15:13:26 +00:00
share MFC r179346. 2008-07-28 02:16:47 +00:00
sys MFC r180252: 2008-08-14 12:40:42 +00:00
tools MFC of regression tests for usr.bin/calendar. 2008-08-05 08:49:49 +00:00
usr.bin MFC of r181352 2008-08-14 01:47:42 +00:00
usr.sbin MFC: r180922/181687: allow kernel config files to include files other 2008-08-13 14:34:53 +00:00
COPYRIGHT MFC: Happy new year 2008! 2007-12-31 22:12:07 +00:00
LOCKS MFC: 1.3: RELENG_6_* commit constraints. 2006-02-06 16:39:06 +00:00
MAINTAINERS - Associate myself with ncurses 2008-06-04 07:37:56 +00:00
Makefile MFC: Add a note pointing to build(7) for more info. 2008-02-12 20:19:34 +00:00
Makefile.inc1 MFC, the UNAME_ and OSVERSION environment over rides. This makes 2007-05-16 21:39:44 +00:00
ObsoleteFiles.inc MFC rev 1.134 ObsoleteFiles.inc 2008-04-11 10:14:19 +00:00
README Correct yypo in the last commit. 2006-03-04 17:27:08 +00:00
UPDATING Mention 6.3-RELEASE 2008-02-22 20:14:30 +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