1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Glen Barber f6267710f6 Document r280183, drm update to match Linux 3.8.13.
Sponsored by:	The FreeBSD Foundation
2015-04-28 18:10:50 +00:00
bin
cddl dump_nvlist: handle DATA_TYPE_BOOLEAN_ARRAY 2015-04-28 06:33:42 +00:00
contrib MFV r282150 2015-04-28 16:47:56 +00:00
crypto
etc Require "ldconfig" for "devd". It is possible that user puts into 2015-04-28 13:13:23 +00:00
games
gnu libgomp: bring early CPU affinity support from FSF GCC-4_3 branch. 2015-04-27 21:27:51 +00:00
include
kerberos5
lib The presence/absence of CPU features should be tested with 2015-04-28 14:14:06 +00:00
libexec Change interpretation of the DF_ORIGIN and DF_1_ORIGIN flags. 2015-04-27 18:41:31 +00:00
release Document r280183, drm update to match Linux 3.8.13. 2015-04-28 18:10:50 +00:00
rescue
sbin
secure
share Add myself (oshogbo) to calendar.freebsd and committers-src.dot. 2015-04-27 16:45:16 +00:00
sys Fix panic introduced by r282070. 2015-04-28 17:05:55 +00:00
tests Adjust CFLAGS to find freebsd_test_suite/macros.h 2015-04-28 10:59:06 +00:00
tools
usr.bin The Dutch queen abdicated two years ago, the national holiday associated with 2015-04-27 17:04:27 +00:00
usr.sbin crunchide: add basic string table sanity checks 2015-04-28 13:04:51 +00:00
.arcconfig
.arclint
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Don't add arm64 to universe builds if the user provided a TARGETS list 2015-04-28 17:13:05 +00:00
Makefile.inc1
ObsoleteFiles.inc Add OLD_FILES entry for r282076 2015-04-27 17:55:57 +00:00
README
UPDATING

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.

games		Amusements.

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