Name Date Size #Lines LOC

..--

.cirrus-ci/H05-Sep-2024-2315

.github/H05-Sep-2024-191181

bin/H05-Sep-2024-92,94269,013

cddl/H05-Sep-2024-206,107117,214

contrib/H05-May-2025-13,389,0829,790,555

crypto/H07-Feb-2025-3,194,3622,658,890

etc/H07-Feb-2025-4,0363,717

gnu/H05-Sep-2024-677516

include/H05-May-2025-26,38113,976

kerberos5/H05-Sep-2024-8,5185,979

lib/H07-Feb-2025-1,061,846851,154

libexec/H07-Feb-2025-81,57956,731

release/H05-May-2025-7,2415,184

rescue/H05-Sep-2024-451301

sbin/H05-Sep-2024-304,851243,877

secure/H05-May-2025-254,078231,003

share/H05-Sep-2024-2,436,5562,402,972

stand/H05-May-2025-160,395109,310

sys/H05-Sep-2024-12,466,7889,378,617

targets/H05-Sep-2024-2,7642,295

tests/H05-Sep-2024-306,220188,806

tools/H05-Sep-2024-2,524,9622,416,908

usr.bin/H05-May-2025-409,216325,482

usr.sbin/H05-Sep-2024-815,656664,359

.arcconfigHD05-Sep-2024148

.arclintHD05-Sep-2024448

.cirrus.ymlHD06-May-20256.5 KiB

.clang-formatHD05-Sep-20244.8 KiB

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

.gitattributesHD05-Sep-2024205

.gitignoreHD05-Sep-2024297

CONTRIBUTING.mdHD05-Sep-20247.7 KiB

COPYRIGHTHD05-Sep-20246 KiB

LOCKSHD05-Sep-2024490

MAINTAINERSHD05-Sep-20247 KiB

MakefileHD05-May-202531.1 KiB

Makefile.inc1HD05-May-2025128.8 KiB

Makefile.libcompatHD05-Sep-20243.5 KiB

Makefile.sys.incHD05-Sep-20241.9 KiB

ObsoleteFiles.incHD05-May-2025939.1 KiB

README.mdHD05-Sep-20242.8 KiB

RELNOTESHD05-May-202514.8 KiB

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