HardenedBSD src tree
Go to file
Shawn Webb f0229934b6 HBSD: Welcome 2023!
"Maybe this year will be better than the last." -- Counting Crows

Signed-off-by:	Shawn Webb <shawn.webb@hardenedbsd.org>
MFC-to:		13-STABLE
2023-01-01 08:14:13 -05:00
.cirrus-ci Cirrus-CI: add some timing info on pkg install failure 2021-08-04 15:02:00 -04:00
.github .github: Switch to v3 of actions/checkout. 2022-12-20 16:27:17 -08:00
bin Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2022-12-23 10:51:35 -05:00
cddl Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2022-12-11 19:59:58 -05:00
contrib Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-01-01 08:12:00 -05:00
crypto Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2022-12-13 14:27:49 -05:00
etc Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2022-12-28 10:41:19 -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 'origin/freebsd/current/main' into hardened/current/master 2022-11-10 00:00:43 -05:00
kerberos5 Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master 2022-11-02 18:00:54 -04:00
lib Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2023-01-01 08:12:00 -05:00
libexec Merge remote-tracking branch 'freebsd/main' into hardened/current/linprocfs_example 2022-12-29 11:50:19 -05:00
release Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2022-12-09 09:15:53 -05:00
rescue Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2022-12-14 09:20:54 -05:00
sbin Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2022-12-26 16:20:31 -05:00
secure Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master 2022-11-22 12:00:46 -05:00
share Merge remote-tracking branch 'freebsd/main' into hardened/current/linprocfs_example 2022-12-29 11:50:19 -05:00
stand Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2022-12-13 14:27:49 -05:00
sys HBSD: Welcome 2023! 2023-01-01 08:14:13 -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 2022-12-31 22:08:12 -05:00
tools Merge remote-tracking branch 'freebsd/main' into hardened/current/master 2022-12-31 22:08:12 -05:00
usr.bin Merge remote-tracking branch 'freebsd/main' into hardened/current/linprocfs_example 2022-12-29 11:50:19 -05:00
usr.sbin HBSD: Resolve merge conflict 2022-12-29 11:53:17 -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: move QEMU pkg installation to test script 2022-09-07 13:32:12 -04:00
.clang-format clang-format: Add bitset loop macros 2021-09-21 12:08:01 -04: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 Remove myself from bhyve maintenance; ENOTIME. 2021-11-19 07:09:30 +10:00
Makefile Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master 2022-10-06 18:00:55 -04:00
Makefile.inc1 Merge remote-tracking branch 'origin/freebsd/current/main' into hardened/current/master 2022-11-21 18:00:52 -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 2022-12-15 08:40:48 -05:00
README.md README.md: link to the list of supported platforms 2022-11-01 12:20:55 -03:00
RELNOTES RELNOTES: Add mention of growfs addition of swap partition. 2022-12-13 08:54:43 -06:00
UPDATING Always install llvm-objdump as objdump 2022-12-12 10:36:02 -05:00
UPDATING-HardenedBSD HBSD: Bump __HardenedBSD_version 2022-06-10 02:00:03 -04: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.

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.