Name Date Size #Lines LOC

..--

.cirrus-ci/H--2315

.github/H--596551

bin/H--100,27475,146

cddl/H--208,326119,661

contrib/H--16,458,10312,088,023

crypto/H--4,135,5733,349,776

etc/H--5,9785,646

include/H--28,33015,231

kerberos5/H--8,4105,951

krb5/H--10,3777,707

lib/H--1,201,912973,285

libexec/H--107,89476,712

packages/H--5,4894,419

release/H--9,5256,788

rescue/H--457310

sbin/H--327,375262,455

secure/H--224,640203,128

share/H--2,487,9862,453,206

stand/H--159,415109,607

sys/H--14,585,95611,065,466

targets/H--2,9582,439

tests/H--360,449230,307

tools/H--2,563,6152,450,535

usr.bin/H--405,158322,341

usr.sbin/H--888,800725,514

.arcconfigH A D23-Aug-2022148 76

.arclintH A D24-Dec-2017448 2726

.cirrus.ymlH A D13-May-20267.8 KiB238213

.clang-formatH A D07-Jan-20264.8 KiB200199

.clean_build_epochH A D15-Aug-2025375

.editorconfigH A D15-Feb-2026470 2420

.git-blame-ignore-revsH A D13-Jul-20264.1 KiB106104

.gitattributesH A D04-May-202483

.gitignoreH A D08-Jul-2026458 4342

.mailmapH A D10-Jul-20261.8 KiB3332

CONTRIBUTING.mdH A D26-Aug-20269.9 KiB214162

COPYRIGHTH A D01-Jan-20265.9 KiB125100

LOCKSH A D26-Dec-2023359 128

MAINTAINERSH A D07-Jul-20266.5 KiB129122

MakefileH A D10-Aug-202630.8 KiB827536

Makefile.inc1H A D07-Jul-2026140.9 KiB4,1103,123

Makefile.libcompatH A D07-Jul-20263.9 KiB125100

Makefile.sys.incH A D16-Aug-20231.9 KiB4844

ObsoleteFiles.incH A D01-Sep-2026628.3 KiB12,24611,953

README.mdH A D16-Aug-20262.9 KiB4941

RELNOTESH A D31-Aug-202611 KiB315244

UPDATINGH A D02-Sep-2026112.3 KiB2,7702,267

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
18For official FreeBSD bootable images, see the [release page](https://download.freebsd.org/ftp/releases/ISO-IMAGES/).
19
20Source Roadmap:
21---------------
22| Directory | Description |
23| --------- | ----------- |
24| bin | System/user commands. |
25| cddl | Source code for third-party software under the Common Development and Distribution License. |
26| contrib | Source code for third-party software. |
27| crypto | Source code for cryptographic libraries and commands (see [crypto/README](crypto/README)). |
28| etc | Template files for /etc. |
29| include | System include files. |
30| kerberos5 | Build system for Kerberos 5 (Heimdal). |
31| krb5 | Build system for Kerberos 5 (MIT). |
32| lib | System libraries. |
33| libexec | System commands intended to be executed by other commands or daemons. |
34| packages | Base system packages. |
35| release | Makefiles and scripts used for building releases and VM images. |
36| rescue | Build system for statically linked /rescue commands. |
37| sbin | System commands. |
38| secure | Build system for cryptographic libraries and commands (excluding Kerberos). |
39| share | Shared resources. |
40| stand | Boot loader sources. |
41| sys | Kernel sources (see [sys/README.md](sys/README.md)). |
42| targets | Support for experimental `DIRDEPS_BUILD` |
43| tests | Tests which can be run by Kyua.  See [tests/README](tests/README) for additional information. |
44| tools | Ancillary utilities and tests (not included in the build). |
45| usr.bin | User commands. |
46| usr.sbin | System administration commands. |
47
48For 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).
49