Find a file
2024-04-17 09:58:32 +02:00
.cirrus-ci
.github .github: Switch to v4 of actions/checkout 2024-03-04 21:52:09 -08:00
bin cp: Use warnc(). 2024-04-17 04:08:38 +02:00
cddl zfs: merge openzfs/zfs@90ba19eb7 2024-04-16 22:54:07 +02:00
contrib libarchive: fix null format string error in tests (unbreaks gcc13 build) 2024-04-17 09:37:04 +02:00
crypto ssh: remove deprecated client VersionAddendum 2024-03-18 10:20:18 -04:00
etc Merge llvm-project main llvmorg-18-init-15088-gd14ee76181fb 2024-04-06 22:11:55 +02:00
gnu
include include: Remove repeated words 2024-04-11 11:53:36 -06:00
kerberos5
lib libarchive: add two missing package files to libarchive tests 2024-04-17 09:58:32 +02:00
libexec defaults/rc.conf: Remove /usr/lib32 from ldconfig32_paths 2024-04-12 14:35:23 -07:00
release release: Build dvd image before staging pkgs 2024-04-14 16:45:40 -07:00
rescue
sbin nvmecontrol: One file per line 2024-04-16 21:30:19 -06:00
secure
share WITH_NVME: Remove from broken. 2024-04-16 21:30:19 -06:00
stand stand: Install gptboot.efi(8) 2024-04-05 16:53:47 -06:00
sys zfs: unbreak aarch64 build with non-gcc compilers 2024-04-17 06:44:12 +02:00
targets
tests zinject: "no-op" error injection 2024-04-15 13:52:20 -07:00
tools mfc-candidates: fix output order with incorrect commit dates 2024-04-16 14:20:40 -04:00
usr.bin install: Assorted nitpickery. 2024-04-17 04:03:31 +02:00
usr.sbin exports.5: Clarify that exported dirs should be local mount points 2024-04-16 18:27:02 -04:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: switch to llvm18 by default 2024-04-07 17:23:25 -04:00
.clang-format
.git-blame-ignore-revs Add another commit to .git-blame-ignore-revs 2024-03-15 23:11:52 +00:00
.gitattributes
.gitignore
.mailmap
CONTRIBUTING.md
COPYRIGHT
LOCKS
MAINTAINERS
Makefile build: Order kernel-toolchain and buildkernel targets 2024-03-20 01:32:24 -04:00
Makefile.inc1 Makefile.inc1: Fix typo 2024-04-11 11:40:31 -06:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc tests/unix_stream: test that send(2) of zero bytes is successful 2024-04-14 10:19:20 -07:00
README.md
RELNOTES RELNOTES: Add entry for updates to ktrace(2) 2024-04-07 18:52:51 -05:00
UPDATING

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.

For information on the CPU architectures and platforms supported by FreeBSD, see the FreeBSD website's Platforms page.

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 (see sys/README.md).
targets Support for experimental DIRDEPS_BUILD
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.