Name Date Size #Lines LOC

..12-May-2022-

.cirrus-ci/H08-May-2022-2315

.github/H06-Mar-2024-239226

bin/H27-Nov-2023-91,60767,963

cddl/H17-Aug-2023-206,158117,249

contrib/H15-Mar-2024-13,161,4159,639,585

crypto/H26-Aug-2023-2,195,6041,732,308

etc/H04-Apr-2024-4,0613,744

gnu/H27-Nov-2023-676516

include/HToday-25,99513,845

kerberos5/H17-Aug-2023-8,5175,978

lib/H13-Apr-2024-1,056,347846,710

libexec/H15-Mar-2024-81,45456,472

release/H15-Apr-2024-6,1294,366

rescue/H17-Aug-2023-460311

sbin/HToday-304,420243,520

secure/H17-Aug-2023-253,273231,719

share/H27-Nov-2023-2,430,6482,397,736

stand/H06-Mar-2024-159,382108,659

sys/H17-Aug-2023-12,391,2219,341,433

targets/H17-Aug-2023-2,7632,294

tests/H20-Apr-2024-301,224186,783

tools/H17-Aug-2023-2,525,5982,417,373

usr.bin/H04-Apr-2024-404,815321,878

usr.sbin/H13-Apr-2024-812,060661,082

.arcconfigH A D24-Aug-2022148 76

.arclintH A D08-May-2022448 2726

.cirrus.ymlH A D13-Apr-20245.3 KiB158144

.clang-formatH A D17-Aug-20234.7 KiB198197

.git-blame-ignore-revsH A D16-Mar-20241.1 KiB2725

.gitattributesH A D12-Jan-202483 65

.gitignoreH A D06-Mar-2024311 3231

.mailmapH A D12-Jan-20241 KiB1918

CONTRIBUTING.mdH A D20-Apr-20249.5 KiB160127

COPYRIGHTH A D12-Jan-20245.9 KiB125100

LOCKSH A D12-Jan-2024359 128

MAINTAINERSH A D17-Jan-20246.6 KiB131123

MakefileH A D04-Apr-202430.2 KiB812519

Makefile.inc1H A D13-Apr-2024129.2 KiB3,8242,907

Makefile.libcompatH A D22-Aug-20233.5 KiB11893

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

ObsoleteFiles.incH A DToday910.6 KiB18,88018,682

README.mdH A D02-Nov-20222.8 KiB4639

RELNOTESH A DToday5.6 KiB137109

UPDATINGH A D06-Mar-202487.6 KiB2,1521,767

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