1997-01-01 14:06:29 +00:00
|
|
|
This is the top level of the FreeBSD source directory. This file
|
1999-08-28 01:35:59 +00:00
|
|
|
was last revised on:
|
|
|
|
$FreeBSD$
|
1997-01-01 14:06:29 +00:00
|
|
|
|
2018-05-23 04:09:01 +00:00
|
|
|
FreeBSD is an operating system used to power modern servers,
|
|
|
|
desktops, and embedded platforms. A large community has
|
|
|
|
continually developed it for more than thirty years. Its
|
|
|
|
advanced networking, security, and storage features have
|
|
|
|
made FreeBSD the platform of choice for many of the
|
|
|
|
busiest web sites and most pervasive embedded networking
|
|
|
|
and storage devices.
|
|
|
|
|
1997-01-01 14:06:29 +00:00
|
|
|
For copyright information, please see the file COPYRIGHT in this
|
2018-05-23 04:09:01 +00:00
|
|
|
directory. Additional copyright information also exists for some
|
1997-01-01 14:06:29 +00:00
|
|
|
sources in this tree - please see the specific source directories for
|
2018-05-23 04:09:01 +00:00
|
|
|
more information.
|
1997-01-01 14:06:29 +00:00
|
|
|
|
|
|
|
The Makefile in this directory supports a number of targets for
|
2018-05-23 04:09:01 +00:00
|
|
|
building components (or all) of the FreeBSD source tree. See build(7), config(8),
|
|
|
|
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and
|
|
|
|
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
|
2006-06-07 03:33:48 +00:00
|
|
|
for more information, including setting make(1) variables.
|
|
|
|
|
1997-01-01 14:06:29 +00:00
|
|
|
Source Roadmap:
|
|
|
|
---------------
|
2015-04-19 07:16:44 +00:00
|
|
|
|
2002-03-26 12:35:49 +00:00
|
|
|
bin System/user commands.
|
1997-01-01 14:06:29 +00:00
|
|
|
|
2010-11-14 11:32:56 +00:00
|
|
|
cddl Various commands and libraries under the Common Development
|
|
|
|
and Distribution License.
|
|
|
|
|
1997-01-01 14:06:29 +00:00
|
|
|
contrib Packages contributed by 3rd parties.
|
|
|
|
|
2000-07-31 09:22:50 +00:00
|
|
|
crypto Cryptography stuff (see crypto/README).
|
1997-01-01 14:06:29 +00:00
|
|
|
|
2002-03-26 12:35:49 +00:00
|
|
|
etc Template files for /etc.
|
1997-01-01 14:06:29 +00:00
|
|
|
|
2021-12-17 13:43:47 +00:00
|
|
|
gnu Commands and libraries under the GNU General Public License
|
|
|
|
(GPL) or Lesser General Public License (LGPL). Please see
|
|
|
|
gnu/COPYING* for more information.
|
1997-01-01 14:06:29 +00:00
|
|
|
|
|
|
|
include System include files.
|
|
|
|
|
2002-03-26 12:35:49 +00:00
|
|
|
kerberos5 Kerberos5 (Heimdal) package.
|
|
|
|
|
1997-01-01 14:06:29 +00:00
|
|
|
lib System libraries.
|
|
|
|
|
|
|
|
libexec System daemons.
|
|
|
|
|
|
|
|
release Release building Makefile & associated tools.
|
|
|
|
|
2006-03-01 20:14:55 +00:00
|
|
|
rescue Build system for statically linked /rescue utilities.
|
|
|
|
|
1997-01-01 14:06:29 +00:00
|
|
|
sbin System commands.
|
|
|
|
|
2000-08-31 17:59:01 +00:00
|
|
|
secure Cryptographic libraries and commands.
|
1997-01-01 14:06:29 +00:00
|
|
|
|
|
|
|
share Shared resources.
|
|
|
|
|
2017-12-03 20:36:36 +00:00
|
|
|
stand Boot loader sources.
|
|
|
|
|
1997-01-01 14:06:29 +00:00
|
|
|
sys Kernel sources.
|
|
|
|
|
2018-06-17 19:44:24 +00:00
|
|
|
sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
|
|
|
|
used in release builds. NOTES contains documentation of
|
|
|
|
all possible entries.
|
2018-05-23 04:09:01 +00:00
|
|
|
|
2015-04-12 23:43:41 +00:00
|
|
|
tests Regression tests which can be run by Kyua. See tests/README
|
|
|
|
for additional information.
|
|
|
|
|
1997-01-01 14:06:29 +00:00
|
|
|
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:
|
|
|
|
|
2017-10-29 20:29:31 +00:00
|
|
|
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html
|