Go to file
Rodney W. Grimes 6ad6070ac7 MFC r339707: Allow fdisk(8) to deal with sectors larger than 2048
especially for 4Kn drives with PMBR's

Approved by:	bde (mentor, implicit)
2019-02-24 01:56:35 +00:00
bin MFC r341257: improve speed of empty block detection. 2018-12-17 15:17:09 +00:00
cddl MFC r342525: MFV r342469: 9630 add lzc_rename and lzc_destroy to libzfs_core 2019-01-11 11:49:35 +00:00
contrib MFC r344386: 2019-02-23 14:27:09 +00:00
crypto MFC r343043: scp: disallow empty or current directory 2019-01-16 15:12:19 +00:00
etc Merge clang 7.0.1 and several follow-up changes 2019-02-16 15:43:49 +00:00
gnu MFC r342910: 2019-02-10 23:45:14 +00:00
include MFC r342379, r342383: 2019-01-28 02:26:05 +00:00
kerberos5 MFC: r343011 2019-02-16 03:18:09 +00:00
lib Revert r344436, which was the merge of r344120. 2019-02-22 10:06:34 +00:00
libexec MFC r343918: Teach /etc/rc.d/growfs how to handle systems running ZFS. 2019-02-16 09:50:17 +00:00
release MFC r342875: Turn off ec2_ephemeralswap for now 2019-01-16 01:32:42 +00:00
rescue Introduce src.conf knob to build userland with retpoline 2018-11-20 20:16:03 +00:00
sbin MFC r339707: Allow fdisk(8) to deal with sectors larger than 2048 2019-02-24 01:56:35 +00:00
secure MFC: r340703 2018-11-20 21:35:20 +00:00
share MFC r344043: 2019-02-19 02:26:47 +00:00
stand MFC r339831 (imp): Move LUA_ROOT to /boot/lua 2019-02-16 06:12:16 +00:00
sys MFC r344162: 2019-02-22 18:02:46 +00:00
targets MFC r339489: 2018-10-27 21:17:01 +00:00
tests MFC r342153, r342172-r342173 2019-02-14 20:29:33 +00:00
tools MFC r344214: 2019-02-22 08:04:50 +00:00
usr.bin MFC r344303: 2019-02-22 12:27:25 +00:00
usr.sbin MFC: r343164 2019-02-18 10:11:26 +00:00
.arcconfig
.arclint arc lint: ignore /tests/ in chmod 2017-12-19 03:38:06 +00:00
.gitattributes Remove spuriously added svn properties 2018-08-02 18:37:02 +00:00
.gitignore Ignore _.universe-toolchain file. 2018-07-01 13:50:37 +00:00
COPYRIGHT MFC r342661: Happy New Year 2019! 2019-01-01 00:35:26 +00:00
LOCKS LOCKS: update current locks 2018-06-09 03:08:04 +00:00
MAINTAINERS Add pointer to freebsd-numerics for libm. 2018-07-16 15:29:32 +00:00
Makefile MFC r340242: 2019-01-30 23:36:02 +00:00
Makefile.inc1 MFC r340242: 2019-01-30 23:36:02 +00:00
Makefile.libcompat Introduce src.conf knob to build userland with retpoline 2018-11-20 20:16:03 +00:00
Makefile.sys.inc AUTO_OBJ: For all top-level targets enforce using an OBJDIR. 2017-12-05 21:29:47 +00:00
ObsoleteFiles.inc Merge clang 7.0.1 and several follow-up changes 2019-02-16 15:43:49 +00:00
README README: add generic notes about GENERIC and NOTES 2018-06-17 19:44:24 +00:00
README.md README: add generic notes about GENERIC and NOTES 2018-06-17 19:44:24 +00:00
UPDATING Merge clang 7.0.1 and several follow-up changes 2019-02-16 15:43:49 +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