HardenedBSD src tree
Go to file
Warner Losh 643d5ca3d6 Chroot first appeared in 4.3-Reno, not in 4.4 in the BSD world,
but in System III in the AT&T world.

Examination of the TUHS archives shows this was present in 4.3-Reno
and System III.

Reviewed by: 0mp@, allanjude@
MFC After: 3 days
Differential Revision: https://reviews.freebsd.org/D25479
2020-06-26 22:23:15 +00:00
bin Temporarily skip flakey bin.sh.execution.functional_test.bg12 in CI 2020-06-26 09:39:23 +00:00
cddl
contrib Temporarily skip flakey sys.kern.sysv_test.msg in CI 2020-06-26 17:58:10 +00:00
crypto Don't log normal login_getpwclass(3) result. 2020-06-26 04:46:45 +00:00
etc
gnu
include
kerberos5
lib Chroot actually appeared in 7th Edition Unix. 2020-06-26 22:05:23 +00:00
libexec
release
rescue
sbin ifconfig(8): optimize -f ether:dash mode 2020-06-26 16:20:34 +00:00
secure Revert OPENSSL_NO_SSL3_METHOD to keep ABI compatibility. 2020-06-25 19:35:37 +00:00
share Update tests(7) as kyua(1) was imported to base in r359260 2020-06-25 11:41:28 +00:00
stand loader: can not read zfs pool with slog removed 2020-06-26 21:21:35 +00:00
sys Add mostly dummy hw.pci.enable_aspm tunable. 2020-06-26 19:55:11 +00:00
targets Add WITH_CLANG_FORMAT option 2020-06-24 17:03:42 +00:00
tests Make sys.auditpipe depend on /dev/auditpipe. This fixes a few failures 2020-06-24 12:17:40 +00:00
tools Add WITH_CLANG_FORMAT option 2020-06-24 17:03:42 +00:00
usr.bin limits(1): Add EXAMPLES section 2020-06-25 16:46:27 +00:00
usr.sbin Chroot first appeared in 4.3-Reno, not in 4.4 in the BSD world, 2020-06-26 22:23:15 +00:00
.arcconfig
.arclint
.cirrus.yml
.clang-format Clang-format: Avoid hardcoded LLVM include-order style 2020-06-24 23:22:36 +00:00
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS Update bhyve maintainers. 2020-06-26 06:11:50 +00:00
Makefile
Makefile.inc1 Add WITH_CLANG_FORMAT option 2020-06-24 17:03:42 +00:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc
README
README.md
RELNOTES
UPDATING Add an entry for r362639. 2020-06-26 03:18:10 +00:00

FreeBSD Source:

This is the top level of the FreeBSD source directory. This file was last revised on: FreeBSD

FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its advanced networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices.

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), config(8), https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html for more information, including setting make(1) variables.

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.

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.

stand		Boot loader sources.

sys		Kernel sources.

sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
		used in release builds. NOTES contains documentation of
		all possible entries.

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:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html