2017-03-01 05:05:05 +00:00
|
|
|
FreeBSD Source:
|
|
|
|
---------------
|
2017-03-01 15:39:58 +00:00
|
|
|
This is the top level of the FreeBSD source directory. This file
|
|
|
|
was last revised on:
|
2017-03-01 05:05:05 +00:00
|
|
|
$FreeBSD$
|
|
|
|
|
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.
|
|
|
|
|
2017-03-01 15:39:58 +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
|
2017-03-01 15:39:58 +00:00
|
|
|
sources in this tree - please see the specific source directories for
|
2018-05-23 04:09:01 +00:00
|
|
|
more information.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2017-03-01 15:39:58 +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
|
2017-03-01 15:39:58 +00:00
|
|
|
for more information, including setting make(1) variables.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
|
|
|
Source Roadmap:
|
|
|
|
---------------
|
|
|
|
```
|
2018-03-02 14:42:08 +00:00
|
|
|
bin System/user commands.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
cddl Various commands and libraries under the Common Development
|
|
|
|
and Distribution License.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
contrib Packages contributed by 3rd parties.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
crypto Cryptography stuff (see crypto/README).
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
etc Template files for /etc.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
gnu Various commands and libraries under the GNU Public License.
|
|
|
|
Please see gnu/COPYING* for more information.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
include System include files.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
kerberos5 Kerberos5 (Heimdal) package.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
lib System libraries.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
libexec System daemons.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
release Release building Makefile & associated tools.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
rescue Build system for statically linked /rescue utilities.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
sbin System commands.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
secure Cryptographic libraries and commands.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
share Shared resources.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
stand Boot loader sources.
|
2017-12-03 20:36:36 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
sys Kernel sources.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
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
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
tests Regression tests which can be run by Kyua. See tests/README
|
|
|
|
for additional information.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
tools Utilities for regression testing and miscellaneous tasks.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
usr.bin User commands.
|
2017-03-01 05:05:05 +00:00
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
usr.sbin System administration commands.
|
2017-03-01 05:05:05 +00:00
|
|
|
```
|
|
|
|
|
2017-03-01 15:39:58 +00:00
|
|
|
For information on synchronizing your source tree with one or more of
|
2017-03-01 05:05:05 +00:00
|
|
|
the FreeBSD Project's development branches, please see:
|
|
|
|
|
2018-03-02 14:42:08 +00:00
|
|
|
https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html
|