1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-23 07:31:31 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Neel Chauhan 76fffd0a86 vmd_bus: Fix typo in comment
Reviewed by:		imp
Differential Revision:	https://reviews.freebsd.org/D31210
2021-07-17 18:03:39 -07:00
.cirrus-ci
.github
bin
cddl
contrib Merge llvm-project 12.0.1 release 2021-07-16 18:29:42 +02:00
crypto
etc
gnu
include libc: add mempcpy(3) and wmempcpy(3) 2021-07-15 19:40:28 +03:00
kerberos5
lib Pass the syscall number to capsicum permission-denied signals 2021-07-16 18:06:44 +01:00
libexec rtld/arm64: Remove checks for undefined symbols when processing TPREL64 2021-07-15 22:41:10 -04:00
release
rescue
sbin pf: match keyword support 2021-07-17 12:01:08 +02:00
secure
share pf.conf.5: Document new 'match' keyword 2021-07-17 12:01:08 +02:00
stand loader: make sure CPUTYPE is ignored when building 2021-07-14 21:06:19 -06:00
sys vmd_bus: Fix typo in comment 2021-07-17 18:03:39 -07:00
targets
tests pf tests: test locally originated connections with route-to 2021-07-17 14:28:08 +02:00
tools nanobsd: Bump rescue size to 8GB 2021-07-15 16:15:01 -06:00
usr.bin
usr.sbin freebsd-update: create a ZFS boot environment on install 2021-07-15 23:07:00 -05:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc
README.md
RELNOTES RELNOTES: Add an entry for commit ee29e6f311 2021-07-16 15:33:52 -07:00
UPDATING UPDATING: Add entry for commit ee29e6f311 2021-07-16 15:23:46 -07:00

FreeBSD Source:

This is the top level of the FreeBSD source directory.

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), FreeBSD handbook on building userland, and Handbook for kernels for more information, including setting make(1) variables.

Source Roadmap:

Directory Description
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 and gnu/COPYING.LIB 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 FreeBSD Handbook.