HardenedBSD src tree
Go to file
Dimitry Andric 2df58f1907 Apply libc++ fix for compiling <type_traits> with gcc 13
Merge commit 484e64f7e7b2 from llvm-project (by Roland McGrath):

  [libc++] Use __is_convertible built-in when available

  https://github.com/llvm/llvm-project/issues/62396 reports that
  GCC 13 barfs on parsing <type_traits> because of the declarations
  of `struct __is_convertible`.  In GCC 13, `__is_convertible` is a
  built-in, but `__is_convertible_to` is not.  Clang has both, so
  using either should be fine.

  Reviewed By: #libc, philnik

  Differential Revision: https://reviews.llvm.org/D149313

Reported by:	Mark Millard <marklmi@yahoo.com>
MFC after:	3 days
2023-05-05 18:19:40 +02:00
.cirrus-ci
.github
bin dd: Fix SIGINT handling. 2023-05-05 12:42:32 +00:00
cddl
contrib Apply libc++ fix for compiling <type_traits> with gcc 13 2023-05-05 18:19:40 +02:00
crypto
etc fwget: Introduce new utility 2023-05-01 08:32:59 +02:00
gnu
include Wrap clang specific pragma 2023-05-02 09:21:47 -07:00
kerberos5
lib local.dirdeps.mk skip N_host_libs for non-FreeBSD host 2023-05-04 11:58:39 -07:00
libexec rtld: don't add extraneous -L directory when MK_TOOLCHAIN == no 2023-05-02 18:01:43 -04:00
release release: Report disk image filename 2023-05-03 16:58:22 -04:00
rescue
sbin md5 Makefile.depend.host 2023-05-04 12:03:34 -07:00
secure
share man9: Add a manual page for kstack_contains(9). 2023-05-05 15:42:59 +01:00
stand stand: Fix oversight in updating OpenZFS: Add com.klarasystems:vdev_zaps_v2 2023-05-04 08:25:46 -06:00
sys vmm: don't free unallocated memory 2023-05-05 15:34:00 +02:00
targets local.dirdeps.mk skip N_host_libs for non-FreeBSD host 2023-05-04 11:58:39 -07:00
tests
tools src.conf: add WITH_TOOLCHAIN description 2023-05-03 11:41:58 -04:00
usr.bin tsort: Error out if writing to stdout failed. 2023-05-04 18:51:11 +00:00
usr.sbin daemon: EINTR from kevent(2) is not a fatal error 2023-05-05 10:28:40 -05:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: set PKG_FORMAT via top level env: 2023-05-01 14:03:32 -04:00
.clang-format
.git-blame-ignore-revs
.gitattributes
.gitignore
CONTRIBUTING.md
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 Makefile.inc1: use make builtin :ts instead of sed 2023-05-05 08:14:35 -04:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc ObsoleteFiles: Complete 20201025: Remove cal data files 2023-05-04 12:28:52 +08:00
README.md Vendor import of spleen font 1.9.3 2023-05-04 11:05:42 -04:00
RELNOTES RELNOTES: Document TI code removal from armv7 GENERIC kernel 2023-05-03 09:21:58 +02: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.