HardenedBSD src tree
Go to file
Shawn Webb f5c9cf066c Add 'contrib/snmalloc/' from commit '4370a23f3e5f1d1d06967b1e0d6162bf1ee81196'
git-subtree-dir: contrib/snmalloc
git-subtree-mainline: 58d48e047c
git-subtree-split: 4370a23f3e
2023-02-10 10:43:03 -05:00
.cirrus-ci
.github .github: Restrict permissions on cross-build jobs. 2023-02-09 12:12:17 -08:00
bin Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-09 13:42:59 -05:00
cddl Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-08 12:13:40 -05:00
contrib Add 'contrib/snmalloc/' from commit '4370a23f3e5f1d1d06967b1e0d6162bf1ee81196' 2023-02-10 10:43:03 -05:00
crypto Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-09 13:42:59 -05:00
etc Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-08 14:34:40 -05:00
gnu gnu diff3: apply patch to committed src, rather than at build time 2022-11-13 21:33:40 -05:00
include Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-01-27 09:52:03 -05:00
kerberos5 Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master 2022-11-02 18:00:54 -04:00
lib Initial commit of snmalloc2 in libc. 2023-02-10 10:38:32 -05:00
libexec Initial commit of snmalloc2 in libc. 2023-02-10 10:38:32 -05:00
release Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-08 12:13:40 -05:00
rescue Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-02 14:33:47 -05:00
sbin Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-08 12:13:40 -05:00
secure Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-07 16:11:45 -05:00
share Initial commit of snmalloc2 in libc. 2023-02-10 10:38:32 -05:00
stand Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-10 07:54:44 -05:00
sys Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-10 07:54:44 -05:00
targets Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2022-12-14 09:20:54 -05:00
tests Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-09 13:42:59 -05:00
tools Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-09 13:42:59 -05:00
usr.bin Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-10 07:54:44 -05:00
usr.sbin Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-10 07:54:44 -05:00
.arcconfig arcanist: use FreeBSD/git project repository instead of FreeBSD/svn 2022-08-23 14:16:41 +00:00
.arclint
.cirrus.yml Cirrus-CI: switch GCC job to GCC 12 2023-01-27 15:02:34 -05:00
.clang-format
.git-blame-ignore-revs Add git-blame ignore file 2023-01-23 15:27:25 -05:00
.gitattributes
.gitignore Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master 2022-11-23 00:00:45 -05:00
COPYRIGHT HBSD: Welcome 2023! 2023-01-01 08:14:13 -05:00
LOCKS
MAINTAINERS
Makefile Import bmake-20230208 2023-02-09 17:20:05 -08:00
Makefile.inc1 Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-09 13:42:59 -05:00
Makefile.libcompat Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master 2022-11-17 00:00:46 -05:00
Makefile.sys.inc
ObsoleteFiles.inc Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-02-09 13:42:59 -05:00
README.md Vendor import of OpenSSH 9.2p1 2023-02-05 13:04:12 -05:00
RELNOTES Note upgrade to sendmail 8.17.1 2023-02-01 02:23:02 +00:00
UPDATING ssh: default X11Forwarding to no, following upstream 2023-02-06 18:41:10 -05:00
UPDATING-HardenedBSD

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.