FreeBSD src
Go to file
2022-04-11 20:16:18 +02:00
.cirrus-ci
.github
bin pax(1): Remove a few double words in source code comments 2022-04-09 14:27:39 +02:00
cddl
contrib
crypto
etc
gnu
include
kerberos5
lib libprocstat: document procstat_getadvlock(3) 2022-04-10 00:47:49 +03:00
libexec Have rtld query the page size from the kernel 2022-04-07 15:37:37 +01:00
release
rescue
sbin ifconfig.8: Note that -l accepts -g in addition to -d and -u 2022-04-11 20:05:36 +02:00
secure
share Cross-reference cd(4) and cd9660(5) 2022-04-08 15:20:38 +02:00
stand Correct typos and more precise wording. 2022-04-11 20:16:18 +02:00
sys [linprocfs] add sys/kernel/random/boot_id 2022-04-11 18:23:28 +02:00
targets
tests Have path_test ask the kernel for the page size 2022-04-07 15:59:38 +01:00
tools stress2: Add new write(2) test. Remove sctp.sh after problem fixed 2022-04-06 07:25:17 +02:00
usr.bin Document procstat(1) advlock command 2022-04-10 00:47:50 +03:00
usr.sbin bsdinstall: filter out disks that are unavailable from the list of options in ZFS 2022-04-10 15:09:14 -06:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 Speed up *-old-* make targets by using sed instead of xargs 2022-04-08 20:41:10 -04:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc
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.