FreeBSD src
Go to file
Pierre Pronchery e23d45187b libarchive: Avoid a build failure with OpenSSL 3.0
This is a minimal workaround; a proper fix will come via a future update
from upstream.

Sponsored by:	The FreeBSD Foundation
2023-06-23 18:53:36 -04:00
.cirrus-ci
.github
bin
cddl
contrib libarchive: Avoid a build failure with OpenSSL 3.0 2023-06-23 18:53:36 -04:00
crypto Merge OpenSSL 3.0.9 2023-06-23 18:53:36 -04:00
etc Merge OpenSSL 3.0.9 2023-06-23 18:53:36 -04:00
gnu
include openssl: Vendor import of OpenSSL-3.0.9 2023-06-23 09:13:27 -04:00
kerberos5 kerberos: Request the OpenSSL 1.1 API 2023-06-23 18:53:36 -04:00
lib libarchive: Avoid a build failure with OpenSSL 3.0 2023-06-23 18:53:36 -04:00
libexec
release
rescue
sbin
secure Merge OpenSSL 3.0.9 2023-06-23 18:53:36 -04:00
share
stand bug: efi_print_global only checks for the first 5 letters of "Driver" 2023-06-22 22:31:58 -05:00
sys wg: fix a number of issues with module load failure handling 2023-06-23 12:00:09 -05:00
targets
tests netinet tests: Add a test which connects a disconnected socket 2023-06-23 10:06:13 -04:00
tools
usr.bin Fix spelling of "behavior" to be consistent with the rest of the file 2023-06-23 05:48:01 +00:00
usr.sbin Replace BSD-2-Clause-FreeBSD with BSD-2-Clause 2023-06-22 20:51:22 -06:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: use llvm16 job by default and make llvm15 manual 2023-06-22 20:26:34 -04:00
.clang-format
.git-blame-ignore-revs
.gitattributes
.gitignore
CONTRIBUTING.md
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1
Makefile.libcompat
Makefile.sys.inc AUTO_OBJ: For all top-level targets enforce using an OBJDIR. 2017-12-05 21:29:47 +00:00
ObsoleteFiles.inc Merge OpenSSL 3.0.9 2023-06-23 18:53:36 -04:00
README.md
RELNOTES
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.