FreeBSD src tree
C C++ Groff Makefile Shell Assembly Other
Latest commit f9eb7c5 Aug 2, 2016 kp pfctl: Allow TOS bits to be cleared
TOS value 0 is valid, so use 256 as an invalid value rather than zero.
This allows users to enforce TOS == 0 with pf.

Reported by:	Radek Krejča <radek.krejca@starnet.cz>
Failed to load latest commit information.
bin sh: Fix a clang warning. Jul 31, 2016
cddl Cast result from third parameter to int instead of promoting it to si… Jul 31, 2016
contrib Remove usage of _WITH_DPRINTF Jul 30, 2016
crypto Remove duplicate symbols from libroken version-script.map Jul 21, 2016
etc Move chown tests to proper path Jul 23, 2016
gnu rename ARM's libunwind.S to to avoid conflict with llvm libunwind Jul 27, 2016
include Fix up setgrent(3) to have a POSIX-compliant prototype. Jul 31, 2016
kerberos5 DIRDEPS_BUILD: Update dependencies Jun 14, 2016
lib Fix up setgrent(3) to have a POSIX-compliant prototype. Jul 31, 2016
libexec Fix dlsym(RTLD_NEXT) handling to only return the next library in last… Jul 15, 2016
release Create a /usr/home -> /home symlink for the arm images to Jul 20, 2016
rescue DIRDEPS_BUILD: Fix and hookup rescue/rescue to the build. May 26, 2016
sbin pfctl: Allow TOS bits to be cleared Aug 2, 2016
secure Revert r301551, which added blacklistd(8) to sshd(8). Jun 24, 2016
share Man page for the new checksum netgraph module. Aug 1, 2016
sys Remove trailing whitespace from the arm64 pmap Aug 2, 2016
targets Add clang-format under WITH_CLANG_EXTRAS. Jun 17, 2016
tests Fix locking issues with aio_fsync(). Jul 29, 2016
tools Remove calls to `die` added for associated bugs Jul 31, 2016
usr.bin sed(1): Revert r303047 "cleanup" and therefore r303572. Aug 2, 2016
usr.sbin Fix non-functional bsdinstall services dialog. Aug 1, 2016
.arcconfig Remove project.name which is a product of a bygone era. Apr 21, 2016
.arclint phabricator related changes: Apr 20, 2015
COPYRIGHT Bump copyright year. Dec 31, 2015
LOCKS Move ^/user/gjb/hacking/release-embedded up one directory, and remove Feb 21, 2014
MAINTAINERS Remove myself from kern_timeout.c yeah! Jul 27, 2016
Makefile SYSTEM_COMPILER: Rework the logic to allow a 'make test-system-compil… Jul 24, 2016
Makefile.inc1 Add libprocstat prebuild library dependencies. Jul 30, 2016
Makefile.libcompat Don't disable binutils/elftoolchain bootstrapping with external compi… Jul 24, 2016
ObsoleteFiles.inc Add tblgen to ObsoleteFiles.inc, as it was renamed to llvm-tblgen. Jul 28, 2016
README README: remove nonexistent 'games' directory. May 18, 2016
UPDATING Minor wording improvements to the note about pipe(2) removal. Jul 20, 2016

README

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.

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:

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html