Name
Date
Size
#Lines
LOC

..--

.cirrus-ci/H--2315

.github/H--348311

bin/H--93,00969,183

cddl/H--206,116117,322

contrib/H--14,916,36610,838,641

crypto/H--3,193,0182,657,836

etc/H--5,7645,445

gnu/H--664516

include/H--27,74714,822

kerberos5/H--8,4565,978

lib/H--1,097,852879,673

libexec/H--98,83569,678

release/H--8,0465,849

rescue/H--459312

sbin/H--315,662252,939

secure/H--252,448231,001

share/H--2,455,9922,422,101

stand/H--163,066111,251

sys/H--13,121,5399,895,081

targets/H--2,9602,442

tests/H--315,018196,777

tools/H--2,532,2232,422,698

usr.bin/H--399,376317,703

usr.sbin/H--814,681661,074

.arcconfigH A D23-Aug-2022148 76

.arclintH A D24-Dec-2017448 2726

.cirrus.ymlH A D13-Mar-20256.5 KiB192171

.clang-formatH A D09-Apr-20204.8 KiB200199

.git-blame-ignore-revsH A D18-Mar-20251.7 KiB4341

.gitattributesH A D04-May-202483

.gitignoreH A D01-Jul-2024311 3231

.mailmapH A D13-Mar-20251.1 KiB2019

CONTRIBUTING.mdH A D28-Sep-20249.5 KiB162129

COPYRIGHTH A D01-Jan-20255.9 KiB125100

LOCKSH A D26-Dec-2023359 128

MAINTAINERSH A D10-Jan-20256.6 KiB131123

MakefileH A D19-Mar-202530.5 KiB808517

Makefile.inc1H A D31-Mar-2025131.6 KiB3,8932,961

Makefile.libcompatH A D15-Jul-20243.5 KiB11793

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

ObsoleteFiles.incH A D08-Apr-2025950 KiB19,69019,457

README.mdH A D02-Apr-20252.9 KiB4840

RELNOTESH A D03-Apr-202511.1 KiB283226

UPDATINGH A D10-Apr-202592.8 KiB2,2751,867

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