FreeBSD src tree (read-only mirror)
Switch branches/tags
Clone or download
Pull request Compare This branch is 403 commits ahead, 1833 commits behind freebsd:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin Stop building intermediate .o files. Jun 27, 2018
cddl The IP, TCP, and UDP provider report IP addresses as strings. Jun 18, 2018
contrib Fix GCC 4.2.1 to honor --sysroot for includes. Jun 27, 2018
crypto Merge upstream patch to unbreak tunnel forwarding. May 16, 2018
etc When being verbose about various leapfile versions, also mention expi… Jun 28, 2018
gnu Don't use CCACHE for linking. Jun 27, 2018
include Add time2posix and posix2time to time.h May 25, 2018
kerberos5 various: general adoption of SPDX licensing ID tags. Nov 27, 2017
lib io/vtimer.{c, h}: Read CTNFRQ_EL0 to get timer frequency Jul 5, 2018
libexec Make rtld use libc_nossp_pic.a. Remove SSP shims. May 9, 2018
release Simplify using bsd.endian.mk and have it provide CAP_MKDB_ENDIAN, sin… Jun 28, 2018
rescue Avoid referencing private lib names directly. Nov 10, 2017
sbin Remove extra "ipfw" from example. Jun 28, 2018
secure Upgrade to OpenSSH 7.7p1. May 11, 2018
share Simplify using bsd.endian.mk and have it provide CAP_MKDB_ENDIAN, sin… Jun 28, 2018
stand Revert preference to be an int. Jun 28, 2018
sys conf/FOUNDATION_GUEST: Increase ramdisk size Aug 27, 2018
targets Normalize the g(eom,cache,part,...) build. Jun 25, 2018
tests audit(4): add tests for several more administrative syscalls Jun 29, 2018
tools Push users towards LLVM_TARGET_ALL. Jun 27, 2018
usr.bin tip/uucplock.c: Revert b864e0a Jul 4, 2018
usr.sbin io/vtimer.{c, h}: Read CTNFRQ_EL0 to get timer frequency Jul 5, 2018
.arcconfig callsign isn't required anymore Sep 29, 2016
.arclint arc lint: ignore /tests/ in chmod Dec 19, 2017
.gitattributes .git*: add gitattributes and gitignore Dec 25, 2017
.gitignore .git*: add gitattributes and gitignore Dec 25, 2017
COPYRIGHT Remove 'All Rights Reserved' from the collection copyright and templa… May 9, 2018
LOCKS LOCKS: update current locks Jun 9, 2018
MAINTAINERS Pass on bhyve kernel module maintenance to Jun 10, 2018
Makefile tinderbox: If the clang lookup fails fallback to the old default beha… Jun 28, 2018
Makefile.inc1 Fix unknown target check after r335450. Jun 28, 2018
Makefile.libcompat Remove the various build flag hacks for GCC cross-compile. Jun 28, 2018
Makefile.sys.inc AUTO_OBJ: For all top-level targets enforce using an OBJDIR. Dec 5, 2017
ObsoleteFiles.inc Correct path to removed asf(8) binary. Jun 20, 2018
README README: add generic notes about GENERIC and NOTES Jun 17, 2018
README.md README: add generic notes about GENERIC and NOTES Jun 17, 2018
UPDATING Use the 'Updating from Source' Handbook section in UPDATING. Jun 26, 2018

README.md

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