Name Date Size #Lines LOC

..--

.cirrus-ci/H--2315

.github/H--352315

bin/H--94,70470,566

cddl/H--208,126118,890

contrib/H--15,396,15311,274,453

crypto/H--4,244,5873,455,715

etc/H--5,8295,506

gnu/H--661515

include/H--27,86814,908

kerberos5/H--8,4435,966

krb5/H--8,4185,751

lib/H--1,108,853888,213

libexec/H--101,49971,882

release/H--9,2656,725

rescue/H--459312

sbin/H--319,341256,088

secure/H--221,787202,238

share/H--2,467,8642,433,699

stand/H--164,040111,936

sys/H--13,280,48810,021,665

targets/H--2,9572,439

tests/H--325,117204,051

tools/H--2,538,3262,427,648

usr.bin/H--402,973320,611

usr.sbin/H--823,576668,097

.arcconfigH A D23-Aug-2022148 76

.arclintH A D24-Dec-2017448 2726

.cirrus.ymlH A D27-Aug-20257.2 KiB219194

.clang-formatH A D17-Apr-20254.8 KiB200199

.clean_build_epochH A D15-Aug-2025375

.git-blame-ignore-revsH A D29-Aug-20252 KiB5351

.gitattributesH A D04-May-202483

.gitignoreH A D22-May-2025311 3231

.mailmapH A D14-Aug-20251.3 KiB2423

CONTRIBUTING.mdH A D08-Aug-202511.7 KiB185149

COPYRIGHTH A D01-Jan-20255.9 KiB125100

LOCKSH A D26-Dec-2023359 128

MAINTAINERSH A D10-Jan-20256.6 KiB131123

MakefileH A D23-Aug-202530.3 KiB817527

Makefile.inc1H A D16-Aug-2024134.7 KiB3,9953,051

Makefile.libcompatH A D22-Aug-20253.9 KiB126101

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

ObsoleteFiles.incH A D26-Aug-2025590.4 KiB11,52111,265

README.mdH A D22-May-20252.9 KiB4840

RELNOTESH A D26-Aug-202518.2 KiB440356

UPDATINGH A D27-Aug-2025102.9 KiB2,5322,076

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