HardenedBSD src tree
Go to file
2019-05-29 03:14:46 +00:00
bin
cddl
contrib Add missing powerpc64 relocation support to libdwarf 2019-05-29 02:02:56 +00:00
crypto Merge OpenSSL 1.1.1c. 2019-05-28 21:54:12 +00:00
etc
gnu
include Import OpenSSL 1.1.1c. 2019-05-28 20:08:17 +00:00
kerberos5
lib The KVM code also needs a fix similar to r344269. 2019-05-29 03:14:46 +00:00
libexec Correctly align usage: output 2019-05-25 11:22:49 +00:00
release
rescue
sbin bectl(8): Address Coverity complaints 2019-05-28 16:12:16 +00:00
secure Merge OpenSSL 1.1.1c. 2019-05-28 21:54:12 +00:00
share style.9: Correct usage's definition to match its declaration 2019-05-28 20:44:23 +00:00
stand ficl pfopen: verify file 2019-05-24 19:43:38 +00:00
sys Update __FreeBSD_version and Makefile check for r348347 2019-05-29 02:26:15 +00:00
targets Remove kgzip and kgzldr. 2019-05-24 05:34:21 +00:00
tests
tools nanobsd: exclude .git (and .hg) in the same places we exclude .svn 2019-05-24 15:21:23 +00:00
usr.bin
usr.sbin kldxref(8): Sort MDT_MODULE info first in linker.hints output 2019-05-27 17:33:20 +00:00
.arcconfig
.arclint
.cirrus.yml
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Modernize the MAKE_JUST_KERNELS hint in the top-level makefile. 2019-05-24 15:45:43 +00:00
Makefile.inc1 Update __FreeBSD_version and Makefile check for r348347 2019-05-29 02:26:15 +00:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc Remove kgzip and kgzldr. 2019-05-24 05:34:21 +00:00
README Import OpenSSL 1.1.1c. 2019-05-28 20:08:17 +00:00
README.md
UPDATING

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		Various commands and libraries under the GNU Public License.
		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