Find a file
Alexander V. Chernikov acaed6b1e2 netlink: add headers installation
(cherry picked from commit 11ca01e9aa)
2023-02-14 12:32:03 +00:00
.cirrus-ci
.github/workflows
bin cp: Add tests involving sparse files. 2023-02-09 21:32:56 +01:00
cddl pkgbase: Put zfs utilities and lib in their own package 2023-02-02 10:32:55 +01:00
contrib tzcode: Resurrect tzsetwall(3) with a deprecation warning. 2023-02-13 14:58:41 +01:00
crypto ssh: update to OpenSSH 9.2p1 2023-02-13 08:16:22 -05:00
etc timeout: Move from /usr/bin to /bin 2023-02-07 18:37:53 +01:00
gnu gnu diff3: apply patch to committed src, rather than at build time 2022-11-19 14:10:48 -05:00
include netlink: add headers installation 2023-02-14 12:32:03 +00:00
kerberos5
lib tzcode: Resurrect tzsetwall(3) with a deprecation warning. 2023-02-13 14:58:41 +01:00
libexec atf_pytest_wrapper: fix pytest output truncation 2023-02-09 15:45:28 +00:00
release release: Don't install ubldr.bin 2023-02-05 13:46:07 -08:00
rescue rescue: Add fetch(1) to the rescue tool. 2023-02-11 23:55:02 -08:00
sbin sbin/ping6: Remove remains of ping6. 2023-02-11 23:56:57 -08:00
secure ssh: update to OpenSSH 9.2p1 2023-02-13 08:16:22 -05:00
share irdma(4): Upgrade driver to 1.1.5-k 2023-02-07 16:24:06 -08:00
stand efiserialio: use port settings (sio->Mode) for initial setup 2023-02-10 09:37:49 +02:00
sys ahci: increase timout 2023-02-14 00:45:01 +01:00
targets
tests sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg(). 2023-02-09 18:01:49 +00:00
tools Bring our tzcode up to date. 2023-01-31 10:44:19 +01:00
usr.bin contrib/bc: update to version 6.2.4 2023-02-09 22:34:55 +01:00
usr.sbin local-unbound-setup: Use default root certificates 2023-02-13 11:52:20 +01:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: add gpart show to setup script 2023-01-09 12:26:34 -05:00
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Makefile: Avoid sanitizing PATH on non-FreeBSD systems 2023-01-31 01:46:18 +00:00
Makefile.inc1 Makefile.inc1: Print the right PATH for missing install tool error 2023-01-31 10:44:19 +01:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc timeout: Move from /usr/bin to /bin 2023-02-07 18:37:53 +01:00
README.md hier(7): remove text describing /usr/src layout 2022-12-05 12:37:07 -04:00
RELNOTES Note upgrade to sendmail 8.17.1 2023-02-01 02:48:05 +00: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* 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.