1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
John Baldwin 297a9e552b libcxxrt: Add a stub implementation of __cxa_call_terminate
This function is called by GCC 14 if a destructor invoked during
exception unwinding throws an exception.

Reviewed by:	emaste
Obtained from:	libcxxrt commit 391a3dcc1054e18c2f0dff4e14d6d79ac95399d7
Differential Revision:	https://reviews.freebsd.org/D46004
2024-08-21 13:37:48 -04:00
.cirrus-ci
.github Github workflow: fix typo in zloop artifact 2024-08-09 16:49:19 -07:00
bin faccessat(2): Honor AT_SYMLINK_NOFOLLOW 2024-08-11 17:49:06 +02:00
cddl zfs: merge openzfs/zfs@9c56b8ec7 2024-08-10 11:43:43 +02:00
contrib libcxxrt: Add a stub implementation of __cxa_call_terminate 2024-08-21 13:37:48 -04:00
crypto sshd: bump VersionAddendum for 2739a68450 2024-08-06 15:23:33 -04:00
etc mailer.conf for sendmail: remove duplicate word. 2024-08-07 17:03:12 +03:00
gnu
include abd: lift ABD zero scan from zio_compress_data() to abd_cmp_zero() 2024-08-09 14:30:26 -07:00
kerberos5
lib libcxxrt: Add a stub implementation of __cxa_call_terminate 2024-08-21 13:37:48 -04:00
libexec nuageinit: improve debugging when mkdir fails 2024-08-20 12:09:43 +02:00
release EC2: Drop UEFI-PREFERRED from AMI names 2024-08-19 11:11:17 -07:00
rescue
sbin pfctl: pfik_ifp is always NULL 2024-08-19 18:02:15 +02:00
secure
share bsd.symver.mk: pass $CFLAGS to $CPP invocation 2024-08-20 21:17:52 -04:00
stand Fix EFI loader reproducibility with lld 2024-08-12 15:31:02 +02:00
sys amd64: use INVLPGB for kernel pmap invalidations 2024-08-21 19:35:15 +03:00
targets
tests pf: Handle m_len < sizeof(struct ether_header) case 2024-08-21 14:10:03 +02:00
tools src.conf.5: Fix spelling typo 2024-08-20 07:54:12 -04:00
usr.bin tail -F: fix crash 2024-08-19 10:54:24 +03:00
usr.sbin bhyve: Do not enable PCI BAR decoding if a boot ROM is present 2024-08-19 13:56:06 +00:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.git-blame-ignore-revs sys/sys/mman.h: ignore b5c95c93fd in blame 2024-08-06 19:21:33 +01:00
.gitattributes
.gitignore
.mailmap
CONTRIBUTING.md
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 pkgbase: Make src package creation recipes more precise 2024-08-19 15:48:12 +00:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc libc tests: Rename the quick_exit test file, fix style 2024-08-07 16:05:16 +00:00
README.md FreeBSD: remove support for FreeBSD < 13.0-RELEASE (#16372) 2024-08-05 16:56:45 -07:00
RELNOTES
UPDATING UPDATING: Add note about DMAR 2024-08-14 09:00:37 -06: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.

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

For official FreeBSD bootable images, see the release 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.