• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

bin/12-Feb-2019-90,56366,715

cddl/31-Dec-2021-279,038171,059

contrib/23-Dec-2020-16,231,72011,790,379

crypto/12-Feb-2019-1,643,8041,256,096

etc/23-Dec-2020-5,6624,856

gnu/12-Feb-2019-55,20637,135

include/08-Apr-2022-26,27913,798

kerberos5/12-Feb-2019-8,6456,044

lib/31-Dec-2021-988,799780,751

libexec/31-Dec-2021-79,29954,288

release/05-Sep-2024-21,97616,389

rescue/12-Feb-2019-431283

sbin/17-Aug-2019-301,947240,438

secure/31-Dec-2021-376,063348,245

share/12-Feb-2019-2,301,9852,268,744

stand/31-Dec-2022-149,37299,735

sys/31-Dec-2022-9,507,1926,958,281

targets/05-May-2020-2,7892,302

tests/12-Feb-2019-252,601147,714

tools/12-Feb-2019-2,387,9322,332,149

usr.bin/31-Dec-2021-417,829331,229

usr.sbin/31-Dec-2022-818,163661,521

.arcconfigD12-Feb-201985 54

.arclintD12-Feb-2019448 2726

.cirrus.ymlD31-Dec-2022711 3222

.gitattributesD17-Aug-2019152 76

.gitignoreD08-Apr-2022210 2221

COPYRIGHTD16-Jan-20216 KiB127102

LOCKSD12-Feb-2019553 1511

MAINTAINERSD23-Dec-20206 KiB117109

MakefileD31-Dec-202127.9 KiB746481

Makefile.inc1D31-Dec-2022108.7 KiB3,3162,555

Makefile.libcompatD31-Dec-20227 KiB241202

Makefile.sys.incD12-Feb-20192 KiB4945

ObsoleteFiles.incD05-Sep-2024651.1 KiB13,52013,496

README.mdD31-Dec-20222.6 KiB4337

UPDATINGD31-Dec-202288.6 KiB2,1341,761

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