Name Date Size #Lines LOC

..--

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

.github/workflows/H05-Sep-2024-6761

bin/H05-Sep-2024-91,21467,547

cddl/H05-Sep-2024-202,142114,366

contrib/H07-Feb-2025-14,019,90310,170,869

crypto/H07-Feb-2025-2,483,0812,089,735

etc/H07-Feb-2025-4,3504,043

gnu/H05-Sep-2024-660499

include/H05-May-2025-26,18213,835

kerberos5/H05-Sep-2024-8,6246,093

lib/H07-Feb-2025-1,052,612842,616

libexec/H05-Sep-2024-80,89355,828

release/H05-May-2025-5,8394,164

rescue/H05-Sep-2024-437288

sbin/H05-Sep-2024-301,281240,663

secure/H05-May-2025-172,014155,917

share/H05-Sep-2024-2,309,6012,276,756

stand/H05-Sep-2024-160,723109,345

sys/H05-Sep-2024-11,192,7478,308,889

targets/H05-Sep-2024-2,6952,260

tests/H05-Sep-2024-282,766171,535

tools/H05-Sep-2024-2,374,6212,319,789

usr.bin/H05-Sep-2024-414,734329,433

usr.sbin/H05-Sep-2024-808,950660,240

.arcconfigHD05-Sep-2024115 65

.arclintHD05-Sep-2024448 2726

.cirrus.ymlHD05-May-20252.8 KiB9488

.clang-formatHD05-Sep-20244.7 KiB198197

.gitattributesHD05-Sep-2024205 87

.gitignoreHD05-Sep-2024211 2524

COPYRIGHTHD05-Sep-20246 KiB126101

LOCKSHD05-Sep-2024490 1410

MAINTAINERSHD05-Sep-20247 KiB138130

MakefileHD05-Sep-202430.1 KiB801518

Makefile.inc1HD05-May-2025122.8 KiB3,6452,748

Makefile.libcompatHD07-Feb-20253.6 KiB125107

Makefile.sys.incHD05-Sep-20241.9 KiB4844

ObsoleteFiles.incHD05-May-2025794.2 KiB15,76715,657

README.mdHD05-Sep-20242.7 KiB4639

RELNOTESHD07-Feb-202516.7 KiB433354

UPDATINGHD07-Feb-2025107.8 KiB2,6142,160

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* 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