HardenedBSD src tree
Go to file
2022-05-20 12:14:52 +00:00
bin Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-04-25 00:01:15 -04:00
cddl Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-02-08 12:01:09 -05:00
contrib Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-04-14 12:01:11 -04:00
crypto Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-05-03 18:01:17 -04:00
etc Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-02-14 00:01:07 -05:00
gnu HBSD: Post-MK_LLVM_BINUTILS fixups 2021-12-25 18:25:18 -05:00
include Change the return value of _Unwind_GetCFA in include/unwind.h. 2022-02-20 13:33:42 +01:00
kerberos5
lib Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-05-04 12:01:18 -04:00
libexec Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-04-25 12:01:22 -04:00
release Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-03-23 00:01:14 -04:00
rescue
sbin Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-05-04 12:01:18 -04:00
secure Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-05-03 18:01:17 -04:00
share Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-04-26 00:01:14 -04:00
stand Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-04-24 12:01:11 -04:00
sys Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-05-04 06:03:34 -04:00
targets Merge remote-tracking branch 'origin/freebsd/12-stable/main' into hardened/12-stable/master 2022-04-11 12:08:36 -04:00
tests Merge remote-tracking branch 'origin/freebsd/12-stable/main' into hardened/12-stable/master 2022-04-11 12:08:36 -04:00
tools Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-05-03 18:01:17 -04:00
usr.bin Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-04-23 06:04:29 -04:00
usr.sbin HBSD: Fix the Remote Hash display 2022-05-20 13:50:12 +02:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: use 12.3 release VM for builds 2021-12-13 21:32:38 -05:00
.gitattributes
.gitignore Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2022-01-11 12:01:11 -05:00
COPYRIGHT copyrights: Happy New Year 2021 2020-12-31 10:44:52 -05:00
LOCKS
MAINTAINERS
Makefile Partially MFC 7d0c2b1131, to enable MAKE_PARAMS per target_arch 2021-12-21 16:56:30 +01:00
Makefile.inc1 Merge remote-tracking branch 'origin/freebsd/12-stable/main' into hardened/12-stable/master 2022-04-06 10:53:52 -04:00
Makefile.libcompat Merge remote-tracking branch 'freebsd/stable/12' into hardened/12-stable/master 2021-10-07 00:01:18 -04:00
Makefile.sys.inc
ObsoleteFiles.inc Merge remote-tracking branch 'origin/freebsd/12-stable/main' into hardened/12-stable/master 2022-04-11 12:08:36 -04:00
README README.md: update gnu directory description 2021-12-19 20:55:18 -05:00
README.md README.md: update gnu directory description 2021-12-19 20:55:18 -05:00
UPDATING UPDATING: Remove a double word in an entry 2022-04-14 08:38:55 +02:00
UPDATING-HardenedBSD HBSD: Typo fix 2021-05-01 10:41:39 -04:00

FreeBSD Source:

This is the top level of the FreeBSD source directory. This file was last revised on: FreeBSD

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), https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html for more information, including setting make(1) variables.

Source Roadmap:

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* 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.

sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
		used in release builds. NOTES contains documentation of
		all possible entries.

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:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html