Find a file
2022-04-30 16:57:54 -07:00
.cirrus-ci
.github Vendor import of OpenSSH 9.0p1 2022-04-08 13:19:17 -04:00
bin pax(1): Remove a few double words in source code comments 2022-04-09 14:27:39 +02:00
cddl ctf: Link CTF toolchain man pages to ctf.5 2022-04-21 11:20:28 -04:00
contrib libcxxrt: Insert padding in __cxa_dependent_exception 2022-04-27 09:41:26 -04:00
crypto ssh: use upstream SSH_OPENSSL_VERSION macro 2022-04-23 20:07:57 -04:00
etc bintrans: move files to a new directory 2022-04-18 10:53:11 +02:00
gnu
include
kerberos5
lib libz: update the upgrade instructions to reflect reality 2022-04-30 16:57:54 -07:00
libexec libexec/rc.d/hostapd: Down/up interface when interface is specified 2022-04-22 09:15:49 -07:00
release release: fix on-disc pkg binary symbolic links 2022-04-26 15:52:40 -04:00
rescue
sbin sbin/devfs: Correct usage 2022-04-30 11:00:11 -07:00
secure ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
share src.conf.5: regen after f768ecf247 2022-04-30 15:42:49 -04:00
stand stand: Install libsa.3 2022-04-30 12:52:19 -06:00
sys nfscl: Add support for a NFSv4 AppendWrite RPC 2022-04-30 13:49:23 -07:00
targets bintrans: move files to a new directory 2022-04-18 10:53:11 +02:00
tests fusefs: use the fsname mount option if set 2022-04-29 11:10:03 -06:00
tools Correct markup in WITH_/WITHOUT_UNIFIED_OBJDIR descriptions 2022-04-30 15:40:49 -04:00
usr.bin base64: ignore -i as promised 2022-04-24 08:23:27 +02:00
usr.sbin bsdinstall netconfig_ipv4: Fix resolv.conf rebuild 2022-04-30 17:34:53 +02:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 bintrans: move files to a new directory 2022-04-18 10:53:11 +02:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc bintrans: move files to a new directory 2022-04-18 10:53:11 +02:00
README.md
RELNOTES
UPDATING UPDATING: Fix a few typos 2022-04-10 10:11:17 +02:00

FreeBSD Source:

This is the top level of the FreeBSD source directory.

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.

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. See build(7), config(8), FreeBSD handbook on building userland, and Handbook for kernels for more information, including setting make(1) variables.

Source Roadmap:

Directory Description
bin System/user commands.
cddl Various commands and libraries under the Common Development and Distribution License.
contrib Packages contributed by 3rd parties.
crypto Cryptography stuff (see crypto/README).
etc Template files for /etc.
gnu Commands and libraries under the GNU General Public License (GPL) or Lesser General Public License (LGPL). Please see gnu/COPYING and gnu/COPYING.LIB 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.
stand Boot loader sources.
sys Kernel sources.
sys/arch/conf Kernel configuration files. GENERIC is the configuration used in release builds. NOTES contains documentation of all possible entries.
tests Regression tests which can be run by Kyua. See tests/README for additional information.
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 FreeBSD Handbook.