NameDateSize

..22-Jun-202150

.arcconfigH A D24-Aug-2022148

.arclintH A D22-Jun-2021448

.cirrus-ci/H05-Aug-20213

.cirrus.ymlH A D08-Apr-20245.3 KiB

.clang-formatH A D17-Aug-20234.7 KiB

.git-blame-ignore-revsH A D17-Mar-20241.1 KiB

.gitattributesH A D28-Dec-202383

.github/H01-Mar-20245

.gitignoreH A D02-Feb-2024311

.mailmapH A D04-Jan-20241 KiB

bin/H27-Nov-202346

cddl/H17-Aug-202313

contrib/H11-Mar-202490

CONTRIBUTING.mdH A D28-Dec-20239.3 KiB

COPYRIGHTH A D01-Jan-20245.9 KiB

crypto/H27-Aug-20236

etc/H21-Mar-202413

gnu/H27-Nov-20239

include/H04-Apr-2024112

kerberos5/H17-Aug-202311

lib/H10-Apr-2024150

libexec/H15-Mar-202441

LOCKSH A D28-Dec-2023359

MAINTAINERSH A D17-Jan-20246.6 KiB

MakefileH A D21-Mar-202430.2 KiB

Makefile.inc1H A D12-Apr-2024129.2 KiB

Makefile.libcompatH A D23-Aug-20233.5 KiB

Makefile.sys.incH A D17-Aug-20231.9 KiB

ObsoleteFiles.incH A D16-Apr-2024910.4 KiB

README.mdH A D02-Nov-20222.8 KiB

release/H16-Apr-202424

RELNOTESH A D08-Apr-20245.2 KiB

rescue/H17-Aug-20236

sbin/H17-Jan-202493

secure/H17-Aug-202311

share/H27-Nov-202333

stand/H16-Feb-202435

sys/H17-Aug-202355

targets/H17-Aug-20236

tests/H08-Sep-202315

tools/H17-Aug-202323

UPDATINGH A D06-Feb-202487.6 KiB

usr.bin/H02-Apr-2024284

usr.sbin/H10-Apr-2024233

README.md

1FreeBSD Source:
2---------------
3This is the top level of the FreeBSD source directory.
4
5FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.
6A large community has continually developed it for more than thirty years.
7Its 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.
8
9For copyright information, please see [the file COPYRIGHT](COPYRIGHT) in this directory.
10Additional copyright information also exists for some sources in this tree - please see the specific source directories for more information.
11
12The Makefile in this directory supports a number of targets for building components (or all) of the FreeBSD source tree.
13See build(7), config(8), [FreeBSD handbook on building userland](https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld), and [Handbook for kernels](https://docs.freebsd.org/en/books/handbook/kernelconfig/) for more information, including setting make(1) variables.
14
15For information on the CPU architectures and platforms supported by FreeBSD, see the [FreeBSD
16website's Platforms page](https://www.freebsd.org/platforms/).
17
18Source Roadmap:
19---------------
20| Directory | Description |
21| --------- | ----------- |
22| bin | System/user commands. |
23| cddl | Various commands and libraries under the Common Development and Distribution License. |
24| contrib | Packages contributed by 3rd parties. |
25| crypto | Cryptography stuff (see [crypto/README](crypto/README)). |
26| etc | Template files for /etc. |
27| gnu | Commands and libraries under the GNU General Public License (GPL) or Lesser General Public License (LGPL). Please see [gnu/COPYING](gnu/COPYING) and [gnu/COPYING.LIB](gnu/COPYING.LIB) for more information. |
28| include | System include files. |
29| kerberos5 | Kerberos5 (Heimdal) package. |
30| lib | System libraries. |
31| libexec | System daemons. |
32| release | Release building Makefile & associated tools. |
33| rescue | Build system for statically linked /rescue utilities. |
34| sbin | System commands. |
35| secure | Cryptographic libraries and commands. |
36| share | Shared resources. |
37| stand | Boot loader sources. |
38| sys | Kernel sources (see [sys/README.md](sys/README.md)). |
39| targets | Support for experimental `DIRDEPS_BUILD` |
40| tests | Regression tests which can be run by Kyua.  See [tests/README](tests/README) for additional information. |
41| tools | Utilities for regression testing and miscellaneous tasks. |
42| usr.bin | User commands. |
43| usr.sbin | System administration commands. |
44
45For information on synchronizing your source tree with one or more of the FreeBSD Project's development branches, please see [FreeBSD Handbook](https://docs.freebsd.org/en/books/handbook/cutting-edge/#current-stable).
46