1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Mateusz Guzik db2ce6914b sctp: plug set-but-not-used vars
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2022-04-19 12:45:57 +00:00
.cirrus-ci
.github
bin pax(1): Remove a few double words in source code comments 2022-04-09 14:27:39 +02:00
cddl libctf: Fix recursive descent into anonymous SOU fields 2022-04-12 17:29:53 -04:00
contrib Merge bearssl-20220418 2022-04-18 14:52:30 -07:00
crypto ssh: apply style(9) to version_addendum 2022-04-18 18:13:42 -04:00
etc bintrans: move files to a new directory 2022-04-18 10:53:11 +02:00
gnu
include vendor/bc: import version 5.2.4 2022-04-17 13:20:54 +02:00
kerberos5
lib geli: Add a chicken switch for unmapped I/O 2022-04-18 17:55:24 -04:00
libexec Have rtld query the page size from the kernel 2022-04-07 15:37:37 +01:00
release
rescue
sbin ping: split the visual part of -f into a new option -. 2022-04-18 18:10:50 +02:00
secure ssh: update to OpenSSH v8.9p1 2022-04-13 16:00:56 -04:00
share update to 2022-03-22 2022-04-14 16:16:03 +02:00
stand loader: userboot: provide a getsecs() implementation 2022-04-12 19:33:54 -05:00
sys sctp: plug set-but-not-used vars 2022-04-19 12:45:57 +00:00
targets bintrans: move files to a new directory 2022-04-18 10:53:11 +02:00
tests fusefs: correctly handle servers that report too much data written 2022-04-18 18:59:10 -06:00
tools Vendor import of BearSSL at 2022-04-18 hash d40d23b 2022-04-18 11:05:13 -07:00
usr.bin diff: tests: loosen up requirements for report_identical 2022-04-18 23:04:13 -05:00
usr.sbin iscsi: Fetch limits based on a socket rather than assuming global limits. 2022-04-18 12:53:28 -07:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore Vendor import of BearSSL at 2022-04-18 hash d40d23b 2022-04-18 11:05:13 -07:00
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 bintrans: move files to a new directory 2022-04-18 10:53:11 +02:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc bintrans: move files to a new directory 2022-04-18 10:53:11 +02:00
README.md
RELNOTES
UPDATING UPDATING: Fix a few typos 2022-04-10 10:11:17 +02: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 Commands and libraries under the GNU General Public License (GPL) or Lesser General Public License (LGPL). 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.