freebsd kernel with SKQ
Go to file
iedowse d61519e4a6 MFC 1.26: Correct the calculation of the report size and only look
at reports that have the specified kind, instead of assuming that
there is only one report of the right kind in the report descriptor.

Approved by:	re (kensmith)
2006-03-25 04:46:52 +00:00
bin MFC: 2006-03-18 21:49:43 +00:00
contrib MFC v0.4.8 import of hostapd 2006-03-24 01:42:36 +00:00
crypto Correct a man-in-the-middle SSL version rollback vulnerability. 2005-10-11 11:53:03 +00:00
etc MFC: 2006-03-21 19:42:32 +00:00
games MFC: 2006-01-24 07:50:08 +00:00
gnu MFC(rev.1.25): 2006-03-21 20:51:35 +00:00
include This commit was manufactured by cvs2svn to create branch 'RELENG_6'. 2006-03-08 18:03:10 +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 {r1.9 libpmc.c, r1.10 pmc.3}: Add an alias 'unhalted-cycles' 2006-03-19 01:48:44 +00:00
libexec MFC 1.210: 2006-03-09 09:15:34 +00:00
release MFC 1.2: correct install location 2006-03-21 20:54:22 +00:00
rescue MFC: Install nextboot in /rescue as /rescue/nextboot rather than 2005-12-22 21:17:12 +00:00
sbin MFC rev. 1.11: 2006-03-22 15:32:30 +00:00
secure Upgrade to 4.2p1. 2005-09-11 16:50:37 +00:00
share MFC: Serialize access to the info/dir file; needed for parallel installs. 2006-03-24 19:28:38 +00:00
sys MFC 1.26: Correct the calculation of the report size and only look 2006-03-25 04:46:52 +00:00
tools MFC: sync with HEAD 2006-03-10 22:04:07 +00:00
usr.bin MFC: systat.1 v1.46, vmstat.c v1.69 2006-03-21 20:49:50 +00:00
usr.sbin MFC Rev 1.27 (avoid heap overrun) 2006-03-24 14:53:53 +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 Since there's no emulation person, move the entry to upper section 2005-06-04 16:56:35 +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 MFC: Serialize access to the info/dir file; needed for parallel installs. 2006-03-24 19:28:38 +00:00
ObsoleteFiles.inc MFC: 2006-03-11 07:28:32 +00:00
README Correct yypo in the last commit. 2006-03-04 17:27:08 +00:00
UPDATING Kill 'n' accendtially introduced in last commit. 2006-03-13 08:08:15 +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