Name Date Size #Lines LOC

..--

.cirrus-ci/H14-Sep-2021-2315

.github/H05-Sep-2024-349312

bin/H05-Sep-2024-92,70168,937

cddl/H05-Sep-2024-206,129117,332

contrib/H07-Feb-2025-13,512,5489,900,629

crypto/H21-Jan-2025-3,194,2332,658,779

etc/H05-May-2025-4,1143,800

gnu/H05-Sep-2024-664516

include/H06-May-2025-27,31214,552

kerberos5/H05-Sep-2024-8,4565,978

lib/H05-May-2025-1,096,748879,101

libexec/H21-Jan-2025-86,05659,881

release/H06-May-2025-7,1645,136

rescue/H05-Sep-2024-459312

sbin/H07-Feb-2025-305,600244,513

secure/H05-May-2025-252,325230,876

share/H21-Jan-2025-2,439,3182,406,430

stand/H07-Feb-2025-161,486110,042

sys/H05-Sep-2024-13,023,6799,829,437

targets/H21-Jan-2025-2,9602,442

tests/H05-Sep-2024-316,487197,938

tools/H17-Aug-2023-2,533,9992,424,146

usr.bin/H06-May-2025-400,093318,271

usr.sbin/H06-May-2025-816,682663,145

.arcconfigHD24-Aug-2022148

.arclintHD23-Dec-2020448

.cirrus.ymlHD05-May-20256.5 KiB

.clang-formatHD01-May-20244.8 KiB

.git-blame-ignore-revsHD05-May-20251.8 KiB

.gitattributesHD27-Dec-202383

.gitignoreHD03-Feb-2024311

.mailmapHD22-Jun-20241.1 KiB

CONTRIBUTING.mdHD11-May-20249.5 KiB

COPYRIGHTHD21-Jan-20255.9 KiB

LOCKSHD27-Dec-2023359

MAINTAINERSHD28-Jun-20246.6 KiB

MakefileHD05-May-202530.5 KiB

Makefile.inc1HD05-May-2025131.6 KiB

Makefile.libcompatHD05-Sep-20243.5 KiB

Makefile.sys.incHD17-Aug-20231.9 KiB

ObsoleteFiles.incHD06-May-2025950.1 KiB

README.mdHD10-May-20242.9 KiB

RELNOTESHD06-May-202512.2 KiB

UPDATINGHD06-May-202594.1 KiB

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