freebsd kernel with SKQ
Go to file
Conrad Meyer cd1cdbb58b i915kms intel_pm: Read from actual tsc_freq instead of uninitialized local
The local of the same name would alias the global, but we didn't even include
the header that defines tsc_freq.  Include it and rename the local.

Reported by:	Coverity
CID:		1331559
Sponsored by:	EMC / Isilon Storage Division
2016-04-20 02:58:22 +00:00
bin Use NULL instead of 0 for pointers. 2016-04-19 00:40:43 +00:00
cddl Print error messages to stderr 2016-04-16 12:32:26 +00:00
contrib MFV r298178: 2016-04-18 07:36:24 +00:00
crypto
etc Turn ssh_host_dsa_key back on until PR#208254 is taken care of. 2016-04-17 03:57:37 +00:00
gnu Follow-up r297842: Rework header generation to fix always rebuilding. 2016-04-18 18:13:58 +00:00
include MFH 2016-04-16 02:32:12 +00:00
kerberos5
lib libc: use our roundup2/rounddown2() macros when param.h is available. 2016-04-20 01:21:39 +00:00
libexec rtld-elf: use our roundup2() macro when param.h is available. 2016-04-19 20:12:46 +00:00
release MFH 2016-04-16 02:32:12 +00:00
rescue
sbin Re-ident lines. 2016-04-20 01:35:09 +00:00
secure
share Allow -f dirdeps.mk some/dir with no TARGET_MACHINE spec 2016-04-18 22:00:26 +00:00
sys i915kms intel_pm: Read from actual tsc_freq instead of uninitialized local 2016-04-20 02:58:22 +00:00
targets
tests Fix issues identified by Coverity 2016-04-19 23:15:47 +00:00
tools Remove leftover from Big5HKSCS removal 2016-04-17 12:12:25 +00:00
usr.bin Partially revert the change on r298325 where there is an 2016-04-20 01:38:54 +00:00
usr.sbin Always emit an error message on passthru configuration errors. 2016-04-19 20:43:05 +00:00
.arcconfig
.arclint
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Follow-up r298220: Don't pass down META_MODE which will still enable it. 2016-04-18 18:39:43 +00:00
Makefile.inc1 Add MK_AUTO_OBJ=no to ${MAKE} invocation if PKG_VERSION needs to be 2016-04-18 19:27:51 +00:00
Makefile.libcompat Set CPP from XCPP for the libcompat build. 2016-04-15 18:32:05 +00:00
ObsoleteFiles.inc Rename units.lib -> definitions.units 2016-04-19 05:18:12 +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