Name Date Size #Lines LOC

..--

.cirrus-ci/H--2315

.github/H--592547

bin/H--99,37274,424

cddl/H--206,418118,111

contrib/H--15,471,28311,337,887

crypto/H--4,209,5063,432,651

etc/H--5,8795,547

gnu/H--622490

include/H--28,05715,061

kerberos5/H--8,4105,951

krb5/H--10,3667,700

lib/H--1,178,751955,544

libexec/H--103,64573,275

release/H--14,72011,341

rescue/H--457310

sbin/H--322,211258,489

secure/H--226,160204,713

share/H--2,480,9472,446,460

stand/H--156,425107,502

sys/H--14,101,11910,668,500

targets/H--2,9642,444

tests/H--343,911218,151

tools/H--2,555,8262,443,656

usr.bin/H--405,836322,884

usr.sbin/H--876,712716,086

.arcconfigH A D23-Aug-2022148 76

.arclintH A D24-Dec-2017448 2726

.cirrus.ymlH A D22-Mar-20267.3 KiB222197

.clang-formatH A D22-Mar-20264.8 KiB200199

.clean_build_epochH A D15-Aug-2025375

.editorconfigH A D15-Feb-2026470 2420

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

.gitattributesH A D04-May-202483

.gitignoreH A D22-Mar-2026458 4342

.mailmapH A D09-Feb-20261.6 KiB2928

CONTRIBUTING.mdH A D22-Mar-202610 KiB218165

COPYRIGHTH A D01-Jan-20265.9 KiB125100

LOCKSH A D26-Dec-2023359 128

MAINTAINERSH A D08-Feb-20266.7 KiB129122

MakefileH A D12-Aug-202530.5 KiB824533

Makefile.inc1H A D18-Mar-2026141.1 KiB4,1273,143

Makefile.libcompatH A D22-Aug-20253.9 KiB126101

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

ObsoleteFiles.incH A D24-Mar-2026594 KiB11,63611,357

README.mdH A D22-Mar-20262.9 KiB4840

RELNOTESH A D19-Feb-20266.2 KiB173133

UPDATINGH A D09-Feb-2026109.1 KiB2,6952,203

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 | Various commands and libraries under the Common Development and Distribution License. |
26| contrib | Packages contributed by 3rd parties. |
27| crypto | Cryptography stuff (see [crypto/README](crypto/README)). |
28| etc | Template files for /etc. |
29| 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. |
30| include | System include files. |
31| kerberos5 | Kerberos5 (Heimdal) package. |
32| lib | System libraries. |
33| libexec | System daemons. |
34| release | Release building Makefile & associated tools. |
35| rescue | Build system for statically linked /rescue utilities. |
36| sbin | System commands. |
37| secure | Cryptographic libraries and commands. |
38| share | Shared resources. |
39| stand | Boot loader sources. |
40| sys | Kernel sources (see [sys/README.md](sys/README.md)). |
41| targets | Support for experimental `DIRDEPS_BUILD` |
42| tests | Regression tests which can be run by Kyua.  See [tests/README](tests/README) for additional information. |
43| tools | Utilities for regression testing and miscellaneous tasks. |
44| usr.bin | User commands. |
45| usr.sbin | System administration commands. |
46
47For 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).
48