FreeBSD src
Go to file
Andrew Turner 59c3cb81c1 Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine
independent code that needs to know about INTRNG such as PCI drivers.

Obtained from:	ABT Systems Ltd
Sponsored by:	The FreeBSD Foundation
2016-04-15 16:05:41 +00:00
bin META_MODE: Don't rebuild build-tools targets during normal build. 2016-04-14 21:06:10 +00:00
cddl libdtrace: Add a missing unlock to an error handler. 2016-04-11 17:57:54 +00:00
contrib import libxo-0.4.7 2016-04-15 15:50:13 +00:00
crypto
etc
gnu META_MODE: Avoid changed build command every build. 2016-04-12 02:45:19 +00:00
include Rework META_TARGETS so that it automatically adds META_DEPS to the targets. 2016-04-14 21:04:42 +00:00
kerberos5 Remove the old depend (mkdep) code and make FAST_DEPEND the one true way. 2016-03-30 23:50:23 +00:00
lib import libxo-0.4.7 2016-04-15 15:50:13 +00:00
libexec Restore some comments in previous commit. 2016-04-12 18:24:02 +00:00
release Remove misspelled and redundant MK_INSTALLIB=no. 2016-04-13 20:43:02 +00:00
rescue
sbin Add External Actions KPI to ipfw(9). 2016-04-14 22:51:23 +00:00
secure Remove the old depend (mkdep) code and make FAST_DEPEND the one true way. 2016-03-30 23:50:23 +00:00
share Regenerate the list of bsd.progs.mk supported variables 2016-04-14 22:32:56 +00:00
sys Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine 2016-04-15 16:05:41 +00:00
targets Simplify building libpam and fix libpam.a not containing the modules since r284345. 2016-04-14 01:17:03 +00:00
tests Import libxo 0.4.7 2016-04-15 15:42:12 +00:00
tools Add more content for WITH_META_MODE/WITH_DIRDEPS_BUILD. 2016-04-14 22:00:49 +00:00
usr.bin META_MODE: Don't rebuild build-tools targets during normal build. 2016-04-14 21:06:10 +00:00
usr.sbin Use NULL instead of 0 for pointers. 2016-04-15 04:10:47 +00:00
.arcconfig
.arclint
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Mark some more .PHONY targets. 2016-04-14 21:04:37 +00:00
Makefile.inc1 META_MODE+filemon: Default -DNO_CLEAN enabled. 2016-04-14 22:00:33 +00:00
Makefile.libcompat META_MODE: Don't rebuild build-tools targets during normal build. 2016-04-14 21:06:10 +00:00
ObsoleteFiles.inc Follow-up r284673: /usr/lib32/libc_pic.a is still installed, just not the profiled libs. 2016-04-14 19:26:29 +00:00
README
UPDATING Add update. 2016-04-15 04:45:37 +00:00

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