Name Date Size #Lines LOC

..--

.cirrus-ci/H02-May-2022-2315

.github/H19-Feb-2026-592547

bin/H16-Jul-2024-99,43174,471

cddl/H06-Jun-2025-206,415118,108

contrib/H23-Apr-2026-16,411,88712,065,171

crypto/H17-Oct-2025-4,211,1983,434,049

etc/H20-Feb-2026-5,9615,629

gnu/H06-Jun-2025-622490

include/H21-Apr-2026-28,08415,084

kerberos5/H21-Aug-2025-8,4105,951

krb5/H27-Aug-2025-10,3667,700

lib/H23-Apr-2026-1,188,315963,363

libexec/H30-Mar-2026-103,75573,347

packages/HToday-5,4844,390

release/H14-Apr-2026-9,2786,664

rescue/H16-Jul-2024-457310

sbin/H24-Jan-2025-323,449259,463

secure/H21-Aug-2025-226,500205,031

share/H17-Dec-2024-2,482,6002,447,847

stand/H19-Apr-2026-156,582107,633

sys/H23-Apr-2026-14,129,81010,687,764

targets/H15-Oct-2024-2,9642,444

tests/H07-Jul-2025-347,311220,648

tools/H09-Jan-2026-2,555,9012,443,727

usr.bin/H23-Apr-2026-406,411323,318

usr.sbin/H16-Jan-2026-876,989716,347

.arcconfigH A D24-Aug-2022148 76

.arclintH A D02-May-2022448 2726

.cirrus.ymlH A D06-Mar-20267.3 KiB222197

.clang-formatH A D01-Feb-20264.8 KiB200199

.clean_build_epochH A D16-Aug-2025375

.editorconfigH A D08-Mar-2026470 2420

.git-blame-ignore-revsH A D09-Feb-20262.3 KiB6159

.gitattributesH A D27-Dec-202383

.gitignoreH A D23-Feb-2026458 4342

.mailmapH A D17-Jan-20261.6 KiB2928

CONTRIBUTING.mdH A D22-Apr-20269.9 KiB214162

COPYRIGHTH A D01-Jan-20265.9 KiB125100

LOCKSH A D27-Dec-2023359 128

MAINTAINERSH A D09-Feb-20266.7 KiB129122

MakefileH A D07-Feb-202630.5 KiB824533

Makefile.inc1H A DToday140.2 KiB4,0973,112

Makefile.libcompatH A D23-Aug-20253.9 KiB126101

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

ObsoleteFiles.incH A DToday625.6 KiB12,09211,809

README.mdH A D19-Apr-20263.1 KiB4941

RELNOTESH A D10-Apr-20267.6 KiB226171

UPDATINGH A D16-Apr-2026109.3 KiB2,7012,208

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| gnu | Source code for third-party software 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. |
30| include | System include files. |
31| kerberos5 | Build system for Kerberos 5 (Heimdal). |
32| krb5 | Build system for Kerberos 5 (MIT). |
33| lib | System libraries. |
34| libexec | System commands intended to be executed by other commands or daemons. |
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