freebsd kernel with SKQ
Go to file
trasz d6b9751caa MFC r287827:
Add a way to specify stripesize and stripeoffset to gnop(8). This makes
it possible to "simulate" 4K media, to eg test alignment handling.

Sponsored by:	The FreeBSD Foundation
2015-10-18 15:02:07 +00:00
bin MFC r287237: Respect locale settings. 2015-09-14 17:57:01 +00:00
cddl MFC r272455: 2015-10-17 20:38:40 +00:00
contrib MFC: r269851,r272076,r274884,r282328,r285644,r286503,r286504,r286505, 2015-10-12 04:57:36 +00:00
crypto MFC: Fix OpenSSH multiple vulnerabilities. 2015-08-25 20:48:44 +00:00
etc MFC r287951: 2015-10-18 14:59:38 +00:00
games MFC r283929: Correct grdc(1) 12-hour display between 12:00 and 13:00 2015-09-24 19:37:34 +00:00
gnu MFC r287983,r288075: 2015-10-13 18:32:47 +00:00
include MFC r275805: 2015-04-30 16:08:47 +00:00
kerberos5 MFC r288266: 2015-10-13 18:56:50 +00:00
lib MFC 288833: 2015-10-14 17:00:35 +00:00
libexec MFC r287369: 2015-09-08 12:00:13 +00:00
release The fmake fix in r289049 was wrong. Need to use a real variable for 2015-10-09 19:18:02 +00:00
rescue MFC sa(4) and mt(1) improvements. 2015-03-24 14:36:10 +00:00
sbin MFC r287827: 2015-10-18 15:02:07 +00:00
secure MFC r287981: 2015-10-03 16:24:20 +00:00
share MFC r288273: 2015-10-13 08:09:16 +00:00
sys MFC r287827: 2015-10-18 15:02:07 +00:00
tests MFC 287448: 2015-10-01 22:19:41 +00:00
tools MFC r287935: 2015-09-29 21:45:23 +00:00
usr.bin MFC r288266: 2015-10-13 18:56:50 +00:00
usr.sbin MFC 289067: 2015-10-17 02:49:19 +00:00
COPYRIGHT MFC r276462: 2014-12-31 10:03:19 +00:00
LOCKS Explicitly require Security Officer's approval for kernel PRNG bits. 2013-09-17 14:19:05 +00:00
MAINTAINERS MFH (r263160): remove lukemftpd 2014-08-23 15:07:09 +00:00
Makefile MFC r288391: 2015-10-13 18:44:55 +00:00
Makefile.inc1 MFC 288829 2015-10-11 17:59:20 +00:00
ObsoleteFiles.inc MFC r287982: 2015-10-03 16:26:13 +00:00
README
UPDATING MFC r286469, r286591, r286595, r286596, r286613: 2015-08-23 17:07:23 +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, the most
commonly used one being ``world'', which rebuilds and installs
everything in the FreeBSD system from the source tree except the
kernel, the kernel-modules and the contents of /etc.  The ``world''
target should only be used in cases where the source tree has not
changed from the currently running version.  See:
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, documentation
for which can be found at:
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
And in the config(8) man page.
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 sample kernel configuration files reside in the sys/<arch>/conf
sub-directory (assuming that you've installed the kernel sources), the
file named GENERIC being the one used to build your initial installation
kernel.  The file NOTES contains entries and documentation for all possible
devices, not just those commonly used.  It is the successor of the ancient
LINT file, but in contrast to LINT, it is not buildable as a kernel but a
pure reference and documentation file.


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.

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