freebsd kernel with SKQ
Go to file
csjp 891a7241d0 Hook audit into the OpenSSH build, this results in audit records being
submitted for successful/failed logins, as well as having OpenSSH set
the audit context for a user when they login.

Reviewed by:	rwatson
Obtained from:	TrustedBSD Project
2006-09-05 23:51:32 +00:00
bin MFC revs 1.87, 1.88: 2006-08-22 08:25:17 +00:00
contrib MFC: GCC 3.4.6 Objective C support bits (as of 2006/08/25 #116475). 2006-09-05 21:10:04 +00:00
crypto Fix a bug in the padlock engine when handling small data blocks. This 2006-07-30 14:03:03 +00:00
etc Merge BSD.include.dist:1.106, include/Makefile:1.258 from HEAD to 2006-09-03 08:09:58 +00:00
games MFC the most visible bits of the corrections by Darren Pilgrim: 2006-08-12 20:30:10 +00:00
gnu demangle.h was removed in vendor sources sometime between 3.4.2 and 3.4.4. 2006-09-05 20:40:49 +00:00
include Merge BSD.include.dist:1.106, include/Makefile:1.258 from HEAD to 2006-09-03 08:09:58 +00:00
kerberos5 MFC: 1.6: Apply the .PHONY attribute to the ../make*/make* targets. 2005-11-16 07:53:16 +00:00
lib MFC performance improvements when skipping entry bodies. 2006-09-05 05:23:51 +00:00
libexec Define TLS_TCB_SIZE, needed by allocate_tls() and free_tls(). 2006-09-03 05:15:00 +00:00
release MFen 1.73.2.15 -> 1.73.2.29 2006-09-01 10:04:43 +00:00
rescue MFC: Install nextboot in /rescue as /rescue/nextboot rather than 2005-12-22 21:17:12 +00:00
sbin MFC: Synchronize geli(8) with HEAD version. 2006-09-04 15:26:05 +00:00
secure Hook audit into the OpenSSH build, this results in audit records being 2006-09-05 23:51:32 +00:00
share MFC: Synchronize padlock(4) driver with HEAD version. 2006-09-04 15:21:11 +00:00
sys MFC revision 1.52 2006-09-05 23:10:58 +00:00
tools MFC: Synchronize geli(8) with HEAD version. 2006-09-04 15:26:05 +00:00
usr.bin MFC 1.3: 2006-09-03 16:10:31 +00:00
usr.sbin MFC: 1.23 2006-09-03 17:32:32 +00:00
COPYRIGHT MFC: Bump copyright year. 2006-02-08 09:11:58 +00:00
LOCKS MFC: 1.3: RELENG_6_* commit constraints. 2006-02-06 16:39:06 +00:00
MAINTAINERS MFC: pick up maintainer stragglers. 2006-07-09 22:06:28 +00:00
Makefile MFC: don't attempt to compile DEFAULTS and don't compile LINT twice. 2006-03-06 19:36:22 +00:00
Makefile.inc1 Add lib/libbz2 to the _prebuild_libs list. 2006-07-29 21:07:01 +00:00
ObsoleteFiles.inc MFC (1.40, 1.41): Adding more antiques came from the RELENG_4(or prior) era: 2006-08-21 14:42:58 +00:00
README Correct yypo in the last commit. 2006-03-04 17:27:08 +00:00
UPDATING MFC: statistics fixups: 2006-09-02 17:09:26 +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
``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.

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