Go to file
Gordon Tetlow 12b769ed36 Add UPDATING entries and bump version.
Approved by:	so
2020-01-28 18:58:37 +00:00
bin MFC r339793: 2018-11-10 20:34:59 +00:00
cddl
contrib Import tzdata 2019c. 2019-10-23 03:25:32 +00:00
crypto Fix insufficient filename validation in scp client 2019-05-14 22:54:17 +00:00
etc MFC r340507-r340508, r340592-r340594, r340635-r340636: bectl(8) fixes 2018-11-22 04:39:06 +00:00
gnu
include
kerberos5
lib Fix libfetch buffer overflow 2020-01-28 18:55:25 +00:00
libexec MFS12 r342228: bootpd: validate hardware type 2018-12-19 18:21:07 +00:00
release MFS12 r341167: 2018-11-29 01:02:52 +00:00
rescue MF12 r340697: Introduce src.conf knob to build userland with retpoline 2018-11-22 18:59:05 +00:00
sbin Fix kernel stack disclosure in UFS/FFS. 2019-07-03 00:02:16 +00:00
secure MFC: r340705, r340708 2018-11-20 23:07:45 +00:00
share MF12 r340697: Introduce src.conf knob to build userland with retpoline 2018-11-22 18:59:05 +00:00
stand Fix UEFI Loader Memory Fragmentation. 2019-11-12 18:10:26 +00:00
sys Add UPDATING entries and bump version. 2020-01-28 18:58:37 +00:00
targets MFC r339489: 2018-10-27 21:17:01 +00:00
tests Reparent a child of pdfork(2) to its reaper when the procdesc is closed. 2018-10-16 20:06:56 +00:00
tools MF12 r340697: Introduce src.conf knob to build userland with retpoline 2018-11-22 18:59:05 +00:00
usr.bin Fix partially matching relative paths in xinstall. 2019-05-14 22:51:49 +00:00
usr.sbin Fix insufficient validation of guest-supplied data (e1000 device). 2019-08-06 17:13:17 +00:00
.arcconfig
.arclint
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Don't include the broken riscv64sf TARGET_ARCH in universe. 2018-10-09 22:22:15 +00:00
Makefile.inc1 Update hostapd/wpa_supplicant to 2.8 to fix multiple vulnerabilities. 2019-05-14 22:57:29 +00:00
Makefile.libcompat MF12 r340697: Introduce src.conf knob to build userland with retpoline 2018-11-22 18:59:05 +00:00
Makefile.sys.inc
ObsoleteFiles.inc MFC: r341016, MF12: r341261 2018-11-29 21:59:09 +00:00
README
README.md
UPDATING Add UPDATING entries and bump version. 2020-01-28 18:58:37 +00: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		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