Go to file
Gordon Tetlow d106002967 Add UPDATING entries and bump version.
Approved by:	so
2021-08-24 11:16:00 -07:00
bin MFS r361026 2020-05-28 13:19:41 +00:00
cddl MF11 r361088: 2020-05-18 15:59:17 +00:00
contrib MFC r364753: Add atomic and bswap functions to libcompiler_rt 2021-01-28 19:07:08 -05:00
crypto Fix multiple vulnerabilities in OpenSSL. 2021-08-24 11:11:12 -07:00
etc MFS r361354: MFC r361260: Update leap-seconds to leap-seconds.3676924800. 2020-05-22 17:30:36 +00:00
gnu MFC r330366 (by emaste): 2020-05-05 18:44:06 +00:00
include MFC r357284, r357419: stdio unlocked 2020-02-13 03:13:29 +00:00
kerberos5 MFC: r343011 2019-02-16 03:18:52 +00:00
lib Fix libfetch out of bounds read. 2021-08-24 11:02:42 -07:00
libexec Fix ftpd privilege escalation via ftpchroot. 2020-09-15 21:47:44 +00:00
release Revert r362074, reconnecting the errata page back to the build. 2020-06-12 11:42:48 +00:00
rescue MFC bectl(8)/libbe(3): r337663-337664,337667,337697-337699,337800,337805, 2019-04-20 04:16:51 +00:00
sbin Fix remote code execution in ggatec(8). 2021-08-24 10:40:25 -07:00
secure Revert r360395: MFC r353095, r355376: add root bundle 2020-05-21 19:45:14 +00:00
share MF11: r361467-361468,361534 2020-05-26 22:41:12 +00:00
stand MFS r361538: loader: fix userboot's ability to detect a guest's interpreter 2020-05-27 16:34:47 +00:00
sys Add UPDATING entries and bump version. 2021-08-24 11:16:00 -07:00
targets MFC r356356, r356358, r356422: replace gcclibs' libssp 2020-01-16 03:38:06 +00:00
tests MFC -fno-common fixes: r359389, r359394, r359397-r359399, r359403-r359404, 2020-04-09 20:38:36 +00:00
tools MF11 r360784: 2020-05-08 18:53:06 +00:00
usr.bin MF11 r360784: 2020-05-08 18:53:06 +00:00
usr.sbin Fix missing error handling in bhyve(8) device models. 2021-08-24 10:34:59 -07:00
.arcconfig MFC r306435: 2018-03-05 08:44:49 +00:00
.arclint MFC r326959: 2018-03-17 01:27:54 +00:00
.gitattributes MFC GELI Loader Improvements: r336252, r336254, r336256, r336354, 2019-02-20 23:55:35 +00:00
.gitignore MFC r327183: 2018-01-06 05:00:36 +00:00
COPYRIGHT MFC r356230: 2019-12-31 16:04:16 +00:00
LOCKS Explicitly require Security Officer's approval for kernel PRNG bits. 2013-09-17 14:19:05 +00:00
MAINTAINERS MFC r355940: 2020-05-05 17:10:49 +00:00
Makefile MFC r352929: Add a top-level makeman target 2019-10-21 01:27:01 +00:00
Makefile.inc1 Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp 2020-05-05 12:59:04 +00:00
Makefile.libcompat MFC r349548: 2019-07-04 10:41:09 +00:00
ObsoleteFiles.inc MF11 r360784: 2020-05-08 18:53:06 +00:00
README MFC r325834,r325997,326502: Move sys/boot to stand/ 2018-02-12 01:08:44 +00:00
UPDATING Add UPDATING entries and bump version. 2021-08-24 11:16:00 -07:00

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

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

The `buildkernel` and `installkernel` targets build and install
the kernel and the modules (see below).  Please see the top of
the Makefile in this directory for more information on the
standard build targets and compile-time flags.

Building a kernel is a somewhat more involved process.  See build(7), config(8),
and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
for more information.

Note: If you want to build and install the kernel with the
`buildkernel` and `installkernel` targets, you might need to build
world before.  More information is available in the handbook.

The kernel configuration files reside in the sys/<arch>/conf
sub-directory.  GENERIC is the default configuration used in release builds.
NOTES contains entries and documentation for all possible
devices, not just those commonly used.


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.

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/updating-src.html