HardenedBSD src tree
Go to file
Oliver Pinter bd31486dc4 HBSD: readd HardenedBSD version string at boot time
Revert "Revert "HBSD: added information about HardenedBSD into loader.conf""

This reverts commit 2743169843.

Signed-off-by: Oliver Pinter <op@hardenedbsd.org>
(cherry picked from commit 1927c49741a3f7b61ae46f160428104c6f4773e5)
2015-09-17 15:53:14 +02:00
bin HBSD: Fix merge conflict 2015-09-04 18:24:09 -04:00
cddl Remove an unneeded typedef of ip6_t from the DTrace ip provider library. 2015-09-15 05:16:26 +00:00
contrib Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/unstable 2015-09-06 18:14:32 +02:00
crypto
etc Merge branch 'hardened/current/master' into hardened/current/unstable 2015-09-10 11:09:24 +02:00
games Correctly case FreeBSD in my entry in the tips file 2015-09-08 22:51:10 +00:00
gnu Remove .WAIT hacks and put in specific dependencies. 2015-08-28 16:23:03 +00:00
include
kerberos5 Move setting of LDFLAGS to the modules which require it actually, as 2015-08-27 17:16:18 +00:00
lib Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/unstable 2015-09-15 00:14:30 +02:00
libexec Merge remote-tracking branch 'freebsd/master' into hardened/current/master 2015-09-01 18:05:58 +02:00
release HBSD: brand the installer to HardenedBSD 2015-09-17 15:53:12 +02:00
rescue
sbin Merge remote-tracking branch 'origin/master' into hardened/current/master 2015-09-10 11:06:27 +02:00
secure Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/unstable 2015-09-05 06:15:21 +02:00
share Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/unstable 2015-09-15 12:14:34 +02:00
sys HBSD: readd HardenedBSD version string at boot time 2015-09-17 15:53:14 +02:00
targets
tests Use _exit() instead of exit() in child processes created during tests. 2015-09-09 22:54:07 +00:00
tools Merge remote-tracking branch 'freebsd/master' into hardened/current/master 2015-09-14 18:06:50 +02:00
usr.bin Merge remote-tracking branch 'freebsd/master' into hardened/current/master 2015-09-14 18:06:50 +02:00
usr.sbin Merge remote-tracking branch 'freebsd/master' into hardened/current/master 2015-09-15 00:06:37 +02:00
.arcconfig
.arclint
.gitignore
COPYRIGHT
credits-HardenedBSD
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/unstable 2015-09-15 12:14:34 +02:00
ObsoleteFiles.inc
README
UPDATING Add reminder to run etcupdate or mergemaster to get updated 2015-08-29 07:59:31 +00:00
UPDATING-HardenedBSD HBSD: bump __HardenedBSD_version to 31 after core changes and DISALLOWMAP32BIT rewrite 2015-09-07 16:09:23 +02: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